X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1;hb=2f8acdb38e513e4b983209563faf4c1d38c4013e;hp=de4f011e26c3d0b2012ff44692757ca0c9984f16;hpb=52e8a6e9bf92a38015ab8f6d19dabeff7acc0651;p=git.git diff --git a/git-fetch.sh b/git-fetch.sh index de4f011e..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" ;; *)