summaryrefslogtreecommitdiffstats
path: root/diff-no-index.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* remerge-diff: clean up temporary objdir at a central placeJunio C Hamano2024-08-101-1/+1
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-3/+0
* Merge branch 'pw/diff-no-index-from-named-pipes'Junio C Hamano2023-09-201-0/+1
|\
| * diff --no-index: fix -R with stdinRené Scharfe2023-09-111-0/+1
* | diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-1/+1
|/
* diff --no-index: support reading from named pipesPhillip Wood2023-07-051-27/+84
* diff --no-index: die on error reading stdinPhillip Wood2023-07-051-3/+2
* diff --no-index: refuse to compare stdin to a directoryPhillip Wood2023-07-051-5/+7
* 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-241-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 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-221-0/+3
|\
| * diff: handle --no-index prefixes consistentlyJeff King2016-09-141-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-261-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-081-8/+0
|\ \ \ | |/ / |/| |
| * | diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano2013-07-201-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
|\ \