pretty: support truncating in %>, %< and %><
commita7f01c6b4ddf9f2f6bdcb23fc7afb56695807cba
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 18 Apr 2013 23:08:51 +0000 (19 09:08 +1000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2013 23:28:29 +0000 (18 16:28 -0700)
treebbd2ecfc44a0e3349d2e419f379e653a008dc00f
parenta57523428b4c08795e793356e12afc3de812f84a
pretty: support truncating in %>, %< and %><

%>(N,trunc) truncates the right part after N columns and replace the
last two letters with "..". ltrunc does the same on the left. mtrunc
cuts the middle out.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt
pretty.c
t/t4205-log-pretty-formats.sh
utf8.c
utf8.h