summaryrefslogtreecommitdiff
path: root/Documentation/git-rev-parse.txt
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2008-06-27 00:01:41 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-06-29 23:47:41 -0700
commitf3cb169bc9822e39a3efe637602b829cb338a213 (patch)
tree342da73fa874bf3de6dd166bc9100dfb98e46909 /Documentation/git-rev-parse.txt
parentfetch: report local storage errors in status table (diff)
downloadtgif-f3cb169bc9822e39a3efe637602b829cb338a213.tar.xz
fetch: give a hint to the user when local refs fail to update
There are basically two categories of update failures for local refs: 1. problems outside of git, like disk full, bad permissions, etc. 2. D/F conflicts on tracking branch ref names In either case, there should already have been an error message. In case '1', hopefully enough information has already been given that the user can fix it. In the case of '2', we can hint that the user can clean up their tracking branch area by using 'git remote prune'. Note that we don't actually know _which_ case we have, so the user will receive the hint in case 1, as well. In this case the suggestion won't do any good, but hopefully the user is smart enough to figure out that it's just a hint. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-parse.txt')
0 files changed, 0 insertions, 0 deletions