summaryrefslogtreecommitdiffstats
path: root/diff-no-index.c
Commit message (Expand)AuthorAgeFilesLines
...
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* test get_git_work_tree() return value for NULLClemens Buchacher2010-05-251-4/+2
* diff --no-index: make the usage string less scaryJonathan Nieder2009-11-101-2/+2
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* Merge branch 'maint'Junio C Hamano2009-03-281-2/+2
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-281-2/+2
| |\
| | * diff --no-index: Do not generate patch output if other output is requestedJohannes Sixt2009-03-251-2/+2
* | | MinGW: fix diff --no-index /dev/null ...Johannes Schindelin2009-03-071-0/+4
|/ /
* | Merge branch 'maint'Junio C Hamano2009-02-181-0/+1
|\|
| * Skip timestamp differences for diff --no-indexMichael Spang2009-02-181-0/+1
* | Fix 'git diff --no-index' with a non-existing symlink targetJohannes Schindelin2009-01-301-1/+1
|/
* diff --no-index -q: fix endless loopThomas Rast2009-01-071-1/+3
* diff --no-index: test for pager after option parsingThomas Rast2009-01-061-7/+7
* diff: accept -- when using --no-indexThomas Rast2009-01-061-3/+7
* diff: vary default prefix depending on what are comparedJunio C Hamano2008-08-301-0/+1
* Rename path_list to string_listJohannes Schindelin2008-07-211-11/+11
* git diff --no-index: default to page like other diff frontendsJunio C Hamano2008-05-261-0/+7
* git-diff: allow --no-index semantics a bit moreJunio C Hamano2008-05-261-7/+32
* "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-241-0/+231