aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/clean.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-17clean: disambiguate the definition of -dElijah Newren1-0/+8
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee1-4/+4
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee1-6/+6
2019-07-19clean: show an error message when the path is too longJohannes Schindelin1-1/+2
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-1/+1
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy1-0/+3
2018-05-29Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy1-18/+10
2018-02-09completion: use __gitcomp_builtin in _git_cleanNguyễn Thái Ngọc Duy1-1/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy1-1/+1
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano1-1/+2
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King1-1/+2
2017-09-07clean: release strbuf after use in remove_dirs()Rene Scharfe1-2/+5
2017-08-11Merge branch 'jk/c99'Junio C Hamano1-9/+10
2017-07-18clean.c: use designated initializerJunio C Hamano1-9/+10
2017-07-13color: check color.ui in git_default_config()Jeff King1-2/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-02Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano1-0/+42
2017-05-24clean: teach clean -d to preserve ignored pathsSamuel Lijin1-0/+42
2017-05-06dir: convert fill_directory to take an indexBrandon Williams1-1/+1
2017-05-06dir: convert is_excluded to take an indexBrandon Williams1-1/+1
2017-02-27Merge branch 'nd/clean-preserve-errno-in-warning'Junio C Hamano1-4/+12
2017-02-16clean: use warning_errno() when appropriateNguyễn Thái Ngọc Duy1-4/+12