]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-reach.h
commit-reach: move ref_newer from remote.c
[thirdparty/git.git] / commit-reach.h
index 1ea2696e40ba3f0a8eb26dc5253e00472af5fd84..f1cf9bfcd8e6cbce0e478fe2a47c5b341a954057 100644 (file)
@@ -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