log-tree: fix patch filename computation in "git format-patch"
[gitweb.git] / revision.h
index ad123d78c582e11e27748a613fae5b17bd87b0e9..5259ed519272d49ad8a73e88eb6cb838f62cfd11 100644 (file)
@@ -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;