Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t6026-merge-attr: don't fail if sleep exits early
[gitweb.git]
/
shortlog.h
diff --git
a/shortlog.h
b/shortlog.h
index de4f86fb970e15491f44dfe38b7d7d6fdc3be9ad..5a326c68602610d856ac543b8bd034542d83f64b 100644
(file)
--- a/
shortlog.h
+++ b/
shortlog.h
@@
-17,6
+17,7
@@
struct shortlog {
char *common_repo_prefix;
int email;
struct string_list mailmap;
+ FILE *file;
};
void shortlog_init(struct shortlog *log);