Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t4202-log.sh: Test git log --no-walk sort order
[gitweb.git]
/
combine-diff.c
diff --git
a/combine-diff.c
b/combine-diff.c
index 60d03676bbd0dba7be79c7098d7cae553962ca98..bbf74fc42e4e72eb3df99272fb75a03bbeaf726a 100644
(file)
--- a/
combine-diff.c
+++ b/
combine-diff.c
@@
-746,7
+746,7
@@
static void show_patch_diff(struct combine_diff_path *elem, int num_parent,
done = read_in_full(fd, result, len);
if (done < 0)
- die("read error '%s'", elem->path);
+ die
_errno
("read error '%s'", elem->path);
else if (done < len)
die("early EOF '%s'", elem->path);