summaryrefslogtreecommitdiff
path: root/builtin/clean.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | git-clean: add ask each interactive actionJiang Xin2013-06-261-0/+36
| * | git-clean: add select by numbers interactive actionJiang Xin2013-06-261-0/+39
| * | git-clean: add filter by pattern interactive actionJiang Xin2013-06-261-0/+68
| * | git-clean: use a git-add-interactive compatible UIJiang Xin2013-06-261-29/+427
| * | git-clean: add colors to interactive git-cleanJiang Xin2013-06-261-1/+72
| * | git-clean: show items of del_list in columnsJiang Xin2013-06-261-9/+40
| * | git-clean: add support for -i/--interactiveJiang Xin2013-06-261-5/+52
| * | git-clean: refactor git-clean into two phasesJiang Xin2013-06-261-19/+45
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-9/+9
| |/
* | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
|/
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-2/+3
|\
| * clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers2013-01-161-3/+3
| * dir.c: keep track of where patterns came fromAdam Spiers2013-01-061-2/+2
| * dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-061-1/+2
* | git-clean: Display more accurate delete messagesZoltan Klinger2013-01-141-29/+125
* | i18n: clean: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-9/+9
|/
* Documentation: clarify "git clean -e <pattern>"Junio C Hamano2011-08-281-2/+3
* i18n: git-clean clean.requireForce messagesÆvar Arnfjörð Bjarmason2011-03-091-3/+8
* i18n: git-clean basic messagesÆvar Arnfjörð Bjarmason2011-03-091-10/+10
* Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-241-3/+3
|\
| * Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-1/+1
| * add OPT__FORCERené Scharfe2010-11-151-1/+1
| * add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
| * add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
* | clean: remove redundant variable baselenNguyễn Thái Ngọc Duy2010-11-171-2/+2