summaryrefslogtreecommitdiff
path: root/diff-no-index.c
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-20Merge branch 'pw/diff-no-index-from-named-pipes'Junio C Hamano
2023-09-11diff --no-index: fix -R with stdinRené Scharfe
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King
2023-07-05diff --no-index: support reading from named pipesPhillip Wood
2023-07-05diff --no-index: die on error reading stdinPhillip Wood
2023-07-05diff --no-index: refuse to compare stdin to a directoryPhillip Wood
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24Remove unnecessary includes of builtin.hElijah Newren
2022-12-01diff: factor out add_diff_options()René Scharfe
2022-09-07diff-no-index: simplify argv index calculationRené Scharfe
2022-09-07diff-no-index: release prefixed filenamesRené Scharfe
2022-09-07diff-no-index: release strbuf on queue errorRené Scharfe
2021-05-19Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-12dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2019-04-25Merge branch 'nd/diff-parseopt-4'Junio C Hamano
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy
2019-02-24diff: reuse diff setup for --no-index caseJeff King
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2017-01-30diff: use SWAP macroRené Scharfe
2017-01-30use SWAP macroRené Scharfe
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-13diff: handle --no-index prefixes consistentlyJeff King
2016-05-09diff-no-index.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-02-03Merge branch 'nd/diff-with-path-params'Junio C Hamano
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy
2015-10-05use strbuf_complete to conditionally append slashJeff King
2015-03-26diff-no-index: align D/F handling with that of normal GitJunio C Hamano
2015-03-26diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano
2014-04-03Merge branch 'jc/fix-diff-no-index-diff-opt-parse'Junio C Hamano
2014-03-31diff-no-index: correctly diagnose error return from diff_opt_parse()Junio C Hamano
2014-03-25Merge branch 'bb/diff-no-index-dotdot'Junio C Hamano
2014-03-19diff-no-index: replace manual "."/".." check with is_dot_or_dotdot()Brian Bourn
2014-03-19diff-no-index: rename read_directory()Brian Bourn
2014-03-07Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'Junio C Hamano
2013-12-12diff: move no-index detection to builtin/diff.cThomas Gummerer
2013-09-17Merge branch 'dw/diff-no-index-doc'Junio C Hamano
2013-09-09Merge branch 'jc/diff-filter-negation'Junio C Hamano
2013-08-22diff --no-index: clarify operation when not inside a repositoryDale R. Worley
2013-07-19diff: remove "diff-files -q" in a version of Git in a distant futureJunio C Hamano