X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=revision.h;h=83f364ace240ce22d577f65e7a3f60bf20ccdf2f;hb=af9a01e1c2f6a8814b817eb7f3d78814389a3212;hp=abce5001f19a60bb15b519b26773b57c83563021;hpb=e13067a7499f3cbf543d4a30865c70613f055b4b;p=git.git diff --git a/revision.h b/revision.h index abce5001f..83f364ace 100644 --- 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;