aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-04 17:50:14 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-04 17:50:14 -0800
commit798123af21e1660cb606ab730ce721f354957719 (patch)
treeb0700e081bc3463a59c0ed17daa359f118571874 /cache.h
parent11dbe9e88016f3894eda79c7437f6c3bf79e155e (diff)
downloadgit-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 201704bac..38a9bc02f 100644
--- a/cache.h
+++ b/cache.h
@@ -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;