aboutsummaryrefslogtreecommitdiff
path: root/builtin/clean.c
Commit message (Expand)AuthorAge
* 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
| * | git-clean: show items of del_list in columnsJiang Xin2013-06-26
| * | git-clean: add support for -i/--interactiveJiang Xin2013-06-26
| * | git-clean: refactor git-clean into two phasesJiang Xin2013-06-26
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
| |/
* | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
|/
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-23
|\
| * clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers2013-01-16
| * dir.c: keep track of where patterns came fromAdam Spiers2013-01-06
| * dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-06
* | git-clean: Display more accurate delete messagesZoltan Klinger2013-01-14
* | i18n: clean: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* Documentation: clarify "git clean -e <pattern>"Junio C Hamano2011-08-28
* i18n: git-clean clean.requireForce messagesÆvar Arnfjörð Bjarmason2011-03-09
* i18n: git-clean basic messagesÆvar Arnfjörð Bjarmason2011-03-09
* Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-24
|\
| * Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-15
| * add OPT__FORCERené Scharfe2010-11-15
| * add description parameter to OPT__QUIETRené Scharfe2010-11-15
| * add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
* | clean: remove redundant variable baselenNguyễn Thái Ngọc Duy2010-11-17
* | clean: avoid quoting twiceNguyễn Thái Ngọc Duy2010-11-16
|/
* builtin/clean.c: Use STRING_LIST_INIT_NODUP.Thiago Farina2010-09-06
* Add -e/--exclude to git-clean.Jared Hance2010-07-20