aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-diff.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-21doc: use .adoc extension for AsciiDoc filesbrian m. carlson1-252/+0
2024-11-19doc: git-diff: apply new documentation guidelinesJean-Noël Avila1-56/+66
2023-12-15docs: AUTO_MERGE is not that specialJunio C Hamano1-1/+1
2023-05-23Documentation: document AUTO_MERGEPhilippe Blain1-1/+8
2022-10-25Merge branch 'rs/diff-caret-bang-with-parents'Junio C Hamano1-4/+4
2022-10-01diff: support ^! for mergesRené Scharfe1-4/+4
2022-09-07docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason1-0/+7
2021-07-12git-diff: fix missing --merge-base docsDenton Liu1-3/+7
2020-09-21builtin/diff-tree: learn --merge-baseDenton Liu1-2/+6
2020-09-20builtin/diff-index: learn --merge-baseDenton Liu1-4/+8
2020-09-17git-diff.txt: backtick quote command textDenton Liu1-9/+9
2020-07-13git-diff.txt: reorder possible usagesMartin Ågren1-6/+7
2020-07-13git-diff.txt: don't mark required argument as optionalMartin Ågren1-1/+1
2020-06-12Documentation: usage for diff combined commitsChris Torek1-4/+16
2019-11-02git-diff.txt: document return code of `--no-index`Denton Liu1-1/+1
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-9/+9
2018-10-11doc: fix a typo and clarify a sentenceMihir Mehta1-2/+2
2018-05-25Use proper syntax for replaceables in command docsRobert P. J. Day1-13/+13
2018-05-06doc: normalize [--options] to [options] in git-diffAndreas Heiduk1-7/+7
2018-05-06doc: align 'diff --no-index' in text and synopsisAndreas Heiduk1-2/+2
2017-04-13diff-files: document --ours etc.Andreas Heiduk1-0/+14
2014-03-31Documentation: fix misuses of "nor"Justin Lebar1-2/+2
2014-02-05Documentation: fix typos in man pagesØystein Walle1-1/+1
2013-08-28diff --no-index: describe in a separate paragraphJunio C Hamano1-5/+9
2013-08-22diff --no-index: clarify operation when not inside a repositoryDale R. Worley1-1/+2
2013-07-21Merge branch 'kb/diff-blob-blob-doc' into maintJunio C Hamano1-7/+7
2013-06-18Documentation: Move "git diff <blob> <blob>"Kevin Bracey1-7/+7
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2012-12-18Documentation: Describe "git diff <blob> <blob>" separatelyJunio C Hamano1-2/+7
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-8/+0
2011-02-07diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy1-0/+2
2010-11-05docs: clarify git diff modes of operationJeff King1-3/+8
2010-11-05diff,difftool: Don't use the {0,2} notation in usage stringsŠtěpán Němec1-1/+1
2010-10-13Documentation: update implicit "--no-index" behavior in "git diff"Jonathan Nieder1-3/+3
2010-10-13Documentation: expand 'git diff' SEE ALSO sectionJonathan Nieder1-2/+6
2010-10-13Documentation: diff can compare blobsJonathan Nieder1-2/+3
2010-10-13Documentation: gitrevisions is in section 7Jonathan Nieder1-2/+2
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber1-2/+2
2010-01-09git-diff.txt: Link to git-difftoolDavid Aguilar1-0/+4
2009-07-28Update the documentation of the raw diff output formatDavid Kågedal1-2/+1
2008-11-11git-diff: Add --staged as a synonym for --cached.David Symonds1-0/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-9/+9
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-4/+4
2007-11-15Documentation: customize diff-options depending on particular commandSergei Organov1-0/+1
2007-11-02Merge branch 'gp/maint-diffdoc'Junio C Hamano1-0/+3
2007-11-01git-diff.txt: add section "output format" describing the diff formatsGerrit Pape1-0/+3
2007-10-15Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues1-1/+1
2007-08-28Documentation/git-diff: A..B and A...B cannot take tree-ishesJunio C Hamano1-5/+6
2007-08-27Describe two-dot and three-dot notation for diff endpoints.Mike Hommey1-7/+36