aboutsummaryrefslogtreecommitdiff
path: root/environment.c
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 /environment.c
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 'environment.c')
-rw-r--r--environment.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c
index 55c252706..4fcb47124 100644
--- a/environment.c
+++ b/environment.c
@@ -11,6 +11,7 @@
char git_default_email[MAX_GITNAME];
char git_default_name[MAX_GITNAME];
+int user_ident_explicitly_given;
int trust_executable_bit = 1;
int quote_path_fully = 1;
int has_symlinks = 1;