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