Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'fc/transport-helper-no-refspec'
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index e41cc0d733793a630933b7dddb0d8f8ee4f595ed..d15a7343d8384d05784aa5739dc758262f750a25 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-183,7
+183,7
@@
static struct ref *get_ref_map(struct transport *transport,
old_tail = tail;
for (i = 0; i < transport->remote->fetch_refspec_nr; i++)
get_fetch_map(ref_map, &transport->remote->fetch[i],
- &tail,
0
);
+ &tail,
1
);
for (rm = *old_tail; rm; rm = rm->next)
rm->fetch_head_status = FETCH_HEAD_IGNORE;
} else {