Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Documentation: Add asciidoc.conf file and gitlink: macro
[gitweb.git]
/
receive-pack.c
diff --git
a/receive-pack.c
b/receive-pack.c
index 1ef0c13935751903efc5c2dee738604a80b75de2..06857eb77fef93788f54d17cca68924f5213c9db 100644
(file)
--- a/
receive-pack.c
+++ b/
receive-pack.c
@@
-24,7
+24,7
@@
struct command {
unsigned char updated;
unsigned char old_sha1[20];
unsigned char new_sha1[20];
- char ref_name[];
+ char ref_name[
0
];
};
static struct command *commands = NULL;