Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- builtin/commit.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/builtin/commit.c b/builtin/commit.c index 6b4c678..c551d72 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -1350,7 +1350,9 @@ int cmd_commit(int argc, const char **argv, const char *prefix) exit(1); } - if (commit_tree(sb.buf, active_cache_tree->sha1, NULL, parents, commit_sha1, + if (commit_tree(sb.buf, active_cache_tree->sha1, + parents ? parents->item->object.sha1 : NULL, + parents, commit_sha1, fmt_ident(author_name, author_email, author_date, IDENT_ERROR_ON_NO_NAME))) { rollback_index_files(); -- 1.7.1.rc1.69.g24c2f7 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html