commit | a2540023dcf833ca02d87c28052e8b7135d56b60 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Sep 26 18:53:02 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Sep 27 02:55:08 2006 -0700 |
tree | 68b099b93e9072838d9cd108614c5be9c9bb696c | |
parent | 4a0641b7cf833644b286b56bb57d66b5538e4418 [diff] |
diff --stat: allow custom diffstat output width. This adds two parameters to "diff --stat". . --stat-width=72 tells that the page should fit on 72-column output. . --stat-name-width=30 tells that the filename part is limited to 30 columns. Signed-off-by: Junio C Hamano <junkio@cox.net>