Signed-off-by: Santi Béjar <sbejar@xxxxxxxxx> --- This patch follows the notation of the other mail, but for the not-fast-forward case I think it makes more sense to use the '...' notation. If you don't like it, just use: + echo >&2 " from $local to $2" git-fetch.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/git-fetch.sh b/git-fetch.sh index 1bc6108..15d6800 100755 --- a/git-fetch.sh +++ b/git-fetch.sh @@ -190,6 +190,7 @@ fast_forward_local () { ;; esac || { echo >&2 "* $1: does not fast forward to $3;" + echo >&2 " $local...$2" case ",$force,$single_force," in *,t,*) echo >&2 " forcing update." -- 1.4.2.1.g5a0f - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html