summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-29 13:07:55 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-29 13:07:55 -0700
commit5dd02f9404e41055b4e7bb8106e9c58dcc524021 (patch)
treec10d758ee7f6cdbafe4382087547e1d0c9e83ae5 /commit.c
parent8c1f5f0f1f9c36ef5465512753efeff36758ba7d (diff)
parent2c04662d89eaa55cecb6effd743c17051d1458ec (diff)
downloadgit-5dd02f9404e41055b4e7bb8106e9c58dcc524021.tar.gz
Merge refs/heads/master from .
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.c b/commit.c
index 56192587af..e51eda1524 100644
--- a/commit.c
+++ b/commit.c
@@ -102,7 +102,7 @@ static unsigned long parse_commit_date(const char *buf)
static struct commit_graft {
unsigned char sha1[20];
int nr_parent;
- unsigned char parent[][20]; /* more */
+ unsigned char parent[0][20]; /* more */
} **commit_graft;
static int commit_graft_alloc, commit_graft_nr;