summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-05-21 23:09:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-05-22 16:07:53 (GMT)
commit9597921b6c173d90359e2cfa4c2e36de8d1554e6 (patch)
tree36828f30283c0aedb451678417905cafd14cc705 /cache.h
parente21ab1340a1a22f017e9c3e4fc0deb9f4de36917 (diff)
downloadgit-9597921b6c173d90359e2cfa4c2e36de8d1554e6.zip
git-9597921b6c173d90359e2cfa4c2e36de8d1554e6.tar.gz
git-9597921b6c173d90359e2cfa4c2e36de8d1554e6.tar.bz2
move identity config parsing to ident.c
There's no reason for this to be in config, except that once upon a time all of the config parsing was there. It makes more sense to keep the ident code together. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 0c095d4..86224c8 100644
--- a/cache.h
+++ b/cache.h
@@ -899,6 +899,7 @@ extern const char *ident_default_email(void);
extern const char *ident_default_date(void);
extern const char *git_editor(void);
extern const char *git_pager(int stdout_is_tty);
+extern int git_ident_config(const char *, const char *, void *);
struct ident_split {
const char *name_begin;