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 /cache.h | |
parent | 761adeb4dba3305d0810b5340a71783d29484fb0 (diff) | |
parent | bb1ae3f6fff19b0a1ab1bb6a815d26d39b9f15e6 (diff) | |
download | git-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |