Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer (rebase -i): copy commit notes at end
[gitweb.git]
/
shortlog.h
diff --git
a/shortlog.h
b/shortlog.h
index de4f86fb970e15491f44dfe38b7d7d6fdc3be9ad..5d64cfe929684807fcfa004ec3edf10d720189c9 100644
(file)
--- a/
shortlog.h
+++ b/
shortlog.h
@@
-13,10
+13,12
@@
struct shortlog {
int in2;
int user_format;
int abbrev;
+ int committer;
char *common_repo_prefix;
int email;
struct string_list mailmap;
+ FILE *file;
};
void shortlog_init(struct shortlog *log);