summaryrefslogtreecommitdiff
path: root/builtin/clean.c
AgeCommit message (Expand)Author
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-16clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers
2013-01-14git-clean: Display more accurate delete messagesZoltan Klinger
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2012-08-20i18n: clean: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-08-29Documentation: clarify "git clean -e <pattern>"Junio C Hamano
2011-03-10i18n: git-clean clean.requireForce messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-clean basic messagesÆvar Arnfjörð Bjarmason
2010-11-24Merge branch 'rs/opt-help-text'Junio C Hamano
2010-11-17clean: remove redundant variable baselenNguyễn Thái Ngọc Duy
2010-11-16clean: avoid quoting twiceNguyễn Thái Ngọc Duy
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add OPT__FORCERené Scharfe
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe
2010-09-06builtin/clean.c: Use STRING_LIST_INIT_NODUP.Thiago Farina
2010-07-20Add -e/--exclude to git-clean.Jared Hance
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds