X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-commit-tree.c;h=64670777312c71d45b10f72a1efe9fceae3e3b89;hb=32ca42491246eb00d226826039fff18d58b57081;hp=0453425c471f1d6793bc7f5f59d17e9d285ddfc6;hpb=4258c212ca2c3674be4b7e00a19db705eee77a48;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));