Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Do not quote SP.
[gitweb.git]
/
clone-pack.c
diff --git
a/clone-pack.c
b/clone-pack.c
index 0ea7e7f65deaa41847bf5c8a1a5e812a09d4acf2..f9b263a441eb2559a904e3db9fb35fac05b9590e 100644
(file)
--- a/
clone-pack.c
+++ b/
clone-pack.c
@@
-287,7
+287,7
@@
static int clone_pack(int fd[2], int nr_match, char **match)
struct ref *refs;
int status;
- get_remote_heads(fd[0], &refs, nr_match, match);
+ get_remote_heads(fd[0], &refs, nr_match, match
, 1
);
if (!refs) {
packet_flush(fd[1]);
die("no matching remote head");