aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-03-29rm: fix sign comparison warningsArnav Bhate1-12/+9
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-2/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-20/+20
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+2
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-02-10builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2022-12-26submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason1-1/+1
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano1-13/+13
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-4/+4
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-7/+7
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-2/+2
2022-11-08submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason1-2/+1
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason1-1/+3
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan1-0/+2
2022-08-08rm: expand the index only when necessaryShaoxuan Yuan1-2/+3
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano1-2/+2
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila1-1/+1
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-1/+1
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren1-1/+2
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano1-2/+8
2021-09-28rm: skip sparse paths with missing SKIP_WORKTREEDerrick Stolee1-1/+3
2021-09-28rm: add --sparse optionDerrick Stolee1-2/+6
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-1/+1
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano1-0/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano1-11/+24
2021-04-28builtin/rm: avoid leaking pathspec and seenAndrzej Hunt1-0/+2
2021-04-14rm: ensure full indexDerrick Stolee1-0/+2
2021-04-08rm: honor sparse checkout patternsMatheus Tavares1-11/+24
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy1-6/+22
2019-07-25Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano1-1/+1
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano1-1/+1
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy1-1/+1
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King1-3/+3
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-1/+1