rebase: Make the fast-fowarding message more user-friendly by using branch names instead of SHA1 IDs.
authorRobert Shearman <rob@codeweavers.com>
Thu, 27 Jul 2006 09:32:46 +0000 (10:32 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 31 Jul 2006 07:15:59 +0000 (00:15 -0700)
Signed-off-by: Robert Shearman <rob@codeweavers.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh
index 240032f32d995a10ad08af689758b6fb954436b9..7d3a5d0e718eebe6fb5d1fa3362f2a7087d6e691 100755 (executable)
@@ -280,7 +280,7 @@ git-reset --hard "$onto"
 # we just fast forwarded.
 if test "$mb" = "$branch"
 then
-       echo >&2 "Fast-forwarded $branch to $newbase."
+       echo >&2 "Fast-forwarded $branch_name to $onto_name."
        exit 0
 fi