X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit.h;h=75b43a53edcd082fbe148dad3ddc66e85471f0b4;hb=a6080a0a44d5ead84db3dabbbc80e82df838533d;hp=86e8dca0c9dbac4d990d959296145805319b477a;hpb=d44c782bbd6b0e806e056f9e8ff8cd8e426e67a3;p=thirdparty%2Fgit.git diff --git a/commit.h b/commit.h index 86e8dca0c9..75b43a53ed 100644 --- a/commit.h +++ b/commit.h @@ -66,7 +66,7 @@ extern unsigned long pretty_print_commit(enum cmit_fmt fmt, const struct commit /** Removes the first commit from a list sorted by date, and adds all * of its parents. **/ -struct commit *pop_most_recent_commit(struct commit_list **list, +struct commit *pop_most_recent_commit(struct commit_list **list, unsigned int mark); struct commit *pop_commit(struct commit_list **stack);