Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log-tree: fix patch filename computation in "git format-patch"
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index ad123d78c582e11e27748a613fae5b17bd87b0e9..5259ed519272d49ad8a73e88eb6cb838f62cfd11 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-86,6
+86,8
@@
struct rev_info {
struct log_info *loginfo;
int nr, total;
const char *mime_boundary;
+ const char *patch_suffix;
+ int numbered_files;
char *message_id;
struct string_list *ref_message_ids;
const char *add_signoff;