Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] diff-raw format update take #2.
[gitweb.git]
/
rev-tree.c
diff --git
a/rev-tree.c
b/rev-tree.c
index f7dc98b1aaacacedeef059b3424d0a42259bb9b8..bc190ebc71bbd923f2b728e505408f5e54bd073a 100644
(file)
--- 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);