diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:45:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:45:20 -0700 |
commit | b66ae7955ca10cf4f59130c9a63b327e4d9df104 (patch) | |
tree | 89b6d915cf08c4cccfdb1485c6da3482094f5d4b /environment.c | |
parent | 761adeb4dba3305d0810b5340a71783d29484fb0 (diff) | |
parent | bb1ae3f6fff19b0a1ab1bb6a815d26d39b9f15e6 (diff) | |
download | git-b66ae7955ca10cf4f59130c9a63b327e4d9df104.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index 55c2527063..4fcb471248 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; |