builtin/rebase.c: Remove pointless message
commitbf1e28e0ad9b1d0d04203ebc43b9008de1969503
authorBen Wijen <ben@wijen.net>
Fri, 30 Aug 2019 15:16:06 +0000 (30 17:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Sep 2019 17:17:05 +0000 (7 10:17 -0700)
treee8dc71da2dfa78097a089fe935b62aa472463e9f
parentd2172ef02dee468b85bc4567332cbf58cd6b4b0a
builtin/rebase.c: Remove pointless message

When doing 'git rebase --autostash <upstream> <master>' with a dirty worktree
a 'HEAD is now at ...' message is emitted, which is pointless as it refers to
the old active branch which isn't actually moved.

This commit removes the 'HEAD is now at...' message.

Signed-off-by: Ben Wijen <ben@wijen.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
t/t3420-rebase-autostash.sh