summaryrefslogtreecommitdiff
path: root/builtin/clean.c
AgeCommit message (Expand)Author
2015-06-15clean: improve performance when removing lots of directoriesErik Elfström
2015-06-01Merge branch 'rs/janitorial'Junio C Hamano
2015-06-01Merge branch 'dt/clean-pathspec-filter-then-lstat'Junio C Hamano
2015-05-20clean: remove unused variable bufRené Scharfe
2015-05-18clean: only lstat files in pathspecDavid Turner
2015-03-06Merge branch 'ja/clean-confirm-i18n'Junio C Hamano
2015-03-02Add hint interactive cleaningJean-Noel Avila
2014-12-22clean: typofixAlexander Kuleshov
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano
2014-10-14color_parse: do not mention variable name in error messageJeff King
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe
2014-09-09Merge branch 'rs/clean-menu-item-defn'Junio C Hamano
2014-08-18clean: use f(void) instead of f() to declare a pointer to a function without ...René Scharfe
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-07-02Merge branch 'maint-1.8.5' into maintJunio C Hamano
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31code and test: fix misuses of "nor"Justin Lebar
2014-03-18Merge branch 'jk/clean-d-pathspec' into maintJunio C Hamano
2014-03-18Merge branch 'jk/clean-d-pathspec'Junio C Hamano
2014-03-11clean: simplify dir/not-dir logicJeff King
2014-03-11clean: respect pathspecs with "-d"Jeff King
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-02-24clean: use cache_name_is_other()Nguyễn Thái Ngọc Duy
2014-02-24clean: replace match_pathspec() with dir_path_match()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-01-31builtin/clean.c: reduce scope of variableElia Pinto
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-01Merge branch 'jx/clean-interactive'Junio C Hamano
2013-07-25git-clean: implement partial matching for selectionJiang Xin
2013-07-22Merge branch 'jx/clean-interactive'Junio C Hamano
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-26git-clean: use a git-add-interactive compatible UIJiang Xin
2013-06-26git-clean: add colors to interactive git-cleanJiang Xin
2013-06-26git-clean: show items of del_list in columnsJiang Xin
2013-06-26git-clean: add ask each interactive actionJiang Xin
2013-06-26git-clean: add support for -i/--interactiveJiang Xin
2013-06-26git-clean: add select by numbers interactive actionJiang Xin
2013-06-26git-clean: refactor git-clean into two phasesJiang Xin
2013-06-26git-clean: add filter by pattern interactive actionJiang Xin
2013-06-26quote_path_relative(): remove redundant parameterJiang Xin
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-16clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers