diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-04 17:50:14 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-04 17:50:14 -0800 |
commit | 798123af21e1660cb606ab730ce721f354957719 (patch) | |
tree | b0700e081bc3463a59c0ed17daa359f118571874 /cache.h | |
parent | 11dbe9e88016f3894eda79c7437f6c3bf79e155e (diff) | |
download | git-798123af21e1660cb606ab730ce721f354957719.tar.gz git-798123af21e1660cb606ab730ce721f354957719.tar.xz |
Rename get_ident() to fmt_ident() and make it available to outside
This makes the functionality of ident.c::get_ident() available to
other callers.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -321,6 +321,7 @@ unsigned long approxidate(const char *); extern const char *git_author_info(int); extern const char *git_committer_info(int); +extern const char *fmt_ident(const char *name, const char *email, const char *date_str, int); struct checkout { const char *base_dir; |