aboutsummaryrefslogtreecommitdiff
path: root/diff-no-index.c
Commit message (Expand)AuthorAge
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
* diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
* prefix_filename: return newly allocated stringJeff King2017-03-21
* prefix_filename: drop length parameterJeff King2017-03-21
* diff: use SWAP macroRené Scharfe2017-01-30
* use SWAP macroRené Scharfe2017-01-30
* Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-21
|\
| * diff: handle --no-index prefixes consistentlyJeff King2016-09-13
* | diff-no-index.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
|/
* Merge branch 'nd/diff-with-path-params'Junio C Hamano2016-02-03
|\
| * diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-21
| * diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy2016-01-21
* | use strbuf_complete to conditionally append slashJeff King2015-10-05
|/
* diff-no-index: align D/F handling with that of normal GitJunio C Hamano2015-03-26
* diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano2015-03-25
* Merge branch 'jc/fix-diff-no-index-diff-opt-parse'Junio C Hamano2014-04-03
|\
| * diff-no-index: correctly diagnose error return from diff_opt_parse()Junio C Hamano2014-03-31
* | Merge branch 'bb/diff-no-index-dotdot'Junio C Hamano2014-03-25
|\ \
| * | diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()Brian Bourn2014-03-19
| * | diff-no-index: rename read_directory()Brian Bourn2014-03-19
* | | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano2014-03-07
|\ \ \ | |/ / |/| |
| * | diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano2013-07-19
* | | diff: move no-index detection to builtin/diff.cThomas Gummerer2013-12-12
| |/ |/|
* | Merge branch 'dw/diff-no-index-doc'Junio C Hamano2013-09-17
|\ \
| * | diff --no-index: clarify operation when not inside a repositoryDale R. Worley2013-08-22
* | | Merge branch 'jc/diff-filter-negation'Junio C Hamano2013-09-09
|\ \ \ | | |/ | |/|
| * | diff: deprecate -q option to diff-filesJunio C Hamano2013-07-19
| |/
* | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-08
|/
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-22
|\ \
| * | diff_setup_done(): return voidThomas Rast2012-08-03
| |/
* | Merge branch 'jc/refactor-diff-stdin'Junio C Hamano2012-07-13
|\ \
| * | diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-28
| * | diff-index.c: unify handling of command line pathsJunio C Hamano2012-06-28
| * | diff-index.c: do not pretend paths are pathspecsJunio C Hamano2012-06-28
| |/
* | Merge branch 'th/diff-no-index-fixes'Junio C Hamano2012-07-04
|\ \
| * | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2012-06-22
| * | diff: handle relative paths in no-indexJeff King2012-06-22
* | | do not run pager with diff --no-index --quietJeff King2012-06-15
* | | fix pager.diff with diff --no-indexJeff King2012-06-15
|/ /
* | diff --no-index: don't leak buffers in queue_diffBobby Powers2012-05-16
* | diff --no-index: reset temporary buffer lengths on directory iterationBobby Powers2012-05-16
* | diff --no-index: use strbuf for temporary pathnamesJunio C Hamano2012-04-26
* | diff: avoid stack-buffer-read-overrun for very long nameJim Meyering2012-04-16
|/
* Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
* diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy2011-02-03
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05