Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch/push: readd rsync support
[gitweb.git]
/
builtin-fetch.c
diff --git
a/builtin-fetch.c
b/builtin-fetch.c
index 2f639ccef27e389b86829b79c10ab25af4efe0f7..ac68ff592eb10652fccdcf74f27763b1e2254f5e 100644
(file)
--- a/
builtin-fetch.c
+++ b/
builtin-fetch.c
@@
-102,7
+102,7
@@
static struct ref *get_ref_map(struct transport *transport,
remote->fetch[i].dst[0])
*autotags = 1;
if (!i && !has_merge && ref_map &&
- !
strcmp(remote->fetch[0].src, ref_map->name)
)
+ !
remote->fetch[0].pattern
)
ref_map->merge = 1;
}
if (has_merge)