git-apply --stat: limit lines to 79 characters
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 03:50:49 +0000 (20:50 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 03:50:49 +0000 (20:50 -0700)
commit95bedc9eecfa4d905a9d85dff8b406049476d9e7
treea2f99ab2af90b6aeae2b6d1f77829e5aa102218f
parent66204988fe2e5a2a18c4ff55798c7203775d9fd4
git-apply --stat: limit lines to 79 characters

It had already tried to do that, but with the independent
rounding of the number of '+' and '-' characters, it would
sometimes do 80-char lines after all.
apply.c