git-svn: support -C<num> passing to git-diff-tree
[git.git] / revision.h
index bdbdd23..7d85b0f 100644 (file)
@@ -60,6 +60,8 @@ struct rev_info {
        struct log_info *loginfo;
        int             nr, total;
        const char      *mime_boundary;
+       const char      *add_signoff;
+       const char      *extra_headers;
 
        /* special limits */
        int max_count;