summaryrefslogtreecommitdiff
path: root/diff-no-index.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/fix-diff-no-index-diff-opt-parse'Junio C Hamano2014-04-031-1/+1
|\
| * diff-no-index: correctly diagnose error return from diff_opt_parse()jc/fix-diff-no-index-diff-opt-parseJunio C Hamano2014-03-311-1/+1
* | Merge branch 'bb/diff-no-index-dotdot'Junio C Hamano2014-03-251-4/+5
|\ \
| * | diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()bb/diff-no-index-dotdotBrian Bourn2014-03-191-1/+2
| * | diff-no-index: rename read_directory()Brian Bourn2014-03-191-3/+3
* | | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano2014-03-071-8/+0
|\ \ \ | |/ / |/| |
| * | diff: remove "diff-files -q" in a version of Git in a distant futurejc/hold-diff-remove-q-synonym-for-no-deletionJunio C Hamano2013-07-191-8/+0
* | | diff: move no-index detection to builtin/diff.cThomas Gummerer2013-12-121-43/+1
| |/ |/|
* | Merge branch 'dw/diff-no-index-doc'Junio C Hamano2013-09-171-1/+13
|\ \
| * | diff --no-index: clarify operation when not inside a repositoryDale R. Worley2013-08-221-1/+13
* | | Merge branch 'jc/diff-filter-negation'Junio C Hamano2013-09-091-2/+5
|\ \ \ | | |/ | |/|
| * | diff: deprecate -q option to diff-filesjc/diff-filter-negationJunio C Hamano2013-07-191-2/+5
| |/
* | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-081-1/+1
|/
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-1/+1
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-2/+2
* | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-221-2/+1
|\ \
| * | diff_setup_done(): return voidThomas Rast2012-08-031-2/+1
| |/
* | Merge branch 'jc/refactor-diff-stdin'Junio C Hamano2012-07-131-30/+53
|\ \
| * | diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-281-11/+41
| * | diff-index.c: unify handling of command line pathsJunio C Hamano2012-06-281-16/+11
| * | diff-index.c: do not pretend paths are pathspecsJunio C Hamano2012-06-281-7/+5
| |/
* | Merge branch 'th/diff-no-index-fixes'Junio C Hamano2012-07-041-20/+3
|\ \
| * | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2012-06-221-1/+1
| * | diff: handle relative paths in no-indexJeff King2012-06-221-19/+2
* | | do not run pager with diff --no-index --quietJeff King2012-06-151-3/+3
* | | fix pager.diff with diff --no-indexJeff King2012-06-151-6/+1
|/ /
* | diff --no-index: don't leak buffers in queue_diffBobby Powers2012-05-161-2/+2
* | diff --no-index: reset temporary buffer lengths on directory iterationBobby Powers2012-05-161-0/+6
* | diff --no-index: use strbuf for temporary pathnamesJunio C Hamano2012-04-261-23/+17
* | diff: avoid stack-buffer-read-overrun for very long nameJim Meyering2012-04-161-0/+2
|/
* Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-2/+2
* diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy2011-02-031-4/+5
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-1/+2
* 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