[PATCH] diff-raw format update take #2.
[gitweb.git] / rev-tree.c
index f7dc98b1aaacacedeef059b3424d0a42259bb9b8..bc190ebc71bbd923f2b728e505408f5e54bd073a 100644 (file)
@@ -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);