fetch-pack: report missing refs even if no existing refs were received
This fixes a test in t5500. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
7418f1a037
commit
778e7543d2
@ -1021,7 +1021,7 @@ int cmd_fetch_pack(int argc, const char **argv, const char *prefix)
|
||||
return 1;
|
||||
|
||||
ret = !ref;
|
||||
if (ref && sought.nr) {
|
||||
if (sought.nr) {
|
||||
/* If the heads to pull were given, we should have
|
||||
* consumed all of them by matching the remote.
|
||||
* Otherwise, 'git fetch remote no-such-ref' would
|
||||
|
||||
Reference in New Issue
Block a user