| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-06-30 | diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS[_PORCELAIN] | Stefan Beller | 1 | -16/+26 |
| 2017-06-30 | diff.c: migrate emit_line_checked to use emit_diff_symbol | Stefan Beller | 1 | -41/+75 |
| 2017-06-30 | diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF | Stefan Beller | 1 | -8/+11 |
| 2017-06-30 | diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO | Stefan Beller | 1 | -2/+6 |
| 2017-06-30 | diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER | Stefan Beller | 1 | -1/+9 |
| 2017-06-30 | diff.c: introduce emit_diff_symbol | Stefan Beller | 1 | -3/+19 |
| 2017-06-30 | diff.c: factor out diff_flush_patch_all_file_pairs | Stefan Beller | 1 | -5/+12 |
| 2017-06-30 | diff.c: move line ending check into emit_hunk_header | Stefan Beller | 1 | -2/+2 |
| 2017-06-30 | diff.c: readability fix | Stefan Beller | 1 | -2/+2 |
| 2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-24 | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 1 | -3/+3 |
| 2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -38/+38 |
| 2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -6/+2 |
| 2017-06-13 | convert: convert convert_to_git to take an index | Brandon Williams | 1 | -3/+3 |
| 2017-06-05 | diff: rename diff_fill_sha1_info to diff_fill_oid_info | Brandon Williams | 1 | -9/+9 |
| 2017-06-05 | Merge branch 'js/blame-lib' | Junio C Hamano | 1 | -0/+23 |
| 2017-06-05 | Merge branch 'mb/diff-default-to-indent-heuristics' | Junio C Hamano | 1 | -4/+4 |
| 2017-06-02 | diff: convert diff_flush_patch_id to struct object_id | Brandon Williams | 1 | -6/+6 |
| 2017-06-02 | diff: finish conversion for prepare_temp_file to struct object_id | Brandon Williams | 1 | -2/+2 |
| 2017-06-02 | diff: convert reuse_worktree_file to struct object_id | Brandon Williams | 1 | -5/+5 |
| 2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 1 | -8/+8 |
| 2017-06-02 | diff: convert diff_change to struct object_id | Brandon Williams | 1 | -7/+7 |
| 2017-06-02 | diff: convert diff_addremove to struct object_id | Brandon Williams | 1 | -4/+4 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
| 2017-05-26 | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 1 | -6/+2 |
| 2017-05-24 | blame: move textconv_object with related functions | Jeff Smith | 1 | -0/+23 |
| 2017-05-09 | diff: enable indent heuristic by default | Stefan Beller | 1 | -1/+1 |
| 2017-05-09 | diff: make the indent heuristic part of diff's basic configuration | Marc Branchaud | 1 | -3/+3 |
| 2017-05-08 | notes-cache: convert to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-01 | fix minor typos | René Genz | 1 | -1/+1 |
| 2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
| 2017-03-30 | diff: avoid fixed-size buffer for patch-ids | Jeff King | 1 | -31/+37 |
| 2017-03-26 | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 1 | -2/+2 |
| 2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -3/+3 |
| 2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -2/+2 |
| 2017-03-12 | Merge branch 'jc/diff-populate-filespec-size-only-fix' | Junio C Hamano | 1 | -1/+18 |
| 2017-03-02 | diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec() | Junio C Hamano | 1 | -1/+18 |
| 2017-02-15 | Merge branch 'rs/swap' | Junio C Hamano | 1 | -8/+4 |
| 2017-02-10 | Merge branch 'jk/log-graph-name-only' | Junio C Hamano | 1 | -0/+1 |
| 2017-02-08 | diff: print line prefix for --name-only output | Jeff King | 1 | -0/+1 |
| 2017-01-30 | use oid_to_hex_r() for converting struct object_id hashes to hex strings | René Scharfe | 1 | -1/+1 |
| 2017-01-30 | diff: use SWAP macro | René Scharfe | 1 | -3/+1 |
| 2017-01-30 | use SWAP macro | René Scharfe | 1 | -5/+3 |
| 2017-01-12 | diff: add interhunk context config option | Vegard Nossum | 1 | -0/+8 |
| 2017-01-10 | Merge branch 'jc/retire-compaction-heuristics' | Junio C Hamano | 1 | -20/+3 |
| 2016-12-23 | diff: retire "compaction" heuristics | Junio C Hamano | 1 | -20/+3 |
| 2016-12-08 | diff: handle --no-abbrev in no-index case | Jack Bates | 1 | -1/+5 |
| 2016-11-29 | Merge branch 'tk/diffcore-delta-remove-unused' into maint | Junio C Hamano | 1 | -1/+1 |
| 2016-11-17 | Merge branch 'tk/diffcore-delta-remove-unused' | Junio C Hamano | 1 | -1/+1 |
| 2016-11-14 | diffcore-delta: remove unused parameter to diffcore_count_changes() | Tobias Klauser | 1 | -1/+1 |
| 2016-10-28 | Merge branch 'rs/cocci' into maint | Junio C Hamano | 1 | -1/+1 |
| 2016-10-27 | Merge branch 'nd/ita-empty-commit' | Junio C Hamano | 1 | -0/+4 |
| 2016-10-27 | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 1 | -16/+29 |
| 2016-10-27 | Merge branch 'lt/abbrev-auto' | Junio C Hamano | 1 | -1/+1 |
| 2016-10-26 | diff: handle sha1 abbreviations outside of repository | Jeff King | 1 | -4/+17 |
| 2016-10-26 | diff_aligned_abbrev: use "struct oid" | Jeff King | 1 | -9/+11 |
| 2016-10-26 | diff_unique_abbrev: rename to diff_aligned_abbrev | Jeff King | 1 | -7/+3 |
| 2016-10-26 | Merge branch 'va/i18n' | Junio C Hamano | 1 | -7/+7 |
| 2016-10-26 | Merge branch 'jc/ws-error-highlight' | Junio C Hamano | 1 | -34/+55 |
| 2016-10-26 | Merge branch 'jc/diff-unique-abbrev-comments' | Junio C Hamano | 1 | -1/+22 |
| 2016-10-24 | diff: add --ita-[in]visible-in-index | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2016-10-17 | i18n: diff: mark warnings for translation | Vasco Almeida | 1 | -7/+7 |
| 2016-10-10 | Merge branch 'rs/qsort' | Junio C Hamano | 1 | -3/+3 |
| 2016-10-06 | Merge branch 'rs/cocci' | Junio C Hamano | 1 | -1/+1 |
| 2016-10-04 | diff: introduce diff.wsErrorHighlight option | Junio C Hamano | 1 | -1/+10 |
| 2016-10-04 | diff.c: move ws-error-highlight parsing helpers up | Junio C Hamano | 1 | -37/+37 |
| 2016-10-04 | diff.c: refactor parse_ws_error_highlight() | Junio C Hamano | 1 | -5/+16 |
| 2016-10-03 | abbrev: prepare for new world order | Junio C Hamano | 1 | -1/+1 |
| 2016-09-30 | diff_unique_abbrev(): document its assumption and limitation | Junio C Hamano | 1 | -1/+22 |
| 2016-09-29 | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 1 | -1/+2 |
| 2016-09-29 | use QSORT | René Scharfe | 1 | -3/+3 |
| 2016-09-27 | use strbuf_add_unique_abbrev() for adding short hashes, part 2 | René Scharfe | 1 | -1/+1 |
| 2016-09-26 | Merge branch 'js/regexec-buf' | Junio C Hamano | 1 | -1/+2 |
| 2016-09-26 | Merge branch 'va/i18n-more' | Junio C Hamano | 1 | -5/+10 |
| 2016-09-26 | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 1 | -7/+29 |
| 2016-09-21 | regex: use regexec_buf() | Johannes Schindelin | 1 | -1/+2 |
| 2016-09-21 | i18n: i18n: diff: mark die messages for translation | Jean-Noël AVILA | 1 | -5/+10 |
| 2016-09-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2016-09-19 | blame: honor the diff heuristic options and config | Michael Haggerty | 1 | -12/+17 |
| 2016-09-19 | diff: improve positioning of add/delete blocks in diffs | Michael Haggerty | 1 | -3/+20 |
| 2016-09-15 | Merge branch 'sb/diff-cleanup' | Junio C Hamano | 1 | -21/+10 |
| 2016-09-12 | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 1 | -17/+37 |
| 2016-09-08 | diff: remove dead code | Stefan Beller | 1 | -8/+0 |
| 2016-09-08 | diff: omit found pointer from emit_callback | Stefan Beller | 1 | -4/+2 |
| 2016-09-08 | diff.c: use diff_options directly | Stefan Beller | 1 | -11/+10 |
| 2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-08-31 | diff: teach diff to display submodule difference with an inline diff | Jacob Keller | 1 | -9/+22 |
| 2016-08-31 | submodule: convert show_submodule_summary to use struct object_id * | Jacob Keller | 1 | -1/+1 |
| 2016-08-31 | diff: prepare for additional submodule formats | Jacob Keller | 1 | -6/+6 |
| 2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -0/+7 |
| 2016-08-31 | diff.c: remove output_prefix_length field | Junio C Hamano | 1 | -1/+1 |
| 2016-08-12 | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 1 | -6/+10 |
| 2016-08-10 | Merge branch 'jk/diff-do-not-reuse-wtf-needs-cleaning' into maint | Junio C Hamano | 1 | -0/+7 |
| 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 |