Skip to content

Commit d587ed1

Browse files
Robert ShearmanJunio C Hamano
authored andcommitted
rebase: Make the fast-fowarding message more user-friendly by using branch names instead of SHA1 IDs.
Signed-off-by: Robert Shearman <rob@codeweavers.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 83c3161 commit d587ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ git-reset --hard "$onto"
280280
# we just fast forwarded.
281281
if test "$mb" = "$branch"
282282
then
283-
echo >&2 "Fast-forwarded $branch to $newbase."
283+
echo >&2 "Fast-forwarded $branch_name to $onto_name."
284284
exit 0
285285
fi
286286

0 commit comments

Comments
 (0)