index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-diff.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: AUTO_MERGE is not that special
Junio C Hamano
2023-12-15
1
-1
/
+1
*
Documentation: document AUTO_MERGE
Philippe Blain
2023-05-23
1
-1
/
+8
*
Merge branch 'rs/diff-caret-bang-with-parents'
Junio C Hamano
2022-10-26
1
-4
/
+4
|
\
|
*
diff: support ^! for merges
René Scharfe
2022-10-02
1
-4
/
+4
*
|
docs: add CONFIGURATION sections that fuzzy map to built-ins
Ævar Arnfjörð Bjarmason
2022-09-07
1
-0
/
+7
|
/
*
git-diff: fix missing --merge-base docs
Denton Liu
2021-07-12
1
-3
/
+7
*
builtin/diff-tree: learn --merge-base
Denton Liu
2020-09-21
1
-2
/
+6
*
builtin/diff-index: learn --merge-base
Denton Liu
2020-09-21
1
-4
/
+8
*
git-diff.txt: backtick quote command text
Denton Liu
2020-09-17
1
-9
/
+9
*
git-diff.txt: reorder possible usages
Martin Ågren
2020-07-13
1
-6
/
+7
*
git-diff.txt: don't mark required argument as optional
Martin Ågren
2020-07-13
1
-1
/
+1
*
Documentation: usage for diff combined commits
Chris Torek
2020-06-12
1
-4
/
+16
*
git-diff.txt: document return code of `--no-index`
Denton Liu
2019-11-02
1
-1
/
+1
*
doc: tidy asciidoc style
Jean-Noël Avila
2019-01-23
1
-9
/
+9
*
doc: fix a typo and clarify a sentence
Mihir Mehta
2018-10-11
1
-2
/
+2
*
Use proper syntax for replaceables in command docs
Robert P. J. Day
2018-05-25
1
-13
/
+13
*
doc: normalize [--options] to [options] in git-diff
Andreas Heiduk
2018-05-06
1
-7
/
+7
*
doc: align 'diff --no-index' in text and synopsis
Andreas Heiduk
2018-05-06
1
-2
/
+2
*
diff-files: document --ours etc.
Andreas Heiduk
2017-04-14
1
-0
/
+14
*
Documentation: fix misuses of "nor"
Justin Lebar
2014-04-01
1
-2
/
+2
*
Documentation: fix typos in man pages
Øystein Walle
2014-02-05
1
-1
/
+1
*
diff --no-index: describe in a separate paragraph
Junio C Hamano
2013-08-29
1
-5
/
+9
*
diff --no-index: clarify operation when not inside a repository
Dale R. Worley
2013-08-22
1
-1
/
+2
*
Merge branch 'kb/diff-blob-blob-doc' into maint
Junio C Hamano
2013-07-22
1
-7
/
+7
|
\
|
*
Documentation: Move "git diff <blob> <blob>"
Kevin Bracey
2013-06-18
1
-7
/
+7
*
|
Documentation: the name of the system is 'Git', not 'git'
Thomas Ackermann
2013-02-01
1
-1
/
+1
|
/
*
Documentation: Describe "git diff <blob> <blob>" separately
Junio C Hamano
2012-12-18
1
-2
/
+7
*
doc: drop author/documentation sections from most pages
Jeff King
2011-03-11
1
-8
/
+0
*
diff: support --cached on unborn branches
Nguyễn Thái Ngọc Duy
2011-02-08
1
-0
/
+2
*
docs: clarify git diff modes of operation
Jeff King
2010-11-05
1
-3
/
+8
*
diff,difftool: Don't use the {0,2} notation in usage strings
Štěpán Němec
2010-11-05
1
-1
/
+1
*
Documentation: update implicit "--no-index" behavior in "git diff"
Jonathan Nieder
2010-10-14
1
-3
/
+3
*
Documentation: expand 'git diff' SEE ALSO section
Jonathan Nieder
2010-10-14
1
-2
/
+6
*
Documentation: diff can compare blobs
Jonathan Nieder
2010-10-14
1
-2
/
+3
*
Documentation: gitrevisions is in section 7
Jonathan Nieder
2010-10-14
1
-2
/
+2
*
Documentation: link to gitrevisions rather than git-rev-parse
Michael J Gruber
2010-07-05
1
-2
/
+2
*
git-diff.txt: Link to git-difftool
David Aguilar
2010-01-10
1
-0
/
+4
*
Update the documentation of the raw diff output format
David Kågedal
2009-07-28
1
-2
/
+1
*
git-diff: Add --staged as a synonym for --cached.
David Symonds
2008-11-11
1
-0
/
+1
*
Documentation: be consistent about "git-" versus "git "
Jonathan Nieder
2008-07-02
1
-9
/
+9
*
documentation: move git(7) to git(1)
Christian Couder
2008-06-06
1
-1
/
+1
*
Documentation: rename gitlink macro to linkgit
Dan McGee
2008-01-07
1
-4
/
+4
*
Documentation: customize diff-options depending on particular command
Sergei Organov
2007-11-16
1
-0
/
+1
*
Merge branch 'gp/maint-diffdoc'
Junio C Hamano
2007-11-03
1
-0
/
+3
|
\
|
*
git-diff.txt: add section "output format" describing the diff formats
Gerrit Pape
2007-11-02
1
-0
/
+3
*
|
Fix some typos, punctuation, missing words, minor markup.
Ralf Wildenhues
2007-10-16
1
-1
/
+1
|
/
*
Documentation/git-diff: A..B and A...B cannot take tree-ishes
Junio C Hamano
2007-08-29
1
-5
/
+6
*
Describe two-dot and three-dot notation for diff endpoints.
Mike Hommey
2007-08-28
1
-7
/
+36
*
Try to be consistent with capitalization in the documentation
Steve Hoelzer
2007-08-02
1
-11
/
+11
*
Documentation/git-diff: remove -r from --name-status example
Jeff King
2007-07-29
1
-5
/
+2
[next]