| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-12-16 | Merge branch 'hw/doc-in-header' | Junio C Hamano | 1 | -0/+126 |
| 2019-11-18 | diff: move doc to diff.h and diffcore.h | Heba Waly | 1 | -0/+126 |
| 2019-11-14 | diff: export diffstat interface | Daniel Ferreira | 1 | -0/+20 |
| 2019-08-19 | patch-id: convert to use the_hash_algo | brian m. carlson | 1 | -1/+1 |
| 2019-07-11 | range-diff: suppress line count in outer diff | Thomas Gummerer | 1 | -0/+1 |
| 2019-06-13 | Merge branch 'sb/format-patch-base-patch-id-fix' | Junio C Hamano | 1 | -1/+2 |
| 2019-05-30 | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-29 | diff-parseopt: correct variable types that are used by parseopt | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-05-08 | format-patch: make --base patch-id output stable | Stephen Boyd | 1 | -1/+2 |
| 2019-04-25 | Merge branch 'nd/diff-parseopt-4' | Junio C Hamano | 1 | -1/+4 |
| 2019-03-24 | am: avoid diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2019-03-24 | diff --no-index: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2019-03-07 | Merge branch 'jk/diff-no-index-initialize' | Junio C Hamano | 1 | -1/+1 |
| 2019-03-07 | Merge branch 'jk/unused-params' | Junio C Hamano | 1 | -1/+1 |
| 2019-03-07 | Merge branch 'en/combined-all-paths' | Junio C Hamano | 1 | -0/+1 |
| 2019-02-24 | diff: reuse diff setup for --no-index case | Jeff King | 1 | -1/+1 |
| 2019-02-14 | diff: drop options parameter from diffcore_fix_diff_index() | Jeff King | 1 | -1/+1 |
| 2019-02-07 | log,diff-tree: add --combined-all-paths option | Elijah Newren | 1 | -0/+1 |
| 2019-01-27 | diff.c: prepare to use parse_options() for parsing | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2019-01-27 | diff.h: avoid bit fields in struct diff_flags | Nguyễn Thái Ngọc Duy | 1 | -33/+33 |
| 2019-01-27 | diff.h: keep forward struct declarations sorted | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
| 2019-01-14 | Merge branch 'sb/diff-color-moved-config-option-fixup' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-14 | diff: align move detection error handling with other options | Stefan Beller | 1 | -1/+2 |
| 2018-11-12 | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-11-12 | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -5/+17 |
| 2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
| 2018-09-21 | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
| 2018-09-21 | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2018-09-17 | Merge branch 'sb/range-diff-colors' | Junio C Hamano | 1 | -0/+5 |
| 2018-08-20 | diff.c: add --output-indicator-{new, old, context} | Stefan Beller | 1 | -0/+5 |
| 2018-08-20 | Merge branch 'js/range-diff' | Junio C Hamano | 1 | -1/+9 |
| 2018-08-13 | diff.c: move read_index() code back to the caller | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2018-08-13 | range-diff: use dim/bold cues to improve dual color mode | Johannes Schindelin | 1 | -1/+7 |
| 2018-08-13 | diff: add an internal option to dual-color diffs of diffs | Johannes Schindelin | 1 | -0/+1 |
| 2018-08-13 | range-diff: suppress the diff headers | Johannes Schindelin | 1 | -0/+1 |
| 2018-08-03 | diff.h: remove extern from function declaration | Nguyễn Thái Ngọc Duy | 1 | -60/+60 |
| 2018-08-02 | Merge branch 'sb/diff-color-move-more' | Junio C Hamano | 1 | -2/+7 |
| 2018-07-19 | diff.c: add white space mode to move detection that allows indent changes | Stefan Beller | 1 | -0/+3 |
| 2018-07-17 | diff.c: decouple white space treatment from move detection algorithm | Stefan Beller | 1 | -0/+1 |
| 2018-07-17 | diff.c: add a blocks mode for moved code detection | Stefan Beller | 1 | -2/+3 |
| 2018-05-08 | merge: add merge.renames config setting | Ben Peart | 1 | -0/+1 |
| 2018-03-14 | Merge branch 'nd/diff-stat-with-summary' | Junio C Hamano | 1 | -0/+1 |
| 2018-02-27 | diff: add --compact-summary | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-01-23 | Merge branch 'sb/diff-blobfind-pickaxe' | Junio C Hamano | 1 | -2/+11 |
| 2018-01-04 | diffcore: add a pickaxe option to find a specific blob | Stefan Beller | 1 | -1/+7 |
| 2018-01-04 | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 1 | -0/+2 |
| 2018-01-04 | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit | Stefan Beller | 1 | -1/+2 |
| 2018-01-04 | diff.h: make pickaxe_opts an unsigned bit field | Stefan Beller | 1 | -1/+1 |
| 2017-11-28 | diff: support anchoring line(s) | Jonathan Tan | 1 | -0/+4 |
| 2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -39/+49 |
| 2017-11-06 | Merge branch 'jk/revision-pruning-optim' | Junio C Hamano | 1 | -0/+1 |
| 2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -31/+31 |
| 2017-11-01 | diff: remove DIFF_OPT_CLR macro | Brandon Williams | 1 | -2/+0 |
| 2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -1/+0 |
| 2017-11-01 | diff: remove DIFF_OPT_TST macro | Brandon Williams | 1 | -1/+0 |
| 2017-11-01 | diff: remove touched flags | Brandon Williams | 1 | -4/+2 |
| 2017-11-01 | diff: add flag to indicate textconv was set via cmdline | Brandon Williams | 1 | -0/+1 |
| 2017-11-01 | diff: convert flags to be stored in bitfields | Brandon Williams | 1 | -39/+54 |
| 2017-10-14 | revision: quit pruning diff more quickly when possible | Jeff King | 1 | -0/+1 |
| 2017-08-16 | diff: define block by number of alphanumeric chars | Jonathan Tan | 1 | -1/+1 |
| 2017-06-30 | diff.c: add dimming to moved line detection | Stefan Beller | 1 | -2/+7 |
| 2017-06-30 | diff.c: color moved lines differently, plain mode | Stefan Beller | 1 | -0/+1 |
| 2017-06-30 | diff.c: color moved lines differently | Stefan Beller | 1 | -1/+11 |
| 2017-06-30 | diff.c: buffer all output if asked to | Stefan Beller | 1 | -0/+2 |
| 2017-06-30 | diff.c: convert show_stats to use emit_diff_symbol | Stefan Beller | 1 | -2/+2 |
| 2017-06-30 | submodule.c: migrate diff output to use emit_diff_symbol | Stefan Beller | 1 | -0/+9 |
| 2017-06-30 | diff.c: migrate emit_line_checked to use emit_diff_symbol | Stefan Beller | 1 | -3/+3 |
| 2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -19/+19 |
| 2017-06-05 | tree-diff: convert diff_tree_paths to struct object_id | Brandon Williams | 1 | -2/+2 |
| 2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -2/+3 |
| 2017-06-05 | Merge branch 'js/blame-lib' | Junio C Hamano | 1 | -0/+7 |
| 2017-06-02 | tree-diff: convert diff_root_tree_sha1 to struct object_id | Brandon Williams | 1 | -2/+2 |
| 2017-06-02 | combine-diff: convert diff_tree_combined to struct object_id | Brandon Williams | 1 | -1/+1 |
| 2017-06-02 | diff: convert diff_flush_patch_id to struct object_id | Brandon Williams | 1 | -1/+1 |
| 2017-06-02 | diff: convert diff_change to struct object_id | Brandon Williams | 1 | -7/+6 |
| 2017-06-02 | diff: convert diff_addremove to struct object_id | Brandon Williams | 1 | -4/+4 |
| 2017-05-24 | blame: move textconv_object with related functions | Jeff Smith | 1 | -0/+7 |
| 2017-05-08 | diff-lib: convert do_diff_cache to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -2/+2 |
| 2016-10-27 | Merge branch 'nd/ita-empty-commit' | Junio C Hamano | 1 | -1/+2 |
| 2016-10-26 | diff_aligned_abbrev: use "struct oid" | Jeff King | 1 | -1/+1 |
| 2016-10-26 | diff_unique_abbrev: rename to diff_aligned_abbrev | Jeff King | 1 | -1/+5 |
| 2016-10-24 | commit: fix empty commit creation when there's no changes but ita entries | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2016-10-24 | diff-lib: allow ita entries treated as "not yet exist in index" | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2016-09-26 | Merge branch 'mh/diff-indent-heuristic' | Junio C Hamano | 1 | -0/+1 |
| 2016-09-19 | blame: honor the diff heuristic options and config | Michael Haggerty | 1 | -0/+1 |
| 2016-09-12 | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 1 | -2/+9 |
| 2016-08-31 | diff: teach diff to display submodule difference with an inline diff | Jacob Keller | 1 | -1/+2 |
| 2016-08-31 | diff: prepare for additional submodule formats | Jacob Keller | 1 | -1/+6 |
| 2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -0/+2 |
| 2016-08-31 | diff.c: remove output_prefix_length field | Junio C Hamano | 1 | -1/+0 |
| 2016-07-29 | patch-ids: add flag to create the diff patch id using header only data | Kevin Willford | 1 | -1/+1 |
| 2016-04-03 | Merge branch 'mm/diff-renames-default' | Junio C Hamano | 1 | -0/+1 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -2/+2 |
| 2016-02-26 | Merge branch 'jk/more-comments-on-textconv' | Junio C Hamano | 1 | -0/+16 |
| 2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -0/+1 |
| 2016-02-22 | diff: clarify textconv interface | Jeff King | 1 | -0/+16 |
| 2016-02-19 | tree-diff: catch integer overflow in combine_diff_path allocation | Jeff King | 1 | -2/+2 |
| 2016-02-05 | Merge branch 'nd/diff-with-path-params' into maint | Junio C Hamano | 1 | -2/+2 |
| 2016-02-03 | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 1 | -2/+2 |
| 2016-01-21 | diff: make -O and --output work in subdirectory | Duy Nguyen | 1 | -1/+1 |
| 2016-01-21 | diff-no-index: do not take a redundant prefix argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2016-01-04 | avoid shifting signed integers 31 bits | Jeff King | 1 | -1/+1 |
| 2015-07-09 | log: add "log.follow" configuration variable | David Turner | 1 | -0/+1 |
| 2015-06-11 | Merge branch 'jk/color-diff-plain-is-context' | Junio C Hamano | 1 | -1/+1 |
| 2015-06-11 | Merge branch 'jc/diff-ws-error-highlight' | Junio C Hamano | 1 | -0/+5 |
| 2015-05-27 | diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT | Jeff King | 1 | -1/+1 |
| 2015-05-26 | diff.c: --ws-error-highlight=<kind> option | Junio C Hamano | 1 | -0/+5 |
| 2015-03-13 | diff: convert struct combine_diff_path to object_id | brian m. carlson | 1 | -2/+3 |
| 2014-06-03 | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 1 | -2/+9 |
| 2014-04-07 | tree-diff: rework diff_tree() to generate diffs for multiparent cases as well | Kirill Smelkov | 1 | -0/+9 |
| 2014-03-26 | tree-diff: diff_tree() should now be static | Kirill Smelkov | 1 | -2/+0 |
| 2014-03-07 | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion' | Junio C Hamano | 1 | -2/+0 |
| 2014-02-24 | combine-diff: combine_diff_path.len is not needed anymore | Kirill Smelkov | 1 | -1/+0 |
| 2013-12-27 | Merge branch 'tg/diff-no-index-refactor' | Junio C Hamano | 1 | -1/+1 |
| 2013-12-27 | Merge branch 'zk/difftool-counts' | Junio C Hamano | 1 | -0/+2 |
| 2013-12-12 | diff: move no-index detection to builtin/diff.c | Thomas Gummerer | 1 | -1/+1 |
| 2013-12-06 | difftool: display the number of files in the diff queue in the prompt | Zoltan Klinger | 1 | -0/+2 |
| 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 | -2/+6 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -2/+1 |
| 2013-07-19 | diff: remove "diff-files -q" in a version of Git in a distant future | Junio C Hamano | 1 | -2/+0 |
| 2013-07-19 | diff: deprecate -q option to diff-files | Junio C Hamano | 1 | -0/+2 |
| 2013-07-17 | diff: preparse --diff-filter string argument | Junio C Hamano | 1 | -1/+4 |
| 2013-07-15 | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
| 2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2013-05-10 | diff_opt: track whether flags have been set explicitly | Junio C Hamano | 1 | -2/+6 |
| 2013-02-17 | Merge branch 'mp/diff-algo-config' | Junio C Hamano | 1 | -0/+2 |
| 2013-02-12 | diff: add diff_line_prefix function | John Keeping | 1 | -0/+3 |
| 2013-01-16 | diff: Introduce --diff-algorithm command line option | Michal Privoznik | 1 | -0/+2 |
| 2012-10-29 | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2012-09-15 | diff.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -1/+0 |
| 2012-08-27 | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 1 | -0/+5 |
| 2012-08-22 | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 1 | -1/+1 |
| 2012-08-03 | diff_setup_done(): return void | Thomas Rast | 1 | -1/+1 |
| 2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -0/+5 |
| 2012-05-02 | Merge branch 'lp/diffstat-with-graph' | Junio C Hamano | 1 | -0/+1 |
| 2012-04-16 | Merge branch 'jk/diff-no-rename-empty' | Junio C Hamano | 1 | -1/+1 |
| 2012-04-16 | Add output_prefix_length to diff_options | Lucian Poston | 1 | -0/+1 |
| 2012-04-15 | Merge branch 'jc/diff-algo-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2012-03-23 | teach diffcore-rename to optionally ignore empty content | Jeff King | 1 | -1/+1 |
| 2012-03-07 | Merge branch 'jc/pickaxe-ignore-case' | Junio C Hamano | 1 | -0/+1 |
| 2012-03-06 | Merge branch 'zj/diff-stat-dyncol' | Junio C Hamano | 1 | -0/+1 |
| 2012-03-01 | diff --stat: enable limiting of the graph part | Zbigniew Jędrzejewski-Szmek | 1 | -0/+1 |
| 2012-02-28 | pickaxe: allow -i to search in patch case-insensitively | Junio C Hamano | 1 | -0/+1 |
| 2012-02-19 | xdiff: PATIENCE/HISTOGRAM are not independent option bits | Junio C Hamano | 1 | -0/+2 |
| 2012-02-03 | Use correct grammar in diffstat summary line | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2011-12-17 | pass struct commit to diff_tree_combined_merge() | René Scharfe | 1 | -1/+2 |
| 2011-12-17 | use struct sha1_array in diff_tree_combined() | René Scharfe | 1 | -1/+2 |
| 2011-10-10 | diff: add option to show whole functions as context | René Scharfe | 1 | -0/+1 |
| 2011-08-28 | Merge branch 'jk/color-and-pager' | Junio C Hamano | 1 | -2/+3 |
| 2011-08-18 | diff: refactor COLOR_DIFF from a flag into an int | Jeff King | 1 | -2/+3 |
| 2011-06-29 | Merge branch 'mg/diff-stat-count' | Junio C Hamano | 1 | -0/+1 |
| 2011-06-06 | Merge branch 'jk/diff-not-so-quick' | Junio C Hamano | 1 | -0/+2 |
| 2011-05-31 | diff: futureproof "stop feeding the backend early" logic | Junio C Hamano | 1 | -0/+2 |
| 2011-05-27 | diff: introduce --stat-lines to limit the stat lines | Michael J Gruber | 1 | -0/+1 |
| 2011-05-13 | Merge branch 'jh/dirstat-lines' | Junio C Hamano | 1 | -1/+2 |
| 2011-05-06 | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 1 | -4/+1 |
| 2011-04-29 | New --dirstat=lines mode, doing dirstat analysis based on diffstat | Johan Herland | 1 | -0/+1 |
| 2011-04-29 | Allow specifying --dirstat cut-off percentage as a floating point number | Johan Herland | 1 | -1/+1 |
| 2011-04-28 | Merge branch 'jc/diff-irreversible-delete' | Junio C Hamano | 1 | -0/+1 |
| 2011-04-23 | diff: remove often unused parameters from diff_unmerge() | Junio C Hamano | 1 | -4/+1 |
| 2011-04-23 | diff.c: return filepair from diff_unmerge() | Junio C Hamano | 1 | -1/+1 |
| 2011-04-02 | git diff -D: omit the preimage of deletes | Junio C Hamano | 1 | -0/+1 |
| 2011-03-22 | diffcore-rename: fall back to -C when -C -C busts the rename limit | Junio C Hamano | 1 | -0/+2 |
| 2011-03-19 | Merge branch 'jk/merge-rename-ux' | Junio C Hamano | 1 | -1/+2 |
| 2011-02-21 | add inexact rename detection progress infrastructure | Jeff King | 1 | -0/+1 |
| 2011-02-21 | merge: improve inexact rename limit warning | Jeff King | 1 | -1/+1 |
| 2011-02-03 | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
| 2010-10-26 | Merge branch 'kb/merge-recursive-rename-threshold' | Junio C Hamano | 1 | -0/+2 |
| 2010-09-29 | merge-recursive: option to specify rename threshold | Kevin Ballard | 1 | -0/+2 |
| 2010-08-31 | git log/diff: add -G<regexp> that greps in the patch text | Junio C Hamano | 1 | -0/+3 |
| 2010-08-21 | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 1 | -0/+7 |
| 2010-08-18 | Merge branch 'jc/maint-follow-rename-fix' | Junio C Hamano | 1 | -0/+3 |
| 2010-08-13 | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 1 | -0/+3 |
| 2010-08-09 | Submodules: Add the new "ignore" config option for diff and status | Jens Lehmann | 1 | -0/+1 |
| 2010-08-06 | diff: parse separate options like -S foo | Matthieu Moy | 1 | -0/+7 |
| 2010-06-27 | Merge branch 'ab/blame-textconv' | Junio C Hamano | 1 | -0/+9 |
| 2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
| 2010-06-11 | textconv: make the API public | Axel Bonnet | 1 | -0/+8 |
| 2010-05-31 | Add a prefix output callback to diff output | Bo Yang | 1 | -0/+5 |
| 2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
| 2010-04-14 | diff: add --word-diff option that generalizes --color-words | Thomas Rast | 1 | -1/+9 |
| 2010-03-13 | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 1 | -0/+1 |
| 2010-03-08 | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 1 | -0/+1 |
| 2010-01-24 | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 1 | -0/+1 |
| 2010-01-18 | Performance optimization for detection of modified submodules | Jens Lehmann | 1 | -4/+6 |
| 2010-01-07 | unpack-trees.c: look ahead in the index | Junio C Hamano | 1 | -0/+1 |
| 2009-12-26 | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 1 | -2/+2 |
| 2009-11-28 | Give the hunk comment its own color | Bert Wesarg | 1 | -0/+1 |
| 2009-10-19 | Add the --submodule option to the diff option family | Johannes Schindelin | 1 | -0/+3 |
| 2009-07-29 | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 1 | -1/+1 |
| 2009-07-29 | diff: change semantics of "ignore whitespace" options | Junio C Hamano | 1 | -0/+1 |
| 2009-03-04 | Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking | Keith Cascio | 1 | -0/+3 |
| 2009-02-10 | Generalize and libify index_is_dirty() to index_differs_from(...) | Stephan Beyer | 1 | -0/+2 |
| 2009-01-17 | color-words: take an optional regular expression describing words | Johannes Schindelin | 1 | -0/+1 |
| 2008-12-29 | diff: add option to show context between close hunks | René Scharfe | 1 | -0/+1 |
| 2008-10-26 | userdiff: require explicitly allowing textconv | Jeff King | 1 | -0/+1 |