diff options
author | Jeff King <peff@peff.net> | 2008-06-26 23:59:50 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-27 16:22:51 -0700 |
commit | 6315472eed9ff5f594560ddfd592ea21c665fe96 (patch) | |
tree | 2ff108b863ac0721ccea94d254824af776614bc4 /t | |
parent | Merge branch 'maint-1.5.5' into maint (diff) | |
download | tgif-6315472eed9ff5f594560ddfd592ea21c665fe96.tar.xz |
fetch: report local storage errors in status table
Previously, if there was an error while storing a local
tracking ref, the low-level functions would report an error,
but fetch's status output wouldn't indicate any problem.
E.g., imagine you have an old "refs/remotes/origin/foo/bar" but
upstream has deleted "foo/bar" in favor of a new branch
"foo". You would get output like this:
error: there are still refs under 'refs/remotes/origin/foo'
From $url_of_repo
* [new branch] foo -> origin/foo
With this patch, the output takes into account the status of
updating the local ref:
error: there are still refs under 'refs/remotes/origin/foo'
From $url_of_repo
! [new branch] foo -> origin/foo (unable to update local ref)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions