summaryrefslogtreecommitdiff
path: root/builtin/clean.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2023-02-221-0/+1
|\
| * various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason2023-02-061-0/+1
* | docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason2023-02-061-1/+1
|/
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-2/+2
* cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-171-0/+3
|\
| * clean: integrate with sparse indexVictoria Dye2022-01-131-0/+3
* | clean: do not attempt to remove startup_info->original_cwdElijah Newren2021-12-091-9/+35
|/
* dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-4/+2
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-3/+1
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-3/+1
* | Merge branch 'mt/clean-clean'Junio C Hamano2021-05-141-3/+1
|\ \ | |/ |/|
| * clean: remove unnecessary variableMatheus Tavares2021-05-071-3/+1
* | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* | quote_path: give flags parameter to quote_path()Junio C Hamano2020-09-101-11/+11
* | quote_path: rename quote_path_relative() to quote_path()Junio C Hamano2020-09-101-11/+11
* | dir: fix problematic API to avoid memory leaksElijah Newren2020-08-181-4/+4
* | dir: make clear_directory() free all relevant memoryElijah Newren2020-08-181-5/+1
* | clean: optimize and document cases where we recurse into subdirectoriesElijah Newren2020-06-121-2/+31
* | clean: consolidate handling of ignored parametersElijah Newren2020-06-121-9/+7
* | dir, clean: avoid disallowed behaviorElijah Newren2020-06-121-1/+1
|/
* Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-2/+2
|\
| * Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* | Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-291-6/+0
|\ \ | |/ |/|
| * Fix error-prone fill_directory() API; make it only return matchesElijah Newren2020-04-011-6/+0
* | interactive: refactor code asking the user for interactive inputJohannes Schindelin2020-04-101-10/+4
|/
* Merge branch 'en/clean-nested-with-ignored'Junio C Hamano2019-10-111-2/+13
|\
| * clean: fix theoretical path corruptionElijah Newren2019-09-171-1/+1
| * clean: rewrap overly long lineElijah Newren2019-09-171-1/+2
| * clean: avoid removing untracked files in a nested git repositoryElijah Newren2019-09-171-0/+2
| * clean: disambiguate the definition of -dElijah Newren2019-09-171-0/+8
* | Merge branch 'ds/include-exclude'Junio C Hamano2019-09-301-6/+6
|\ \ | |/ |/|
| * treewide: rename 'exclude' methods to 'pattern'Derrick Stolee2019-09-051-4/+4
| * treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee2019-09-051-6/+6
* | clean: show an error message when the path is too longJohannes Schindelin2019-07-191-1/+2
|/
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+1
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+3
* Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-291-18/+10
* completion: use __gitcomp_builtin in _git_cleanNguyễn Thái Ngọc Duy2018-02-091-1/+1
* parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
* Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-1/+2
|\
| * Revert "color: check color.ui in git_default_config()"Jeff King2017-10-171-1/+2