aboutsummaryrefslogtreecommitdiff
path: root/builtin/clean.c
AgeCommit message (Expand)Author
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano
2025-08-02clean: do not use strbuf_split*() [part 2]Junio C Hamano
2025-08-02clean: do not pass the whole structure when it is not necessaryJunio C Hamano
2025-08-02clean: do not use strbuf_split*() [part 1]Junio C Hamano
2025-08-02clean: do not pass strbuf by valueJunio C Hamano
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano
2024-03-03clean: improve -n and -f implementation and documentationSergey Organov
2023-12-09clean: factorize incompatibility messageRené Scharfe
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-28config: inline git_color_default_configGlen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-06various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason
2023-02-06docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2022-02-17Merge branch 'vd/sparse-clean-etc'Junio C Hamano
2022-01-13clean: integrate with sparse indexVictoria Dye
2021-12-09clean: do not attempt to remove startup_info->original_cwdElijah Newren
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-14Merge branch 'mt/clean-clean'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-07clean: remove unnecessary variableMatheus Tavares
2021-03-13use CALLOC_ARRAYRené Scharfe
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-18dir: make clear_directory() free all relevant memoryElijah Newren
2020-06-12clean: optimize and document cases where we recurse into subdirectoriesElijah Newren
2020-06-12clean: consolidate handling of ignored parametersElijah Newren
2020-06-12dir, clean: avoid disallowed behaviorElijah Newren