X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1;hb=b0d08a504bee17dfc46f761e166ff2c20c59a91a;hp=fcc24f85c3e5d79f2e05511ad42d77e05626cc7a;hpb=aa01568dc7277f189f003ab221fec3268e5ceb81;p=git.git diff --git a/git-fetch.sh b/git-fetch.sh index fcc24f85..0346d4a4 100755 --- a/git-fetch.sh +++ b/git-fetch.sh @@ -164,6 +164,7 @@ fast_forward_local () { ;; *,$local) echo >&2 "* $1: fast forward to $3" + echo >&2 " from $local to $2" git-update-ref "$1" "$2" "$local" ;; *) @@ -320,7 +321,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