rebase-i: print an abbreviated hash when stop for editing
commit14c793e8f409216b868223236fc54e5e5f86aa3a
authorRalf Thielow <ralf.thielow@gmail.com>
Mon, 28 Mar 2016 16:00:00 +0000 (28 18:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Mar 2016 17:49:40 +0000 (28 10:49 -0700)
tree494ae358fe0dc71b6fccf088c9818212ed73769b
parente46579643d56162299b1756b70d418005351b256
rebase-i: print an abbreviated hash when stop for editing

The message that is shown when rebase-i stops for editing prints
the full hash of the commit where it stopped which makes the message
overflow to the next line on smaller terminal windows.  Print an
abbreviated hash instead.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh