Code

hg-to-git: use git init instead of git init-db
[git.git] / revision.h
index abce5001f19a60bb15b519b26773b57c83563021..83f364ace240ce22d577f65e7a3f60bf20ccdf2f 100644 (file)
@@ -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;