aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/clean.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-4/+3
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano1-7/+2
2024-03-03clean: improve -n and -f implementation and documentationSergey Organov1-14/+9
2023-12-09clean: factorize incompatibility messageRené Scharfe1-1/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-3/+6
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-28config: inline git_color_default_configGlen Choo1-2/+4
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano1-0/+1
2023-02-06various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason1-0/+1
2023-02-06docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-02-17Merge branch 'vd/sparse-clean-etc'Junio C Hamano1-0/+3
2022-01-13clean: integrate with sparse indexVictoria Dye1-0/+3
2021-12-09clean: do not attempt to remove startup_info->original_cwdElijah Newren1-9/+35
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason1-4/+2
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano1-3/+1
2021-05-14Merge branch 'mt/clean-clean'Junio C Hamano1-3/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren1-3/+1
2021-05-07clean: remove unnecessary variableMatheus Tavares1-3/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano1-11/+11
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano1-11/+11
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren1-4/+4
2020-08-18dir: make clear_directory() free all relevant memoryElijah Newren1-5/+1
2020-06-12clean: optimize and document cases where we recurse into subdirectoriesElijah Newren1-2/+31
2020-06-12clean: consolidate handling of ignored parametersElijah Newren1-9/+7
2020-06-12dir, clean: avoid disallowed behaviorElijah Newren1-1/+1
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano1-2/+2
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano1-6/+0
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-2/+2
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin1-10/+4
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren1-6/+0
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano1-2/+13
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano1-6/+6
2019-09-17clean: fix theoretical path corruptionElijah Newren1-1/+1
2019-09-17clean: rewrap overly long lineElijah Newren1-1/+2
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren1-0/+2