diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-05-27 14:36:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-27 10:44:34 -0700 |
commit | 808e1db231195af31075d1e0f9e4f6026a96d06a (patch) | |
tree | ca85fb1fbe73b2afd41e9cab0e8a857590c0081a /run-command.c | |
parent | diff.c: omit hidden entries from namelen calculation with --stat (diff) | |
download | tgif-808e1db231195af31075d1e0f9e4f6026a96d06a.tar.xz |
diff: introduce --stat-lines to limit the stat lines
Often one is interested in the full --stat output only for commits which
change a few files, but not others, because larger restructuring gives a
--stat which fills a few screens.
Introduce a new option --stat-count=<count> which limits the --stat output
to the first <count> lines, followed by a "..." line. It can
also be given as the third parameter in
--stat=<width>,<name-width>,<count>.
Also, the unstuck form is supported analogous to the other two stat
parameters.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions