X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=3114bd1781c3c5e735dfc1b1a7b4131270992f14;hb=d49483f0ca1be0994c4f20fe1804d36a28013676;hp=43940e2bddcc34d2b74d2ddb76c045939c413c52;hpb=a66fae3827d4bf39ddfdc19bbb818d67e2a3c20a;p=git.git diff --git a/commit.h b/commit.h index 43940e2bd..3114bd178 100644 --- a/commit.h +++ b/commit.h @@ -145,8 +145,6 @@ struct commit_graft *read_graft_line(char *buf, int len); int register_commit_graft(struct commit_graft *, int); struct commit_graft *lookup_commit_graft(const unsigned char *sha1); -const unsigned char *lookup_replace_object(const unsigned char *sha1); - extern struct commit_list *get_merge_bases(struct commit *rev1, struct commit *rev2, int cleanup); extern struct commit_list *get_merge_bases_many(struct commit *one, int n, struct commit **twos, int cleanup); extern struct commit_list *get_octopus_merge_bases(struct commit_list *in);