X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=9c4a244bd90cd96a461a6d6774106b0e6a11fe1e;hb=181dc776956b4d265891ac70514ed214e4b7564a;hp=6738a696d7d7861188873cf7f7279bc8c19545d5;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/commit.h b/commit.h index 6738a696..9c4a244b 100644 --- a/commit.h +++ b/commit.h @@ -58,6 +58,8 @@ struct commit *pop_most_recent_commit(struct commit_list **list, struct commit *pop_commit(struct commit_list **stack); +void clear_commit_marks(struct commit *commit, unsigned int mark); + int count_parents(struct commit * commit); /*