author | Jeff King <peff@peff.net> | |
Thu, 10 Apr 2008 00:11:52 +0000 (20:11 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 10 Apr 2008 08:02:59 +0000 (01:02 -0700) | ||
commit | e5c49826d26e71ea18ff3010ef75edb1849df7ec | |
tree | 1247e09875aa3bc2c2961e96e670344887adbd65 | tree | snapshot |
parent | 71349732c53a4c1b64729628b04db7b3c3f7606d | commit | diff |
git-fetch: always show status of non-tracking-ref fetches
Previously, a fetch like:
git fetch git://some/url
would show no ref status output (just the object downloading
status, if there was any), leading to some confusion.
With this patch, we now show the usual ref table, with
remote refs going into FETCH_HEAD. Previously this output
was shown only if "-v"erbose was specified.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Previously, a fetch like:
git fetch git://some/url
would show no ref status output (just the object downloading
status, if there was any), leading to some confusion.
With this patch, we now show the usual ref table, with
remote refs going into FETCH_HEAD. Previously this output
was shown only if "-v"erbose was specified.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c | diff | blob | history |