diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-28 23:03:23 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-28 23:03:23 -0700 |
commit | 8c1f5f0f1f9c36ef5465512753efeff36758ba7d (patch) | |
tree | e27706307f48a9e5192f0b6bb873ecadf41dbed5 /commit.c | |
parent | 933693da77857b12ba86d999a601dbdb8ab212ff (diff) | |
parent | 10d781b9caa4f71495c7b34963bef137216f86a8 (diff) | |
download | git-8c1f5f0f1f9c36ef5465512753efeff36758ba7d.tar.gz |
Merge refs/heads/master from .
Diffstat (limited to 'commit.c')
-rw-r--r-- | commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[0][20]; /* more */ + unsigned char parent[][20]; /* more */ } **commit_graft; static int commit_graft_alloc, commit_graft_nr; |