summaryrefslogtreecommitdiffstats
path: root/Documentation/diff-options.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | diff: undocument the compaction heuristic knobs for experimentationJunio C Hamano2016-05-021-6/+0
| * | | xdiff: implement empty line chunk heuristicStefan Beller2016-04-191-0/+6
| |/ /
* | | Documentation: fix linkgit referencesJunio C Hamano2016-05-101-1/+1
* | | Merge branch 'es/format-patch-doc-hide-no-patch' into maintJunio C Hamano2016-05-021-1/+1
|\ \ \
| * | | git-format-patch.txt: don't show -s as shorthand for multiple optionsEric Sunshine2016-04-041-1/+1
| |/ /
| * | Merge branch 'mm/log-format-raw-doc' into maintJunio C Hamano2015-06-161-1/+10
| |\ \
| * \ \ Merge branch 'jk/asciidoc-markup-fix' into maintJunio C Hamano2015-06-051-2/+6
| |\ \ \
* | | | | Documentation: git diff --check detects conflict markersOri Avtalion2016-03-291-2/+2
| |_|_|/ |/| | |
* | | | Documentation/diff: give --word-diff-regex=. exampleMichael J Gruber2015-11-251-0/+3
* | | | Merge branch 'jc/diff-ws-error-highlight'Junio C Hamano2015-06-111-0/+10
|\ \ \ \
| * | | | diff.c: --ws-error-highlight=<kind> optionJunio C Hamano2015-05-271-0/+10
* | | | | Merge branch 'mm/log-format-raw-doc'Junio C Hamano2015-06-011-1/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Documentation/log: clarify what --raw meansMatthieu Moy2015-05-181-1/+10
| |/ / /
* | | | Merge branch 'jk/asciidoc-markup-fix'Junio C Hamano2015-05-221-2/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | doc: convert AsciiDoc {?foo} to ifdef::foo[]Jeff King2015-05-141-2/+6
| |/
* / *config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy2015-03-141-2/+2
|/
* Documentation: fix misuses of "nor"Justin Lebar2014-04-011-1/+1
* diff: add diff.orderfile configuration variableSamuel Bronson2013-12-191-0/+3
* Merge branch 'mm/diff-no-patch-synonym-to-s'Junio C Hamano2013-07-221-0/+5
|\
| * Documentation: move description of -s, --no-patch to diff-options.txtMatthieu Moy2013-07-181-0/+5
* | Merge branch 'ft/diff-rename-default-score-is-half'Junio C Hamano2013-07-121-1/+1
|\ \
| * | diff-options: document default similarity indexFraser Tweedale2013-07-061-1/+1
* | | Merge branch 'ap/diff-ignore-blank-lines'Junio C Hamano2013-07-011-0/+3
|\ \ \
| * | | diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-201-0/+3
| | |/ | |/|
* | | Merge branch 'rr/diffcore-pickaxe-doc'Junio C Hamano2013-06-111-8/+30
|\ \ \
| * | | diffcore-pickaxe doc: document -S and -G properlyRamkumar Ramachandra2013-06-031-8/+30
| |/ /
| * | Merge branch 'jc/color-diff-doc'Junio C Hamano2013-03-191-2/+2
| |\ \
* | | | trivial: Add missing period in documentationPhil Hord2013-05-291-1/+1
* | | | Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-03-251-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'jc/color-diff-doc' into maint-1.8.1Junio C Hamano2013-03-251-2/+2
| |\| | | | |/ | |/|
| | * diff-options: unconfuse description of --colorJunio C Hamano2013-02-231-2/+2
* | | Merge branch 'mp/diff-algo-config'Junio C Hamano2013-02-181-0/+20
|\ \ \
| * | | diff: Introduce --diff-algorithm command line optionMichal Privoznik2013-01-161-0/+20
| |/ /
* / / Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-2/+2
|/ /
* | Sync with 'maint'Junio C Hamano2012-12-181-1/+5
|\ \
| * | clarify -M without % symbol in diff-optionsSitaram Chamarty2012-12-181-1/+5
| |/
* / diff: introduce diff.submodule configuration variableRamkumar Ramachandra2012-11-191-1/+2
|/
* Documentation: Fix misspellingsLeila Muhtasib2012-06-221-1/+1
* docs: stop using asciidoc no-inline-literalJeff King2012-04-261-1/+1
* Merge branch 'th/doc-diff-submodule-option'Junio C Hamano2012-03-161-5/+6
|\
| * Documentation/diff-options: reword description of --submodule optionTim Henigan2012-03-141-5/+6
* | Merge branch 'zj/diff-stat-dyncol'Junio C Hamano2012-03-061-6/+12
|\ \
| * | diff --stat: add config option to limit graph widthZbigniew Jędrzejewski-Szmek2012-03-011-7/+9
| * | diff --stat: enable limiting of the graph partZbigniew Jędrzejewski-Szmek2012-03-011-0/+2
| * | diff --stat: use a maximum of 5/8 for the filename partZbigniew Jędrzejewski-Szmek2012-03-011-6/+8
* | | Merge branch 'maint-1.7.7' into maint-1.7.8Junio C Hamano2012-03-061-0/+3
|\ \ \ | |/ / |/| |
| * | Document the --histogram diff optionThomas Rast2012-03-061-0/+3
* | | Sync with 1.7.7.3Junio C Hamano2011-11-091-0/+2
|\| |
| * | docs: don't mention --quiet or --exit-code in git-log(1)Jeff King2011-11-081-0/+2
* | | Merge branch 'rs/diff-whole-function'Junio C Hamano2011-10-191-0/+4
|\ \ \ | |/ / |/| |