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