summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83c3161)
raw | patch | inline | side by side (parent: 83c3161)
author | Robert Shearman <rob@codeweavers.com> | |
Thu, 27 Jul 2006 09:32:46 +0000 (10:32 +0100) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh | patch | blob | history |
diff --git a/git-rebase.sh b/git-rebase.sh
index 240032f32d995a10ad08af689758b6fb954436b9..7d3a5d0e718eebe6fb5d1fa3362f2a7087d6e691 100755 (executable)
--- a/git-rebase.sh
+++ b/git-rebase.sh
# 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