Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branches 'jc/rev-list' and 'jc/pack-thin'
[gitweb.git]
/
git-fetch.sh
diff --git
a/git-fetch.sh
b/git-fetch.sh
index fcc24f85c3e5d79f2e05511ad42d77e05626cc7a..de4f011e26c3d0b2012ff44692757ca0c9984f16 100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-320,7
+320,7
@@
fetch_main () {
( : subshell because we muck with IFS
IFS=" $LF"
(
- git-fetch-pack $exec $keep "$remote" $rref || echo failed "$remote"
+ git-fetch-pack $exec $keep
--thin
"$remote" $rref || echo failed "$remote"
) |
while read sha1 remote_name
do