Skip to content

Commit

Permalink
rebase: Make the fast-fowarding message more user-friendly by using b…
Browse files Browse the repository at this point in the history
…ranch names instead of SHA1 IDs.

Signed-off-by: Robert Shearman <rob@codeweavers.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Robert Shearman authored and Junio C Hamano committed Jul 31, 2006
1 parent 83c3161 commit d587ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d587ed1

Please sign in to comment.