diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
commit7cb6ac1e4b5c58b515ca503c972124e8b5a0d9ee
authorAnn T Ropea <bedhanger@gmx.de>
Sun, 3 Dec 2017 21:27:42 +0000 (3 22:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Dec 2017 15:32:59 +0000 (6 07:32 -0800)
treee3dd5c1ad8b8b7a1f9013de9313cb9718fb9b9ce
parentb4c02c3008e2ebe8f214c44889d22cfc46252b60
diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value

Neither Git nor the user are in need of this (visual) aid anymore, but
we must offer a transition period.

A follow-up patch (series) will rectify the situation by covering the
new output format as well as the backward compatible one.

Also, fix a typo: "abbbreviated" ---> "abbreviated".

Signed-off-by: Ann T Ropea <bedhanger@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c