Merge branch 'jk/branch-l-1-repurpose'
[gitweb.git] / revision.h
index 007278cc119fded9f97832d87ffe5d6b95a5ce41..12259579271d9c51652f671b29598f09de967f0a 100644 (file)
@@ -82,6 +82,11 @@ struct rev_info {
         */
        int rev_input_given;
 
+       /*
+        * Whether we read from stdin due to the --stdin option.
+        */
+       int read_from_stdin;
+
        /* topo-sort */
        enum rev_sort_order sort_order;