index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
diff-options.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-09
diff-options.txt: avoid "regex" overload in example
Martin Ågren
1
-4
/
+4
2019-04-16
Merge branch 'nd/diff-parseopt-3'
Junio C Hamano
1
-1
/
+1
2019-03-07
Merge branch 'nd/diff-parseopt-2'
Junio C Hamano
1
-0
/
+20
2019-03-07
Merge branch 'nd/diff-parseopt'
Junio C Hamano
1
-1
/
+1
2019-03-07
diff-parseopt: convert --binary
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-02-21
diff-parseopt: convert --no-renames|--[no--rename-empty
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2019-02-21
diff-parseopt: convert --output-*
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2019-02-21
diff-parseopt: convert --dirstat and friends
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2019-01-29
Merge branch 'pw/diff-color-moved-ws-fix'
Junio C Hamano
1
-2
/
+13
2019-01-27
diff.c: convert -U|--unified
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-10
diff: allow --no-color-moved-ws
Phillip Wood
1
-0
/
+7
2019-01-10
Use "whitespace" consistently
Phillip Wood
1
-2
/
+2
2019-01-10
diff: document --no-color-moved
Phillip Wood
1
-0
/
+4
2018-12-26
log -G: ignore binary files
Thomas Braun
1
-0
/
+5
2018-08-15
Merge branch 'es/diff-color-moved-fix'
Junio C Hamano
1
-1
/
+2
2018-08-02
Merge branch 'sb/diff-color-move-more'
Junio C Hamano
1
-2
/
+31
2018-07-25
diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"
Eric Sunshine
1
-1
/
+2
2018-07-19
diff.c: offer config option to control ws handling in move detection
Stefan Beller
1
-2
/
+5
2018-07-19
diff.c: add white space mode to move detection that allows indent changes
Stefan Beller
1
-0
/
+5
2018-07-17
diff.c: decouple white space treatment from move detection algorithm
Stefan Beller
1
-0
/
+17
2018-07-17
diff.c: add a blocks mode for moved code detection
Stefan Beller
1
-2
/
+6
2018-06-19
doc: fix typos in documentation and release notes
Karthikeyan Singaravelan
1
-1
/
+1
2018-06-18
Merge branch 'rd/diff-options-typofix'
Junio C Hamano
1
-4
/
+4
2018-06-11
diff-options.txt: fix minor typos, font inconsistencies, in docs
Robert P. J. Day
1
-4
/
+4
2018-04-25
Merge branch 'en/doc-typoes'
Junio C Hamano
1
-2
/
+2
2018-04-09
Documentation: fix several one-character-off spelling errors
Elijah Newren
1
-2
/
+2
2018-03-14
Merge branch 'nd/diff-stat-with-summary'
Junio C Hamano
1
-0
/
+8
2018-02-27
diff: add --compact-summary
Nguyễn Thái Ngọc Duy
1
-0
/
+8
2018-01-23
Merge branch 'sb/diff-blobfind-pickaxe'
Junio C Hamano
1
-0
/
+10
2018-01-09
Merge branch 'jk/doc-diff-options'
Junio C Hamano
1
-0
/
+6
2018-01-04
diffcore: add a pickaxe option to find a specific blob
Stefan Beller
1
-0
/
+10
2018-01-04
docs/diff-options: clarify scope of diff-filter types
Jeff King
1
-0
/
+6
2017-11-28
diff: support anchoring line(s)
Jonathan Tan
1
-0
/
+10
2017-11-27
Merge branch 'jc/ignore-cr-at-eol'
Junio C Hamano
1
-0
/
+3
2017-11-15
Merge branch 'cn/diff-indent-no-longer-is-experimental' into maint
Junio C Hamano
1
-1
/
+6
2017-11-08
diff: --ignore-cr-at-eol
Junio C Hamano
1
-0
/
+3
2017-11-06
Merge branch 'cn/diff-indent-no-longer-is-experimental'
Junio C Hamano
1
-1
/
+6
2017-11-02
diff: --indent-heuristic is no longer experimental
Carlos Martín Nieto
1
-1
/
+6
2017-08-26
Merge branch 'jt/diff-color-move-fix'
Junio C Hamano
1
-5
/
+3
2017-08-26
Merge branch 'sb/diff-color-move'
Junio C Hamano
1
-0
/
+36
2017-08-23
Merge branch 'ah/doc-wserrorhighlight' into maint
Junio C Hamano
1
-9
/
+8
2017-08-16
diff: define block by number of alphanumeric chars
Jonathan Tan
1
-5
/
+3
2017-08-11
Merge branch 'ah/doc-wserrorhighlight'
Junio C Hamano
1
-9
/
+8
2017-07-31
diff-options doc: grammar fix
Anthony Sottile
1
-1
/
+1
2017-07-25
doc: add missing values "none" and "default" for diff.wsErrorHighlight
Andreas Heiduk
1
-9
/
+8
2017-06-30
diff: document the new --color-moved setting
Stefan Beller
1
-0
/
+36
2017-03-02
Documentation: improve description for core.quotePath
Andreas Heiduk
1
-4
/
+3
2017-01-23
Merge branch 'rh/diff-orderfile-doc'
Junio C Hamano
1
-2
/
+32
2017-01-15
diff: document the format of the -O (diff.orderFile) file
Richard Hansen
1
-2
/
+32
2017-01-12
diff: add interhunk context config option
Vegard Nossum
1
-0
/
+2
[next]