diff.c: Output the text graph padding before each diff line
authorBo Yang <struggleyb.nku@gmail.com>
Wed, 26 May 2010 07:23:54 +0000 (15:23 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jun 2010 01:00:21 +0000 (18:00 -0700)
commit7be5761073fde260d3aca10883e8688bd30cbccf
tree9b7ddf9ac7234e28e98fcce9ef721cd30de15dde
parent81bd1b2a96ecc12dcc72fc2b22aa5b7691186685
diff.c: Output the text graph padding before each diff line

Change output from diff with -p/--dirstat/--binary/--numstat/--stat/
--shortstat/--check/--summary options to align with graph paddings.

Thanks Jeff King <peff@peff.net> for reporting the '--summary' bug and
his initial patch.

Signed-off-by: Bo Yang <struggleyb.nku@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c