X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=revision.h;h=8572315954d1fde8c36c426d66c665534c22d1f2;hb=fdcf39e59b98536d2d65b26a59925dc1dea421d4;hp=992e1e9dd57eac528c3ecaf09987593d525da611;hpb=27ee189163070f53a87e033171a45520f70b242e;p=git.git diff --git a/revision.h b/revision.h index 992e1e9dd..857231595 100644 --- a/revision.h +++ b/revision.h @@ -130,6 +130,8 @@ extern void add_object(struct object *obj, extern void add_pending_object(struct rev_info *revs, struct object *obj, const char *name); +extern void add_head_to_pending(struct rev_info *); + enum commit_action { commit_ignore, commit_show,