summaryrefslogtreecommitdiff
path: root/builtin/clean.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano2017-06-131-0/+42
|\
| * clean: teach clean -d to preserve ignored pathssl/clean-d-ignored-fixSamuel Lijin2017-05-241-0/+42
* | Merge branch 'nd/clean-preserve-errno-in-warning'Junio C Hamano2017-02-271-4/+12
|\ \ | |/ |/|
| * clean: use warning_errno() when appropriatend/clean-preserve-errno-in-warningNguyễn Thái Ngọc Duy2017-02-161-4/+12
* | i18n: clean.c: match string with git-add--interactive.perlVasco Almeida2016-12-141-5/+5
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-2/+2
|\
| * use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* | Merge branch 'jk/ref-cache-non-repository-optim'Junio C Hamano2016-02-031-25/+1
|\ \ | |/
| * clean: make is_git_repository a public functionJeff King2016-01-251-25/+1
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-3/+3
|/
* use strbuf_complete to conditionally append slashJeff King2015-10-051-4/+2
* clean: improve performance when removing lots of directoriesErik Elfström2015-06-151-4/+26
* Merge branch 'rs/janitorial'Junio C Hamano2015-06-011-2/+0
|\
| * clean: remove unused variable bufRené Scharfe2015-05-201-2/+0
* | Merge branch 'dt/clean-pathspec-filter-then-lstat'Junio C Hamano2015-06-011-3/+3
|\ \ | |/ |/|
| * clean: only lstat files in pathspecdt/clean-pathspec-filter-then-lstatDavid Turner2015-05-181-3/+3
* | Merge branch 'ja/clean-confirm-i18n'Junio C Hamano2015-03-061-1/+2
|\ \
| * | Add hint interactive cleaningja/clean-confirm-i18nJean-Noel Avila2015-03-021-1/+2
| |/
* | clean: typofixAlexander Kuleshov2014-12-221-1/+1
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-2/+1
|\ \
| * | color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-141-2/+1
| |/
* | use skip_prefix() to avoid more magic numbersrs/more-uses-of-skip-prefixRené Scharfe2014-10-071-3/+4
* | Merge branch 'rs/clean-menu-item-defn'Junio C Hamano2014-09-091-1/+1
|\ \ | |/ |/|
| * clean: use f(void) instead of f() to declare a pointer to a function without ...rs/clean-menu-item-defnRené Scharfe2014-08-181-1/+1
* | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-211-2/+1
* | Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-021-1/+1
|\ \
| * | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-021-1/+1
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-3/+3
|\ \ \
| * | | code and test: fix misuses of "nor"jl/nor-or-nand-andJustin Lebar2014-03-311-3/+3
| * | | Merge branch 'jk/clean-d-pathspec' into maintJunio C Hamano2014-03-181-11/+9
| |\ \ \
* | \ \ \ Merge branch 'jk/clean-d-pathspec'Junio C Hamano2014-03-181-11/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | clean: simplify dir/not-dir logicjk/clean-d-pathspecJeff King2014-03-111-9/+6
| * | | | clean: respect pathspecs with "-d"Jeff King2014-03-111-2/+3
| | |/ / | |/| |
* | | | Merge branch 'ep/varscope'Junio C Hamano2014-02-271-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/clean.c: reduce scope of variableElia Pinto2014-01-311-1/+2
| |/ /
* | | clean: use cache_name_is_other()nd/submodule-pathspec-ending-with-slashNguyễn Thái Ngọc Duy2014-02-241-19/+2
* | | clean: replace match_pathspec() with dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-2/+1
* | | pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
* | | pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-241-2/+2
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
|/ /
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-14/+10
|\ \
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-7/+10
| * | clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-151-9/+2
* | | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-3/+3
|\ \ \
| * | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-3/+3
* | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-08-011-28/+52
|\ \ \ \ | |/ / / |/| | |
| * | | git-clean: implement partial matching for selectionJiang Xin2013-07-241-28/+52
* | | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-31/+747
|\ \ \ \ | |/ / /