Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: Do not include status output for subdirectories if -l is passed
[gitweb.git]
/
builtin-fetch.c
diff --git
a/builtin-fetch.c
b/builtin-fetch.c
index b2b9935ed65cfa80daf9f9071a3dd5d381ef3426..a11548c8943f75b8d3e9ddfa1e6e2e3d13eaa431 100644
(file)
--- a/
builtin-fetch.c
+++ b/
builtin-fetch.c
@@
-652,5
+652,6
@@
int cmd_fetch(int argc, const char **argv, const char *prefix)
signal(SIGINT, unlock_pack_on_signal);
atexit(unlock_pack);
- return do_fetch(transport, parse_ref_spec(ref_nr, refs), ref_nr);
+ return do_fetch(transport,
+ parse_fetch_refspec(ref_nr, refs), ref_nr);
}