| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-12 | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 1 | -6/+10 |
| 2016-08-03 | Merge branch 'jk/diff-do-not-reuse-wtf-needs-cleaning' | Junio C Hamano | 1 | -0/+7 |
| 2016-07-29 | patch-ids: add flag to create the diff patch id using header only data | Kevin Willford | 1 | -6/+10 |
| 2016-07-22 | diff: do not reuse worktree files that need "clean" conversion | Jeff King | 1 | -0/+7 |
| 2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -46/+53 |
| 2016-06-28 | diff: convert prep_temp_blob() to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2016-06-28 | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 1 | -14/+14 |
| 2016-06-28 | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 1 | -31/+38 |
| 2016-06-28 | coccinelle: convert hashcpy() with null_sha1 to hashclr() | brian m. carlson | 1 | -1/+1 |
| 2016-06-28 | diff: do not color output when --color=auto and --output=<file> is given | Johannes Schindelin | 1 | -0/+2 |
| 2016-06-10 | Merge branch 'jk/diff-compact-heuristic' | Junio C Hamano | 1 | -1/+1 |
| 2016-06-10 | diff: disable compaction heuristic for now | Junio C Hamano | 1 | -1/+1 |
| 2016-05-06 | Merge branch 'jk/diff-compact-heuristic' | Junio C Hamano | 1 | -0/+11 |
| 2016-04-19 | xdiff: implement empty line chunk heuristic | Stefan Beller | 1 | -0/+11 |
| 2016-04-03 | Merge branch 'mm/diff-renames-default' | Junio C Hamano | 1 | -0/+5 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -13/+10 |
| 2016-02-26 | Merge branch 'jk/more-comments-on-textconv' | Junio C Hamano | 1 | -1/+4 |
| 2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -0/+5 |
| 2016-02-22 | diff_populate_gitlink: use a strbuf | Jeff King | 1 | -8/+8 |
| 2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -5/+2 |
| 2016-02-22 | diff: clarify textconv interface | Jeff King | 1 | -1/+4 |
| 2016-02-05 | Merge branch 'nd/diff-with-path-params' into maint | Junio C Hamano | 1 | -4/+10 |
| 2016-02-03 | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 1 | -4/+10 |
| 2016-01-21 | diff: make -O and --output work in subdirectory | Duy Nguyen | 1 | -4/+10 |
| 2015-10-29 | Merge branch 'tk/sigchain-unnecessary-post-tempfile' | Junio C Hamano | 1 | -1/+0 |
| 2015-10-22 | diff: remove unused #include "sigchain.h" | Tobias Klauser | 1 | -1/+0 |
| 2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -11/+10 |
| 2015-10-05 | use sha1_to_hex_r() instead of strcpy | Jeff King | 1 | -5/+4 |
| 2015-09-28 | Sync with v2.5.4 | Junio C Hamano | 1 | -10/+16 |
| 2015-09-28 | Sync with 2.4.10 | Junio C Hamano | 1 | -10/+16 |
| 2015-09-28 | Sync with 2.3.10 | Junio C Hamano | 1 | -10/+16 |
| 2015-09-28 | react to errors in xdi_diff | Jeff King | 1 | -10/+16 |
| 2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -6/+6 |
| 2015-08-31 | Merge branch 'hv/submodule-config' | Junio C Hamano | 1 | -0/+1 |
| 2015-08-25 | Merge branch 'mh/tempfile' | Junio C Hamano | 1 | -23/+23 |
| 2015-08-19 | submodule: use new config API for worktree configurations | Heiko Voigt | 1 | -0/+1 |
| 2015-08-12 | diff: use tempfile module | Michael Haggerty | 1 | -23/+23 |
| 2015-08-03 | Merge branch 'dt/log-follow-config' | Junio C Hamano | 1 | -2/+3 |
| 2015-07-15 | Merge branch 'jc/diff-ws-error-highlight' | Junio C Hamano | 1 | -1/+6 |
| 2015-07-12 | diff: parse ws-error-highlight option more strictly | René Scharfe | 1 | -1/+6 |
| 2015-07-09 | log: add "log.follow" configuration variable | David Turner | 1 | -2/+3 |
| 2015-06-25 | Merge branch 'jk/color-diff-plain-is-context' into maint | Junio C Hamano | 1 | -14/+14 |
| 2015-06-11 | Merge branch 'jk/color-diff-plain-is-context' | Junio C Hamano | 1 | -15/+15 |
| 2015-06-11 | Merge branch 'jc/diff-ws-error-highlight' | Junio C Hamano | 1 | -22/+100 |
| 2015-05-27 | diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT | Jeff King | 1 | -13/+13 |
| 2015-05-27 | diff: accept color.diff.context as a synonym for "plain" | Jeff King | 1 | -1/+1 |
| 2015-05-26 | diff.c: --ws-error-highlight=<kind> option | Junio C Hamano | 1 | -16/+68 |
| 2015-05-26 | diff.c: add emit_del_line() and emit_context_line() | Junio C Hamano | 1 | -12/+38 |
| 2015-03-23 | Merge branch 'rs/deflate-init-cleanup' into maint | Junio C Hamano | 1 | -1/+0 |
| 2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2015-03-13 | Merge branch 'mk/diff-shortstat-dirstat-fix' into maint | Junio C Hamano | 1 | -1/+1 |
| 2015-03-06 | Merge branch 'mk/diff-shortstat-dirstat-fix' | Junio C Hamano | 1 | -1/+1 |
| 2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -1/+0 |
| 2015-03-02 | diff --shortstat --dirstat: remove duplicate output | Mårten Kongstad | 1 | -1/+1 |
| 2014-10-20 | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 1 | -2/+1 |
| 2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -2/+1 |
| 2014-09-11 | Merge branch 'nd/large-blobs' | Junio C Hamano | 1 | -14/+38 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
| 2014-08-18 | diff: shortcut for diff'ing two binary SHA-1 objects | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
| 2014-08-18 | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 1 | -8/+18 |
| 2014-08-18 | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
| 2014-07-22 | Merge branch 'bg/xcalloc-nmemb-then-size' into maint | Junio C Hamano | 1 | -1/+1 |
| 2014-07-17 | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 1 | -6/+6 |
| 2014-06-25 | Merge branch 'jk/diff-follow-must-take-one-pathspec' into maint | Junio C Hamano | 1 | -0/+3 |
| 2014-06-20 | stat_opt: check extra strlen call | Jeff King | 1 | -1/+2 |
| 2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -18/+9 |
| 2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -31/+34 |
| 2014-06-18 | parse_diff_color_slot: drop ofs parameter | Jeff King | 1 | -10/+10 |
| 2014-06-16 | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |
| 2014-06-16 | Merge branch 'jk/diff-follow-must-take-one-pathspec' | Junio C Hamano | 1 | -0/+3 |
| 2014-06-03 | Merge branch 'jk/external-diff-use-argv-array' | Junio C Hamano | 1 | -31/+25 |
| 2014-06-03 | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 1 | -0/+2 |
| 2014-05-27 | diff.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
| 2014-05-20 | move "--follow needs one pathspec" rule to diff_setup_done | Jeff King | 1 | -0/+3 |
| 2014-04-28 | Merge branch 'jk/external-diff-use-argv-array' (early part) | Junio C Hamano | 1 | -16/+16 |
| 2014-04-21 | run_external_diff: refactor cmdline setup logic | Jeff King | 1 | -11/+15 |
| 2014-04-21 | run_external_diff: hoist common bits out of conditional | Jeff King | 1 | -5/+3 |
| 2014-04-21 | run_external_diff: drop fflush(NULL) | Jeff King | 1 | -1/+0 |
| 2014-04-21 | run_external_diff: clean up error handling | Jeff King | 1 | -6/+3 |
| 2014-04-21 | run_external_diff: use an argv_array for the environment | Jeff King | 1 | -9/+5 |
| 2014-04-21 | run_external_diff: use an argv_array for the command line | Jeff King | 1 | -16/+16 |
| 2014-04-17 | i18n: remove obsolete comments for translators in diffstat generation | Jiang Xin | 1 | -8/+0 |
| 2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -1/+1 |
| 2014-04-07 | combine-diff: speed it up, by using multiparent diff tree-walker directly | Kirill Smelkov | 1 | -0/+1 |
| 2014-04-07 | tree-diff: rework diff_tree() to generate diffs for multiparent cases as well | Kirill Smelkov | 1 | -0/+1 |
| 2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
| 2014-03-18 | Merge branch 'tr/diff-submodule-no-reuse-worktree' into maint | Junio C Hamano | 1 | -2/+3 |
| 2014-03-18 | Merge branch 'nd/diff-quiet-stat-dirty' into maint | Junio C Hamano | 1 | -24/+43 |
| 2014-03-18 | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 1 | -6/+3 |
| 2014-03-18 | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 1 | -10/+2 |
| 2014-03-14 | Merge branch 'tr/diff-submodule-no-reuse-worktree' | Junio C Hamano | 1 | -2/+3 |
| 2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -6/+3 |
| 2014-03-07 | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion' | Junio C Hamano | 1 | -8/+0 |
| 2014-03-03 | diff.c: use ALLOC_GROW() | Dmitry S. Dolzhenko | 1 | -10/+2 |
| 2014-02-27 | Merge branch 'nd/diff-quiet-stat-dirty' | Junio C Hamano | 1 | -24/+43 |
| 2014-02-24 | diff: do not quit early on stat-dirty files | Nguyễn Thái Ngọc Duy | 1 | -5/+17 |
| 2014-02-24 | diff.c: move diffcore_skip_stat_unmatch core logic out for reuse later | Nguyễn Thái Ngọc Duy | 1 | -21/+28 |
| 2014-02-18 | diff: do not reuse_worktree_file for submodules | Thomas Rast | 1 | -2/+3 |
| 2014-01-27 | Merge branch 'jk/diff-filespec-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2014-01-17 | diff_filespec: drop xfrm_flags field | Jeff King | 1 | -2/+2 |
| 2014-01-10 | Merge branch 'sb/diff-orderfile-config' | Junio C Hamano | 1 | -0/+5 |
| 2013-12-27 | Merge branch 'zk/difftool-counts' | Junio C Hamano | 1 | -3/+17 |
| 2013-12-18 | diff: add diff.orderfile configuration variable | Samuel Bronson | 1 | -0/+5 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -28/+28 |
| 2013-12-16 | diff.c: fix some recent whitespace style violations | Jeff King | 1 | -2/+2 |
| 2013-12-06 | difftool: display the number of files in the diff queue in the prompt | Zoltan Klinger | 1 | -3/+17 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -28/+28 |
| 2013-10-31 | Use the word 'stuck' instead of 'sticked' | Nicolas Vigier | 1 | -1/+1 |
| 2013-10-23 | Merge branch 'mg/more-textconv' | Junio C Hamano | 1 | -0/+3 |
| 2013-09-09 | Merge branch 'jc/diff-filter-negation' | Junio C Hamano | 1 | -21/+104 |
| 2013-08-09 | diff: fix a possible null pointer dereference | Stefan Beller | 1 | -1/+1 |
| 2013-08-09 | diff: remove ternary operator evaluating always to true | Stefan Beller | 1 | -2/+2 |
| 2013-07-24 | Merge branch 'ob/typofixes' | Junio C Hamano | 1 | -1/+1 |
| 2013-07-24 | Merge branch 'sb/misc-fixes' | Junio C Hamano | 1 | -3/+1 |
| 2013-07-22 | typofix: in-code comments | Ondřej Bílka | 1 | -1/+1 |
| 2013-07-22 | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 1 | -1/+1 |
| 2013-07-22 | Merge branch 'mm/diff-no-patch-synonym-to-s' | Junio C Hamano | 1 | -12/+18 |
| 2013-07-19 | diff: remove "diff-files -q" in a version of Git in a distant future | Junio C Hamano | 1 | -8/+0 |
| 2013-07-19 | diff: deprecate -q option to diff-files | Junio C Hamano | 1 | -0/+8 |
| 2013-07-17 | diff: allow --patch & cie to override -s/--no-patch | Matthieu Moy | 1 | -11/+17 |
| 2013-07-17 | diff: allow --no-patch as synonym for -s | Matthieu Moy | 1 | -1/+1 |
| 2013-07-17 | diff: allow lowercase letter to specify what change class to exclude | Junio C Hamano | 1 | -1/+28 |
| 2013-07-17 | diff: reject unknown change class given to --diff-filter | Junio C Hamano | 1 | -1/+1 |
| 2013-07-17 | diff: preparse --diff-filter string argument | Junio C Hamano | 1 | -7/+56 |
| 2013-07-17 | diff: factor out match_filter() | Junio C Hamano | 1 | -16/+13 |
| 2013-07-17 | diff: pass the whole diff_options to diffcore_apply_filter() | Junio C Hamano | 1 | -2/+4 |
| 2013-07-15 | diff.c: Do not initialize a variable, which gets reassigned anyway. | Stefan Beller | 1 | -3/+1 |
| 2013-07-11 | Merge branch 'jc/maint-diff-core-safecrlf' | Junio C Hamano | 1 | -1/+9 |
| 2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-06-25 | diff: demote core.safecrlf=true to core.safecrlf=warn | Junio C Hamano | 1 | -1/+9 |
| 2013-06-19 | diff: add --ignore-blank-lines option | Antoine Pelisse | 1 | -0/+2 |
| 2013-05-10 | diff_opt: track whether flags have been set explicitly | Junio C Hamano | 1 | -0/+3 |
| 2013-04-24 | Merge branch 'jk/diff-algo-finishing-touches' into maint | Junio C Hamano | 1 | -2/+3 |
| 2013-04-15 | Merge branch 'jk/diff-graph-submodule-summary' | Junio C Hamano | 1 | -0/+1 |
| 2013-04-15 | Merge branch 'jk/diff-algo-finishing-touches' | Junio C Hamano | 1 | -2/+3 |
| 2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -1/+1 |
| 2013-04-05 | submodule: print graph output next to submodule log | John Keeping | 1 | -0/+1 |
| 2013-04-05 | diff: allow unstuck arguments with --diff-algorithm | John Keeping | 1 | -2/+3 |
| 2013-04-01 | Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint | Junio C Hamano | 1 | -1/+13 |
| 2013-03-25 | Merge branch 'ap/maint-diff-rename-avoid-overlap' | Junio C Hamano | 1 | -1/+13 |
| 2013-03-21 | diff.c: diff.renamelimit => diff.renameLimit in message | Max Nanasy | 1 | -1/+1 |
| 2013-02-26 | diff: prevent pprint_rename from underrunning input | Thomas Rast | 1 | -7/+10 |
| 2013-02-23 | diff: Fix rename pretty-print when suffix and prefix overlap | Antoine Pelisse | 1 | -1/+10 |
| 2013-02-17 | Merge branch 'mp/diff-algo-config' | Junio C Hamano | 1 | -0/+34 |
| 2013-02-14 | Merge branch 'jk/diff-graph-cleanup' | Junio C Hamano | 1 | -97/+34 |
| 2013-02-12 | diff.c: use diff_line_prefix() where applicable | John Keeping | 1 | -95/+20 |
| 2013-02-12 | diff: add diff_line_prefix function | John Keeping | 1 | -0/+10 |
| 2013-02-12 | diff.c: make constant string arguments const | John Keeping | 1 | -2/+4 |
| 2013-02-12 | diff: write prefix to the correct file | John Keeping | 1 | -1/+1 |
| 2013-01-16 | diff: Introduce --diff-algorithm command line option | Michal Privoznik | 1 | -1/+11 |
| 2013-01-16 | config: Introduce diff.algorithm variable | Michal Privoznik | 1 | -0/+24 |
| 2013-01-14 | Merge branch 'jc/blame-no-follow' | Junio C Hamano | 1 | -0/+2 |
| 2012-11-29 | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 1 | -25/+29 |
| 2012-11-27 | diff --shortstat: do not count "unmerged" entries | Junio C Hamano | 1 | -3/+2 |
| 2012-11-27 | diff --stat: do not count "unmerged" entries | Junio C Hamano | 1 | -2/+4 |
| 2012-11-27 | diff --stat: move the "total count" logic to the last loop | Junio C Hamano | 1 | -9/+12 |
| 2012-11-27 | diff --stat: use "file" temporary variable to refer to data->files[i] | Junio C Hamano | 1 | -13/+13 |
| 2012-11-27 | diff --stat: status of unmodified pair in diff-q is not zero | Junio C Hamano | 1 | -1/+1 |
| 2012-11-25 | Merge branch 'rr/submodule-diff-config' | Junio C Hamano | 1 | -11/+35 |
| 2012-11-25 | Merge branch 'lt/diff-stat-show-0-lines' | Junio C Hamano | 1 | -10/+15 |
| 2012-11-18 | submodule: display summary header in bold | Ramkumar Ramachandra | 1 | -1/+1 |
| 2012-11-18 | diff: rename "set" variable | Jeff King | 1 | -6/+6 |
| 2012-11-18 | diff: introduce diff.submodule configuration variable | Ramkumar Ramachandra | 1 | -4/+28 |
| 2012-11-09 | Merge branch 'nd/builtin-to-libgit' | Jeff King | 1 | -0/+16 |
| 2012-11-09 | Merge branch 'mh/maint-parse-dirstat-fix' | Jeff King | 1 | -19/+21 |
| 2012-10-29 | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+16 |
| 2012-10-29 | parse_dirstat_params(): use string_list to split comma-separated string | Michael Haggerty | 1 | -19/+21 |
| 2012-10-17 | Fix "git diff --stat" for interesting - but empty - file changes | Linus Torvalds | 1 | -10/+15 |
| 2012-09-30 | diff: diff.context configuration gives default to -U | Jeff Muizelaar | 1 | -1/+8 |
| 2012-09-21 | diff: accept --no-follow option | Junio C Hamano | 1 | -0/+2 |
| 2012-09-20 | Merge branch 'nd/maint-diffstat-summary' into maint | Junio C Hamano | 1 | -6/+4 |
| 2012-09-18 | Merge branch 'jc/make-static' | Junio C Hamano | 1 | -1/+1 |
| 2012-09-17 | Merge branch 'nd/maint-diffstat-summary' | Junio C Hamano | 1 | -6/+4 |
| 2012-09-15 | diff.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -1/+1 |
| 2012-09-14 | Revert diffstat back to English | Nguyễn Thái Ngọc Duy | 1 | -6/+4 |
| 2012-09-11 | Sync with 1.7.11.6 | Junio C Hamano | 1 | -3/+2 |
| 2012-09-11 | Merge branch 'ab/diff-write-incomplete-line' into maint-1.7.11 | Junio C Hamano | 1 | -0/+1 |
| 2012-09-11 | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 | Junio C Hamano | 1 | -3/+1 |
| 2012-09-10 | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 1 | -6/+10 |
| 2012-09-10 | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 | Junio C Hamano | 1 | -6/+10 |
| 2012-08-27 | Merge branch 'ab/diff-write-incomplete-line' | Junio C Hamano | 1 | -0/+1 |
| 2012-08-27 | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 1 | -6/+10 |
| 2012-08-22 | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 1 | -3/+1 |
| 2012-08-05 | Fix '\ No newline...' annotation in rewrite diffs | Adam Butcher | 1 | -0/+1 |
| 2012-08-03 | diff_setup_done(): return void | Thomas Rast | 1 | -3/+1 |
| 2012-07-31 | Merge branch 'nd/maint-i18n-diffstat' | Junio C Hamano | 1 | -1/+1 |
| 2012-07-30 | Merge branch 'jv/maint-no-ext-diff' into maint | Junio C Hamano | 1 | -3/+5 |
| 2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -6/+10 |
| 2012-07-26 | i18n: leave \n out of translated diffstat | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2012-07-23 | Merge branch 'jv/maint-no-ext-diff' | Junio C Hamano | 1 | -3/+5 |
| 2012-07-22 | Merge branch 'jc/refactor-diff-stdin' into maint | Junio C Hamano | 1 | -20/+1 |
| 2012-07-17 | diff: correctly disable external_diff with --no-ext-diff | Junio C Hamano | 1 | -3/+5 |
| 2012-07-13 | Merge branch 'jc/refactor-diff-stdin' | Junio C Hamano | 1 | -20/+1 |
| 2012-06-28 | diff-index.c: "git diff" has no need to read blob from the standard input | Junio C Hamano | 1 | -20/+1 |
| 2012-06-15 | Merge branch 'as/diff-shortstat-ignore-binary' | Junio C Hamano | 1 | -1/+1 |
| 2012-06-15 | diff: Only count lines in show_shortstats | Alexander Strasser | 1 | -1/+1 |
| 2012-05-07 | Merge branch 'zj/diff-empty-chmod' | Junio C Hamano | 1 | -16/+27 |
| 2012-05-02 | Merge branch 'zj/diff-stat-smaller-num-columns' | Junio C Hamano | 1 | -10/+38 |
| 2012-05-02 | Merge branch 'lp/diffstat-with-graph' | Junio C Hamano | 1 | -2/+6 |
| 2012-05-01 | diff --stat: do not run diff on indentical files | Zbigniew Jędrzejewski-Szmek | 1 | -2/+5 |