diff options
author | Ronnie Sahlberg <sahlberg@google.com> | 2014-06-20 07:42:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-14 11:54:41 -0700 |
commit | d3f665550588d19d6d6c9f9064aa3d4685afdf4d (patch) | |
tree | 93b1e501a265d038cf47942f94cce24ff82ce67f /Documentation/git-ls-tree.txt | |
parent | refs.c: make remove_empty_directories always set errno to something sane (diff) | |
download | tgif-d3f665550588d19d6d6c9f9064aa3d4685afdf4d.tar.xz |
refs.c: commit_packed_refs to return a meaningful errno on failure
Making errno when returning from commit_packed_refs() meaningful,
which should fix
* a bug in "git clone" where it prints strerror(errno) based on
errno, despite errno possibly being zero and potentially having
been clobbered by that point
* the same kind of bug in "git pack-refs"
and prepares for repack_without_refs() to get a meaningful
error message when commit_packed_refs() fails without falling into
the same bug.
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Michael Haggerty <mhagger@alum.mit.edu>
Diffstat (limited to 'Documentation/git-ls-tree.txt')
0 files changed, 0 insertions, 0 deletions