X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=rev-tree.c;h=bc190ebc71bbd923f2b728e505408f5e54bd073a;hb=d6db01075b65da2b8584a0450619390893aae103;hp=f7dc98b1aaacacedeef059b3424d0a42259bb9b8;hpb=667bb59b2d5b0a2e7fca5970d6f757790a6edd74;p=git.git diff --git a/rev-tree.c b/rev-tree.c index f7dc98b1..bc190ebc 100644 --- a/rev-tree.c +++ b/rev-tree.c @@ -46,7 +46,7 @@ static int interesting(struct commit *rev) return 1; } -void process_commit(unsigned char *sha1) +static void process_commit(unsigned char *sha1) { struct commit_list *parents; struct commit *obj = lookup_commit(sha1);