aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-14 13:45:20 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-14 13:45:20 -0700
commitb66ae7955ca10cf4f59130c9a63b327e4d9df104 (patch)
tree89b6d915cf08c4cccfdb1485c6da3482094f5d4b /cache.h
parent761adeb4dba3305d0810b5340a71783d29484fb0 (diff)
parentbb1ae3f6fff19b0a1ab1bb6a815d26d39b9f15e6 (diff)
downloadgit-b66ae7955ca10cf4f59130c9a63b327e4d9df104.tar.gz
git-b66ae7955ca10cf4f59130c9a63b327e4d9df104.tar.xz
Merge branch 'sb/committer'
* sb/committer: commit: Show committer if automatic commit: Show author if different from committer Preparation to call determine_author_info from prepare_to_commit
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 9cee9a5f3..093f04cec 100644
--- a/cache.h
+++ b/cache.h
@@ -735,6 +735,7 @@ extern int config_error_nonbool(const char *);
#define MAX_GITNAME (1000)
extern char git_default_email[MAX_GITNAME];
extern char git_default_name[MAX_GITNAME];
+extern int user_ident_explicitly_given;
extern const char *git_commit_encoding;
extern const char *git_log_output_encoding;