diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-09-28 15:07:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-28 22:27:29 -0700 |
commit | 5c5b2ea9ab95f71ac155f12d75d1432b5c93c2bb (patch) | |
tree | a48aed109267f7568fe4365fb885d5c7ecbfcde3 /Documentation | |
parent | 785f743276991567a36420f069c228e4dc9d0df3 (diff) | |
download | git-5c5b2ea9ab95f71ac155f12d75d1432b5c93c2bb.tar.gz git-5c5b2ea9ab95f71ac155f12d75d1432b5c93c2bb.tar.xz |
diff --stat=width[,name-width]: allow custom diffstat output width.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/diff-options.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index b5d976359..7b7b9e8ce 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -10,8 +10,11 @@ --patch-with-raw:: Synonym for "-p --raw". ---stat:: - Generate a diffstat. +--stat[=width[,name-width]]:: + Generate a diffstat. You can override the default + output width for 80-column terminal by "--stat=width". + The width of the filename part can be controlled by + giving another width to it separated by a comma. --summary:: Output a condensed summary of extended header information |