summaryrefslogtreecommitdiffstats
path: root/builtin/rm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-2/+2
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
* builtin: stop using `the_index`Patrick Steinhardt2024-04-181-20/+20
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+2
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/
* builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2023-02-101-1/+1
* submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason2022-12-261-1/+1
* Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-11-281-13/+13
|\
| * cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-4/+4
| * cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-7/+7
| * cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-2/+2
* | submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason2022-11-081-2/+1
|/
* doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason2022-10-131-1/+3
* rm: integrate with sparse-indexShaoxuan Yuan2022-08-081-0/+2
* rm: expand the index only when necessaryShaoxuan Yuan2022-08-081-2/+3
* Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-2/+2
|\
| * i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-1/+1
| * i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
* | dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren2021-12-091-1/+2
|/
* Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-10-141-2/+8
|\
| * rm: skip sparse paths with missing SKIP_WORKTREEDerrick Stolee2021-09-281-1/+3
| * rm: add --sparse optionDerrick Stolee2021-09-281-2/+6
* | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
|/
* Merge branch 'ah/plugleaks'Junio C Hamano2021-05-071-0/+2
|\
| * builtin/rm: avoid leaking pathspec and seenAndrzej Hunt2021-04-281-0/+2
* | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-11/+24
|\ \
| * | rm: honor sparse checkout patternsMatheus Tavares2021-04-081-11/+24
| |/
* / rm: ensure full indexDerrick Stolee2021-04-141-0/+2
|/
* rm: support the --pathspec-from-file optionAlexandr Miloslavskiy2020-02-191-6/+22
* Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano2019-07-251-1/+1
|\
| * rm: resolving by removal is not a warning-worthy eventJunio C Hamano2019-07-181-1/+1
* | tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-1/+1
* | submodule: drop unused prefix parameter from some functionsJeff King2019-05-131-3/+3
* | Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
* | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
|/
* convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\
| * dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-1/+1
|/