aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-04 23:01:19 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-06 07:54:06 -0800
commitc6bc40058565fef3ec79840bf5e13ba0962cb3e4 (patch)
treeabbd42d727f41f7e4ca5c3886e14be7f0049110e /Documentation/git-status.txt
parentc9ecf4f12aecabfad87507ebd133476ea99fe4cb (diff)
downloadgit-c6bc40058565fef3ec79840bf5e13ba0962cb3e4.tar.gz
git-c6bc40058565fef3ec79840bf5e13ba0962cb3e4.tar.xz
do not discard status in fetch_refs_via_pack()
The code calls fetch_pack() to get the list of refs it fetched, and discards refs and always returns 0 to signal success. But builtin-fetch-pack.c::fetch_pack() has error cases. The function returns NULL if error is detected (shallow-support side seems to choose to die but I suspect that is easily fixable to error out as well). Make fetch_refs_via_pack() propagate that error to the caller. Acked-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
0 files changed, 0 insertions, 0 deletions