diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-29 17:03:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-29 17:03:10 -0700 |
commit | a852aac48d881d538e24d5493e218a93b12b1709 (patch) | |
tree | 9444d09ddf9301428842a6e424832eec458f5c92 /diff.h | |
parent | 0faf247485c2dc92fd8b492a5c4b49237e0338ee (diff) | |
parent | e5f85df87e8f1adb40288265ef54a16128691688 (diff) | |
download | git-a852aac48d881d538e24d5493e218a93b12b1709.tar.gz |
Merge branch 'mg/diff-stat-count'
* mg/diff-stat-count:
diff --stat-count: finishing touches
diff-options.txt: describe --stat-{width,name-width,count}
diff: introduce --stat-lines to limit the stat lines
diff.c: omit hidden entries from namelen calculation with --stat
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ struct diff_options { int stat_width; int stat_name_width; + int stat_count; const char *word_regex; enum diff_words_type word_diff; |