aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorSanti Béjar <sbejar@gmail.com>2008-05-04 18:04:51 +0200
committerJunio C Hamano <gitster@pobox.com>2008-05-06 16:50:17 -0700
commitbb1ae3f6fff19b0a1ab1bb6a815d26d39b9f15e6 (patch)
treed11c7e3846690f745e8c6998d56464f21a23e3c9 /cache.h
parente83dbe802f24e017f2e3889272a70793c064d984 (diff)
downloadgit-bb1ae3f6fff19b0a1ab1bb6a815d26d39b9f15e6.tar.gz
git-bb1ae3f6fff19b0a1ab1bb6a815d26d39b9f15e6.tar.xz
commit: Show committer if automatic
To warn the user in case he/she might be using an unintended committer identity. Signed-off-by: Santi Béjar <sbejar@gmail.com> 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 d5d5dad14..327e5eacd 100644
--- a/cache.h
+++ b/cache.h
@@ -719,6 +719,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;