Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
import-tars: Allow per-tar author and commit message.
[gitweb.git]
/
builtin-clone.c
diff --git
a/builtin-clone.c
b/builtin-clone.c
index 0d2b4a8200ec10b2f6972cc3b7ddbb7a5b833b54..991a7ae92f21e241eeba535ad48bb27d2398f962 100644
(file)
--- a/
builtin-clone.c
+++ b/
builtin-clone.c
@@
-515,7
+515,7
@@
int cmd_clone(int argc, const char **argv, const char *prefix)
option_upload_pack);
refs = transport_get_remote_refs(transport);
- if(refs)
+ if
(refs)
transport_fetch_refs(transport, refs);
}