Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-rev-list: make sure the output is sorted by recency
[gitweb.git]
/
receive-pack.c
diff --git
a/receive-pack.c
b/receive-pack.c
index d05f7d5ec42a088b29d3cac14d42b416013aedf7..dfa7cd1d0a81eade8225e11dc0f2b97682a905c0 100644
(file)
--- a/
receive-pack.c
+++ b/
receive-pack.c
@@
-25,7
+25,7
@@
struct command {
char ref_name[0];
};
-struct command *commands = NULL;
+st
atic st
ruct command *commands = NULL;
static int is_all_zeroes(const char *hex)
{