X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=merge-base.c;h=12ebb95fba51ee9bba9767b25c999bd3de9ebd94;hb=9c065315f70fb1086ef16fc37e72e3edbaf3e919;hp=04f40fc8c57b2531393532e9f62de229a07224a4;hpb=667bb59b2d5b0a2e7fca5970d6f757790a6edd74;p=git.git diff --git a/merge-base.c b/merge-base.c index 04f40fc8..12ebb95f 100644 --- a/merge-base.c +++ b/merge-base.c @@ -15,7 +15,7 @@ static struct commit *process_list(struct commit_list **list_p, int this_mark, return NULL; } -struct commit *common_ancestor(struct commit *rev1, struct commit *rev2) +static struct commit *common_ancestor(struct commit *rev1, struct commit *rev2) { struct commit_list *rev1list = NULL; struct commit_list *rev2list = NULL;