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