Code

I like the idea of the new ':/<oneline prefix>' notation, and gave it
[git.git] / revision.h
index d93481f68f53a657fe4b174e4a12777efe6a74bb..cf337136086073d9d1356d615ac104d83c53b11a 100644 (file)
@@ -42,7 +42,8 @@ struct rev_info {
                        unpacked:1, /* see also ignore_packed below */
                        boundary:1,
                        left_right:1,
-                       parents:1;
+                       parents:1,
+                       reverse:2;
 
        /* Diff flags */
        unsigned int    diff:1,
@@ -73,6 +74,7 @@ struct rev_info {
        const char      *add_signoff;
        const char      *extra_headers;
        const char      *log_reencode;
+       int             no_inline;
 
        /* Filter by commit log message */
        struct grep_opt *grep_filter;