Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-bisect: use dash-less form on git bisect log
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index abce5001f19a60bb15b519b26773b57c83563021..83f364ace240ce22d577f65e7a3f60bf20ccdf2f 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-111,6
+111,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;