aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/diff-options.txt
AgeCommit message (Expand)AuthorFilesLines
2010-04-14diff: add --word-diff option that generalizes --color-wordsThomas Rast1-4/+36
2010-02-18Add an optional argument for --color optionsMark Lodato1-1/+3
2009-11-23Fix over-simplified documentation for 'git log -z'Björn Gustavsson1-5/+7
2009-11-22Clarify and correct -zBjörn Gustavsson1-3/+14
2009-11-20Merge branch 'bg/format-patch-doc-update'Junio C Hamano1-20/+41
2009-11-10format-patch: Add "--no-stat" as a synonym for "-p"Björn Gustavsson1-0/+1
2009-11-10format-patch documentation: Fix formattingBjörn Gustavsson1-18/+18
2009-11-10format-patch documentation: Remove diff options that are not usefulBjörn Gustavsson1-2/+12
2009-11-10format-patch: Always generate a patchBjörn Gustavsson1-3/+13
2009-10-19Add the --submodule option to the diff option familyJohannes Schindelin1-0/+7
2009-03-19doc: clarify how -S worksJeff King1-1/+4
2009-01-25Merge branch 'js/diff-color-words'Junio C Hamano1-2/+16
2009-01-25diff-options.txt: Fix asciidoc markup issueTeemu Likonen1-1/+1
2009-01-23Merge branch 'js/patience-diff'Junio C Hamano1-0/+3
2009-01-21color-words: Support diff.wordregex config optionBoyd Stephen Smith Jr1-3/+4
2009-01-17color-words: make regex configurable via attributesThomas Rast1-0/+4
2009-01-17color-words: expand docs with precise semanticsThomas Rast1-5/+10
2009-01-17color-words: take an optional regular expression describing wordsJohannes Schindelin1-1/+5
2009-01-13Fix Documentation typos surrounding the word 'handful'.Jon Loeliger1-1/+1
2009-01-07Introduce the diff option '--patience'Johannes Schindelin1-0/+3
2009-01-07Merge branch 'rs/diff-ihc'Junio C Hamano1-0/+4
2008-12-29Documentation/diff-options.txt: unify optionsjidanni@jidanni.org1-14/+4
2008-12-29diff: add option to show context between close hunksRené Scharfe1-0/+4
2008-10-18Merge branch 'maint'Junio C Hamano1-1/+2
2008-10-18diff(1): clarify what "T"ypechange status meansJunio C Hamano1-1/+2
2008-09-05diff --dirstat-by-file: count changed files, not linesHeikki Orsila1-0/+3
2008-09-02Merge branch 'maint'Junio C Hamano1-6/+5
2008-09-01Improve documentation for --dirstat diff optionHeikki Orsila1-6/+5
2008-08-19reword --full-index descriptionJim Meyering1-3/+3
2008-07-01Documentation: fix links to tutorials and other new manual pagesJonathan Nieder1-1/+1
2008-06-06documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder1-1/+1
2008-05-15diff options: Introduce --ignore-submodulesJohannes Schindelin1-0/+3
2008-04-22Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+2
2008-04-22diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna1-1/+2
2008-04-21diff-options.txt: document the new "--dirstat" optionGerrit Pape1-0/+8
2008-02-13diff --relative: help working in a bare repositoryJunio C Hamano1-2/+5
2008-02-13diff --relative: output paths as relative to the current subdirectoryJunio C Hamano1-0/+5
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-2/+2
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin1-0/+9
2007-12-13"diff --check" should affect exit statusWincent Colaiuta1-1/+3
2007-12-12Use "whitespace" consistentlyWincent Colaiuta1-6/+6
2007-12-05Include diff options in the git-log manpageMiklos Vajna1-0/+2
2007-11-15Documentation: customize diff-options depending on particular commandSergei Organov1-1/+23
2007-10-01fixed link in documentation of diff-optionsSteffen Prohaska1-2/+2
2007-07-25Update description of -z option.Junio C Hamano1-1/+3
2007-07-25Document --unified/-U optionRobin Rosenberg1-0/+7
2007-07-03Add diff-option --ext-diffJohannes Schindelin1-0/+8
2007-06-12Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin1-3/+4
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-03-24Document --quiet option to git-diffAlex Riesen1-0/+3
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen1-0/+5
2007-02-14Document --ignore-space-at-eol option.Junio C Hamano1-0/+3
2007-01-27Document --check option to git diff.Bill Lear1-0/+4
2006-12-26Document --numstat in git-apply and git-diffJunio C Hamano1-1/+3
2006-12-15make commit message a little more consistent and confortingNicolas Pitre1-0/+5
2006-12-04Document git-diff whitespace flags -b and -wJakub Narebski1-0/+16
2006-10-13diff --numstatJunio C Hamano1-0/+5
2006-09-28diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds1-2/+5
2006-08-10Add the --color-words option to the diff options familyJohannes Schindelin1-0/+3
2006-07-07Update diff-options and config documentation.Junio C Hamano1-4/+22
2006-07-07diff-options: Explain --text and -aStephan Feder1-0/+6
2006-05-14Add "--summary" option to git diff.Sean1-0/+4
2006-04-15diff-options: add --patch-with-statJohannes Schindelin1-0/+3
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin1-0/+3
2006-04-11Document --patch-with-rawPetr Baudis1-0/+3
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis1-0/+4
2006-02-09Add --diff-filter= documentation paragraphJon Loeliger1-0/+11
2005-12-29Documentation: spell.Junio C Hamano1-1/+1
2005-12-19diff --abbrev: document --abbrev=<n> form.Junio C Hamano1-4/+5
2005-12-19diff: --abbrev optionJunio C Hamano1-0/+7
2005-11-16diff: --full-indexJunio C Hamano1-0/+5
2005-11-11Change 'cache' to 'index' in the docsLukas_Sandström1-1/+1
2005-10-28Remove -r from common diff options documentation in one more placec.shoemaker@cox.net1-4/+0
2005-10-05Some typos and light editing of various manpagesChristian Meder1-10/+9
2005-09-24Diff: --name-status output format.Junio C Hamano1-2/+2
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano1-0/+7
2005-08-30Documentaion updates.Junio C Hamano1-0/+2
2005-08-05[PATCH] Assorted documentation patchesJohannes Schindelin1-2/+2
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano1-0/+53