diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-11 18:03:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-11 18:03:38 -0700 |
commit | eb726f2d760dd78915e4a24f014ab411a165daa3 (patch) | |
tree | 600d0909cc2f3ab183e603a8aec88054f39c99a2 /t/t4135/git-with tab.diff | |
parent | Git 1.7.6.2 (diff) | |
download | tgif-eb726f2d760dd78915e4a24f014ab411a165daa3.tar.xz |
fsck: do not abort upon finding an empty blob
Asking fwrite() to write one item of size bytes results in fwrite()
reporting "I wrote zero item", when size is zero. Instead, we could
ask it to write "size" items of 1 byte and expect it to report that
"I wrote size items" when it succeeds, with any value of size,
including zero.
Noticed and reported by BJ Hargrave.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4135/git-with tab.diff')
0 files changed, 0 insertions, 0 deletions