Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add log.date config variable
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 4fb629000e9d11b22c54ade075acf59d272df291..0f89f1569a6b70766c2f2e04fcc6a5992df5db01 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-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;