Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config_rename_section: fix FILE* leak
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index bfab4f9752a41970cd46996b0b802c7cfc6108b0..8ad5920d2be9593ad7810e3ccefa1c8b9f4e0750 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-309,6
+309,7
@@
void datestamp(char *buf, int bufsize);
unsigned long approxidate(const char *);
extern int setup_ident(void);
+extern void ignore_missing_committer_name();
extern const char *git_author_info(int);
extern const char *git_committer_info(int);