X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-commit-tree.c;h=64670777312c71d45b10f72a1efe9fceae3e3b89;hb=46e09f310567b680c03151e048bf2b7e847611e2;hp=0453425c471f1d6793bc7f5f59d17e9d285ddfc6;hpb=1e7ef0253c91bf2f25f9d8e44795b642737e664e;p=git.git diff --git a/builtin-commit-tree.c b/builtin-commit-tree.c index 0453425c4..646707773 100644 --- a/builtin-commit-tree.c +++ b/builtin-commit-tree.c @@ -124,7 +124,7 @@ int cmd_commit_tree(int argc, const char **argv, const char *prefix) } if (strbuf_read(&buffer, 0, 0) < 0) - die("git commit-tree: read returned %s", strerror(errno)); + die_errno("git commit-tree: failed to read"); if (!commit_tree(buffer.buf, tree_sha1, parents, commit_sha1, NULL)) { printf("%s\n", sha1_to_hex(commit_sha1));