aboutsummaryrefslogtreecommitdiff
path: root/builtin/clean.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * use st_add and st_mult for allocation size computationJeff King2016-02-22
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | Merge branch 'jk/ref-cache-non-repository-optim'Junio C Hamano2016-02-03
|\ \ | |/
| * clean: make is_git_repository a public functionJeff King2016-01-25
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* use strbuf_complete to conditionally append slashJeff King2015-10-05
* clean: improve performance when removing lots of directoriesErik Elfström2015-06-15
* Merge branch 'rs/janitorial'Junio C Hamano2015-06-01
|\
| * clean: remove unused variable bufRené Scharfe2015-05-20
* | Merge branch 'dt/clean-pathspec-filter-then-lstat'Junio C Hamano2015-06-01
|\ \ | |/ |/|
| * clean: only lstat files in pathspecDavid Turner2015-05-18
* | Merge branch 'ja/clean-confirm-i18n'Junio C Hamano2015-03-06
|\ \
| * | Add hint interactive cleaningJean-Noel Avila2015-03-02
| |/
* | clean: typofixAlexander Kuleshov2014-12-22
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \
| * | color_parse: do not mention variable name in error messageJeff King2014-10-14
| |/
* | use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-07
* | Merge branch 'rs/clean-menu-item-defn'Junio C Hamano2014-09-09
|\ \ | |/ |/|
| * clean: use f(void) instead of f() to declare a pointer to a function without ...René Scharfe2014-08-18
* | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* | Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-02
|\ \
| * | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-02
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-08
|\ \ \
| * | | code and test: fix misuses of "nor"Justin Lebar2014-03-31
| * | | Merge branch 'jk/clean-d-pathspec' into maintJunio C Hamano2014-03-18
| |\ \ \
* | \ \ \ Merge branch 'jk/clean-d-pathspec'Junio C Hamano2014-03-18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | clean: simplify dir/not-dir logicJeff King2014-03-11
| * | | | clean: respect pathspecs with "-d"Jeff King2014-03-11
| | |/ / | |/| |
* | | | Merge branch 'ep/varscope'Junio C Hamano2014-02-27
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/clean.c: reduce scope of variableElia Pinto2014-01-31
| |/ /
* | | clean: use cache_name_is_other()Nguyễn Thái Ngọc Duy2014-02-24
* | | clean: replace match_pathspec() with dir_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* | | pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-24
* | | pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-24
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/ /
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-15
* | | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\ \ \
| * | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-08-01
|\ \ \ \ | |/ / / |/| | |
| * | | git-clean: implement partial matching for selectionJiang Xin2013-07-24
* | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-22
|\ \ \ \ | |/ / /
| * | | git-clean: add ask each interactive actionJiang Xin2013-06-26
| * | | git-clean: add select by numbers interactive actionJiang Xin2013-06-26
| * | | git-clean: add filter by pattern interactive actionJiang Xin2013-06-26
| | |/ | |/|
| * | git-clean: use a git-add-interactive compatible UIJiang Xin2013-06-26
| * | git-clean: add colors to interactive git-cleanJiang Xin2013-06-26