X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1;hb=1b371f567d9b0094918e128262577b76994eef74;hp=fcc24f85c3e5d79f2e05511ad42d77e05626cc7a;hpb=ab8c9fe256a21413f86080082cf65b6f7c7656b3;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