summaryrefslogtreecommitdiff
path: root/Documentation/diff-options.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/diff-color-moved-fix'Junio C Hamano2018-08-151-1/+2
|\
| * diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine2018-07-251-1/+2
* | Merge branch 'sb/diff-color-move-more'Junio C Hamano2018-08-021-2/+31
|\ \
| * | diff.c: offer config option to control ws handling in move detectionStefan Beller2018-07-191-2/+5
| * | diff.c: add white space mode to move detection that allows indent changesStefan Beller2018-07-191-0/+5
| * | diff.c: decouple white space treatment from move detection algorithmStefan Beller2018-07-171-0/+17
| * | diff.c: add a blocks mode for moved code detectionStefan Beller2018-07-171-2/+6
* | | doc: fix typos in documentation and release notesKarthikeyan Singaravelan2018-06-191-1/+1
* | | Merge branch 'rd/diff-options-typofix'Junio C Hamano2018-06-181-4/+4
|\ \ \
| * | | diff-options.txt: fix minor typos, font inconsistencies, in docsRobert P. J. Day2018-06-111-4/+4
| * | | Merge branch 'cn/diff-indent-no-longer-is-experimental' into maintJunio C Hamano2017-11-151-1/+6
| |\ \ \
* | \ \ \ Merge branch 'en/doc-typoes'Junio C Hamano2018-04-251-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Documentation: fix several one-character-off spelling errorsElijah Newren2018-04-091-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'nd/diff-stat-with-summary'Junio C Hamano2018-03-141-0/+8
|\ \ \ \
| * | | | diff: add --compact-summarynd/diff-stat-with-summaryNguyễn Thái Ngọc Duy2018-02-271-0/+8
| |/ / /
* | | | Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano2018-01-231-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | diffcore: add a pickaxe option to find a specific blobStefan Beller2018-01-041-0/+10
* | | | Merge branch 'jk/doc-diff-options'Junio C Hamano2018-01-091-0/+6
|\ \ \ \
| * | | | docs/diff-options: clarify scope of diff-filter typesjk/doc-diff-optionsJeff King2018-01-041-0/+6
* | | | | diff: support anchoring line(s)jt/diff-anchored-patienceJonathan Tan2017-11-281-0/+10
* | | | | Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-271-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | diff: --ignore-cr-at-eoljc/ignore-cr-at-eolJunio C Hamano2017-11-081-0/+3
* | | | | Merge branch 'cn/diff-indent-no-longer-is-experimental'Junio C Hamano2017-11-061-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | diff: --indent-heuristic is no longer experimentalcn/diff-indent-no-longer-is-experimentalCarlos Martín Nieto2017-11-021-1/+6
| * | | Merge branch 'ah/doc-wserrorhighlight' into maintJunio C Hamano2017-08-231-9/+8
| |\ \ \
* | \ \ \ Merge branch 'jt/diff-color-move-fix'Junio C Hamano2017-08-261-5/+3
|\ \ \ \ \
| * | | | | diff: define block by number of alphanumeric charsjt/diff-color-move-fixJonathan Tan2017-08-161-5/+3
* | | | | | Merge branch 'sb/diff-color-move'Junio C Hamano2017-08-261-0/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | diff: document the new --color-moved settingStefan Beller2017-06-301-0/+36
| | |_|/ / | |/| | |
* | | | | Merge branch 'ah/doc-wserrorhighlight'Junio C Hamano2017-08-111-9/+8
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | doc: add missing values "none" and "default" for diff.wsErrorHighlightah/doc-wserrorhighlightAndreas Heiduk2017-07-251-9/+8
| | |/ | |/|
* | | diff-options doc: grammar fixas/diff-options-grammofixAnthony Sottile2017-07-311-1/+1
| |/ |/|
* | Documentation: improve description for core.quotePathah/doc-ls-files-quotepathAndreas Heiduk2017-03-021-4/+3
|/
* Merge branch 'rh/diff-orderfile-doc'Junio C Hamano2017-01-231-2/+32
|\
| * diff: document the format of the -O (diff.orderFile) filerh/diff-orderfile-docRichard Hansen2017-01-151-2/+32
* | diff: add interhunk context config optionvn/diff-ihc-configVegard Nossum2017-01-121-0/+2
|/
* Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-271-0/+8
|\
| * diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy2016-10-241-0/+8
* | Merge branch 'jc/ws-error-highlight'Junio C Hamano2016-10-261-0/+2
|\ \ | |/ |/|
| * diff: introduce diff.wsErrorHighlight optionjc/ws-error-highlightJunio C Hamano2016-10-041-0/+2
* | Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-09-261-6/+1
|\ \
| * | blame: honor the diff heuristic options and configMichael Haggerty2016-09-191-7/+1
| * | diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-191-4/+5
* | | diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-311-7/+10
* | | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-0/+3
* | | Merge branch 'jc/doc-diff-filter-exclude'Junio C Hamano2016-07-251-0/+3
|\ \ \ | |/ / |/| |
| * | diff: document diff-filter exclusionjc/doc-diff-filter-excludeJunio C Hamano2016-07-141-0/+3
* | | Merge branch 'jk/diff-compact-heuristic'Junio C Hamano2016-06-101-0/+7
|\ \ \
| * | | diff: disable compaction heuristic for nowjk/diff-compact-heuristicJunio C Hamano2016-06-101-0/+7
| * | | diff: undocument the compaction heuristic knobs for experimentationJunio C Hamano2016-05-021-6/+0