summaryrefslogtreecommitdiffstats
path: root/builtin/rm.c
AgeCommit message (Expand)AuthorLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+2
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2023-02-10builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason-1/+1
2022-12-26submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason-1/+1
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano-13/+13
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason-4/+4
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason-7/+7
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason-2/+2
2022-11-08submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason-2/+1
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason-1/+3
2022-08-08rm: integrate with sparse-indexShaoxuan Yuan-0/+2
2022-08-08rm: expand the index only when necessaryShaoxuan Yuan-2/+3
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano-2/+2
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila-1/+1
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila-1/+1
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren-1/+2
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano-2/+8
2021-09-28rm: skip sparse paths with missing SKIP_WORKTREEDerrick Stolee-1/+3
2021-09-28rm: add --sparse optionDerrick Stolee-2/+6
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel-1/+1
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano-0/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano-11/+24
2021-04-28builtin/rm: avoid leaking pathspec and seenAndrzej Hunt-0/+2
2021-04-14rm: ensure full indexDerrick Stolee-0/+2
2021-04-08rm: honor sparse checkout patternsMatheus Tavares-11/+24
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy-6/+22
2019-07-25Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano-1/+1
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano-1/+1
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy-1/+1
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King-3/+3
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-0/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-1/+1
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-1/+1
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy-1/+1
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano-2/+1
2018-05-10lock_file: move static locks into functionsMartin Ågren-2/+1
2018-04-10Merge branch 'bc/object-id'Junio C Hamano-1/+1
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano-4/+3
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson-1/+1