X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit-reach.h;fp=commit-reach.h;h=f1cf9bfcd8e6cbce0e478fe2a47c5b341a954057;hb=1d614d41e5fc030bc2f2799a58791aa912f78378;hp=1ea2696e40ba3f0a8eb26dc5253e00472af5fd84;hpb=6404355657fb3ec27668fb88c5175bb22aff3acc;p=thirdparty%2Fgit.git diff --git a/commit-reach.h b/commit-reach.h index 1ea2696e40..f1cf9bfcd8 100644 --- a/commit-reach.h +++ b/commit-reach.h @@ -39,4 +39,6 @@ struct commit_list *reduce_heads(struct commit_list *heads); */ void reduce_heads_replace(struct commit_list **heads); +int ref_newer(const struct object_id *new_oid, const struct object_id *old_oid); + #endif