Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: Show committer if automatic
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index d5d5dad1463e2251dc84cf0a85095a7e3e0eaeae..327e5eacd3191c115497d03dba079bba058cf2d8 100644
(file)
--- 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;