| Commit message (Expand) | Author | Age | Files | Lines |
* | documentation: convert "diffcore" and "repository-layout" to man pages | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | diff options: Introduce --ignore-submodules | Johannes Schindelin | 2008-05-15 | 1 | -0/+3 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-22 | 1 | -1/+2 |
|\ |
|
| * | diff options documentation: refer to --diff-filter in --name-status | Miklos Vajna | 2008-04-22 | 1 | -1/+2 |
* | | diff-options.txt: document the new "--dirstat" option | Gerrit Pape | 2008-04-21 | 1 | -0/+8 |
* | | diff --relative: help working in a bare repository | Junio C Hamano | 2008-02-13 | 1 | -2/+5 |
* | | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 | 1 | -0/+5 |
|/ |
|
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -2/+2 |
* | Teach diff machinery to display other prefixes than "a/" and "b/" | Johannes Schindelin | 2007-12-20 | 1 | -0/+9 |
* | "diff --check" should affect exit status | Wincent Colaiuta | 2007-12-13 | 1 | -1/+3 |
* | Use "whitespace" consistently | Wincent Colaiuta | 2007-12-12 | 1 | -6/+6 |
* | Include diff options in the git-log manpage | Miklos Vajna | 2007-12-05 | 1 | -0/+2 |
* | Documentation: customize diff-options depending on particular command | Sergei Organov | 2007-11-15 | 1 | -1/+23 |
* | fixed link in documentation of diff-options | Steffen Prohaska | 2007-10-01 | 1 | -2/+2 |
* | Update description of -z option. | Junio C Hamano | 2007-07-25 | 1 | -1/+3 |
* | Document --unified/-U option | Robin Rosenberg | 2007-07-25 | 1 | -0/+7 |
* | Add diff-option --ext-diff | Johannes Schindelin | 2007-07-03 | 1 | -0/+8 |
* | Teach diff to imply --find-copies-harder upon -C -C | Johannes Schindelin | 2007-06-12 | 1 | -3/+4 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -2/+2 |
* | Document --quiet option to git-diff | Alex Riesen | 2007-03-24 | 1 | -0/+3 |
* | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 | 1 | -0/+5 |
* | Document --ignore-space-at-eol option. | Junio C Hamano | 2007-02-14 | 1 | -0/+3 |
* | Document --check option to git diff. | Bill Lear | 2007-01-27 | 1 | -0/+4 |
* | Document --numstat in git-apply and git-diff | Junio C Hamano | 2006-12-26 | 1 | -1/+3 |
* | make commit message a little more consistent and conforting | Nicolas Pitre | 2006-12-15 | 1 | -0/+5 |
* | Document git-diff whitespace flags -b and -w | Jakub Narebski | 2006-12-04 | 1 | -0/+16 |
* | diff --numstat | Junio C Hamano | 2006-10-13 | 1 | -0/+5 |
* | diff --stat=width[,name-width]: allow custom diffstat output width. | Linus Torvalds | 2006-09-28 | 1 | -2/+5 |
* | Add the --color-words option to the diff options family | Johannes Schindelin | 2006-08-10 | 1 | -0/+3 |
* | Update diff-options and config documentation. | Junio C Hamano | 2006-07-07 | 1 | -4/+22 |
* | diff-options: Explain --text and -a | Stephan Feder | 2006-07-07 | 1 | -0/+6 |
* | Add "--summary" option to git diff. | Sean | 2006-05-14 | 1 | -0/+4 |
* | diff-options: add --patch-with-stat | Johannes Schindelin | 2006-04-15 | 1 | -0/+3 |
* | diff-options: add --stat (take 2) | Johannes Schindelin | 2006-04-13 | 1 | -0/+3 |
* | Document --patch-with-raw | Petr Baudis | 2006-04-11 | 1 | -0/+3 |
* | Support for pickaxe matching regular expressions | Petr Baudis | 2006-04-04 | 1 | -0/+4 |
* | Add --diff-filter= documentation paragraph | Jon Loeliger | 2006-02-09 | 1 | -0/+11 |
* | Documentation: spell. | Junio C Hamano | 2005-12-29 | 1 | -1/+1 |
* | diff --abbrev: document --abbrev=<n> form. | Junio C Hamano | 2005-12-19 | 1 | -4/+5 |
* | diff: --abbrev option | Junio C Hamano | 2005-12-19 | 1 | -0/+7 |
* | diff: --full-index | Junio C Hamano | 2005-11-16 | 1 | -0/+5 |
* | Change 'cache' to 'index' in the docs | Lukas_Sandström | 2005-11-11 | 1 | -1/+1 |
* | Remove -r from common diff options documentation in one more place | c.shoemaker@cox.net | 2005-10-28 | 1 | -4/+0 |
* | Some typos and light editing of various manpages | Christian Meder | 2005-10-05 | 1 | -10/+9 |
* | Diff: --name-status output format. | Junio C Hamano | 2005-09-24 | 1 | -2/+2 |
* | Diff: -l<num> to limit rename/copy detection. | Junio C Hamano | 2005-09-24 | 1 | -0/+7 |
* | Documentaion updates. | Junio C Hamano | 2005-08-30 | 1 | -0/+2 |
* | [PATCH] Assorted documentation patches | Johannes Schindelin | 2005-08-05 | 1 | -2/+2 |
* | [PATCH] Clean up diff option descriptions. | Junio C Hamano | 2005-07-13 | 1 | -0/+53 |