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