summaryrefslogtreecommitdiff
path: root/diff-no-index.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Remove unnecessary includes of builtin.hElijah Newren2023-02-231-1/+0
* diff: factor out add_diff_options()René Scharfe2022-12-021-2/+1
* diff-no-index: simplify argv index calculationRené Scharfe2022-09-071-1/+1
* diff-no-index: release prefixed filenamesRené Scharfe2022-09-071-1/+4
* diff-no-index: release strbuf on queue errorRené Scharfe2022-09-071-4/+7
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-3/+2
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-3/+2
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
|/
* Merge branch 'nd/diff-parseopt-4'Junio C Hamano2019-04-251-20/+29
|\
| * diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy2019-03-241-20/+29
* | diff: reuse diff setup for --no-index caseJeff King2019-02-241-7/+1
|/
* diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+7
* diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon 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 subdirectorynd/diff-with-path-paramsDuy 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 Gitjc/diff-no-index-d-fJunio 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()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
|\ \