summaryrefslogtreecommitdiff
path: root/Documentation/git-diff.txt
AgeCommit message (Expand)Author
2021-07-12git-diff: fix missing --merge-base docsDenton Liu
2020-09-21builtin/diff-tree: learn --merge-baseDenton Liu
2020-09-21builtin/diff-index: learn --merge-baseDenton Liu
2020-09-17git-diff.txt: backtick quote command textDenton Liu
2020-07-13git-diff.txt: reorder possible usagesMartin Ågren
2020-07-13git-diff.txt: don't mark required argument as optionalMartin Ågren
2020-06-12Documentation: usage for diff combined commitsChris Torek
2019-11-02git-diff.txt: document return code of `--no-index`Denton Liu
2019-01-23doc: tidy asciidoc styleJean-Noël Avila
2018-10-11doc: fix a typo and clarify a sentenceMihir Mehta
2018-05-25Use proper syntax for replaceables in command docsRobert P. J. Day
2018-05-06doc: normalize [--options] to [options] in git-diffAndreas Heiduk
2018-05-06doc: align 'diff --no-index' in text and synopsisAndreas Heiduk
2017-04-13diff-files: document --ours etc.Andreas Heiduk
2014-03-31Documentation: fix misuses of "nor"Justin Lebar
2014-02-05Documentation: fix typos in man pagesØystein Walle
2013-08-28diff --no-index: describe in a separate paragraphJunio C Hamano
2013-08-22diff --no-index: clarify operation when not inside a repositoryDale R. Worley
2013-07-22Merge branch 'kb/diff-blob-blob-doc' into maintJunio C Hamano
2013-06-18Documentation: Move "git diff <blob> <blob>"Kevin Bracey
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-12-18Documentation: Describe "git diff <blob> <blob>" separatelyJunio C Hamano
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2011-02-07diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy
2010-11-05docs: clarify git diff modes of operationJeff King
2010-11-05diff,difftool: Don't use the {0,2} notation in usage stringsŠtěpán Němec
2010-10-14Documentation: update implicit "--no-index" behavior in "git diff"Jonathan Nieder
2010-10-14Documentation: expand 'git diff' SEE ALSO sectionJonathan Nieder
2010-10-14Documentation: diff can compare blobsJonathan Nieder
2010-10-14Documentation: gitrevisions is in section 7Jonathan Nieder
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber
2010-01-10git-diff.txt: Link to git-difftoolDavid Aguilar
2009-07-28Update the documentation of the raw diff output formatDavid Kågedal
2008-11-11git-diff: Add --staged as a synonym for --cached.David Symonds
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-11-16Documentation: customize diff-options depending on particular commandSergei Organov
2007-11-02Merge branch 'gp/maint-diffdoc'Junio C Hamano
2007-11-02git-diff.txt: add section "output format" describing the diff formatsGerrit Pape
2007-10-16Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues
2007-08-29Documentation/git-diff: A..B and A...B cannot take tree-ishesJunio C Hamano
2007-08-28Describe two-dot and three-dot notation for diff endpoints.Mike Hommey
2007-08-02Try to be consistent with capitalization in the documentationSteve Hoelzer
2007-07-29Documentation/git-diff: remove -r from --name-status exampleJeff King
2007-06-07War on whitespaceJunio C Hamano
2007-03-06Merge branch 'master-for-junio' of git://repo.or.cz/git/fastimport; branch 'm...Junio C Hamano
2007-03-06Fix diff-options references in git-diff and git-format-patchBrian Gernhardt
2007-02-23Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-01-18Refer users to git-rev-parse for revision specification syntax.Shawn O. Pearce