diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-29 13:07:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-29 13:07:55 -0700 |
commit | 5dd02f9404e41055b4e7bb8106e9c58dcc524021 (patch) | |
tree | c10d758ee7f6cdbafe4382087547e1d0c9e83ae5 /commit.c | |
parent | 8c1f5f0f1f9c36ef5465512753efeff36758ba7d (diff) | |
parent | 2c04662d89eaa55cecb6effd743c17051d1458ec (diff) | |
download | git-5dd02f9404e41055b4e7bb8106e9c58dcc524021.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[][20]; /* more */ + unsigned char parent[0][20]; /* more */ } **commit_graft; static int commit_graft_alloc, commit_graft_nr; |