summaryrefslogtreecommitdiffstats
path: root/diff-no-index.c
Commit message (Expand)AuthorAgeFilesLines
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-4/+4
* diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-3/+3
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-1/+1
* diff: convert fill_filespec to struct object_idBrandon Williams2017-06-021-1/+1
* prefix_filename: return newly allocated stringJeff King2017-03-211-1/+1
* prefix_filename: drop length parameterJeff King2017-03-211-4/+3
* diff: use SWAP macroRené Scharfe2017-01-301-2/+1
* use SWAP macroRené Scharfe2017-01-301-2/+1
* Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-211-0/+3
|\
| * diff: handle --no-index prefixes consistentlyJeff King2016-09-131-0/+3
* | diff-no-index.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+1
|/
* Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-031-3/+4
|\
| * diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-211-1/+2
| * diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy2016-01-211-2/+2
* | use strbuf_complete to conditionally append slashJeff King2015-10-051-4/+2
|/
* diff-no-index: align D/F handling with that of normal GitJunio C Hamano2015-03-261-2/+21
* diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano2015-03-251-0/+43
* 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()Junio 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()Brian 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 futureJunio 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-filesJunio 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