author | Junio C Hamano <junkio@cox.net> | |
Wed, 27 Sep 2006 01:53:02 +0000 (18:53 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 27 Sep 2006 09:55:08 +0000 (02:55 -0700) | ||
commit | a2540023dcf833ca02d87c28052e8b7135d56b60 | |
tree | 68b099b93e9072838d9cd108614c5be9c9bb696c | tree | snapshot |
parent | 4a0641b7cf833644b286b56bb57d66b5538e4418 | commit | 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>
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>
diff.c | diff | blob | history | |
diff.h | diff | blob | history |