]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
Merge branch 'jc/report-tracking'
[thirdparty/git.git] / revision.h
index e8bac6d14161dfd7121967726c3ba30eded5b7eb..f57b6c5d9a832311711e989a63911c886dd1a418 100644 (file)
@@ -112,6 +112,8 @@ struct rev_info {
 #define REV_TREE_DIFFERENT     2
 
 /* revision.c */
+void read_revisions_from_stdin(struct rev_info *revs);
+
 typedef void (*show_early_output_fn_t)(struct rev_info *, struct commit_list *);
 volatile show_early_output_fn_t show_early_output;