51 Commits (c1b3c71f4b4571abb2b2a457122fd100dc9f7eb0)

Author SHA1 Message Date
Justin Lebar 235e8d5914 code and test: fix misuses of "nor" 11 years ago
Jeff King 1f2e108887 clean: simplify dir/not-dir logic 11 years ago
Jeff King cf424f5fd8 clean: respect pathspecs with "-d" 11 years ago
Nguyễn Thái Ngọc Duy 2e70c01799 clean: use cache_name_is_other() 11 years ago
Nguyễn Thái Ngọc Duy 05b85022c9 clean: replace match_pathspec() with dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy ae8d082421 pathspec: pass directory indicator to match_pathspec_item() 11 years ago
Nguyễn Thái Ngọc Duy 854b09592c pathspec: rename match_pathspec_depth() to match_pathspec() 11 years ago
Elia Pinto e666b89d76 builtin/clean.c: reduce scope of variable 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Jiang Xin 6083861305 git-clean: implement partial matching for selection 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 893d839970 clean: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5fee4df7f4 clean: remove unused variable "seen" 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Jiang Xin 96a799b6d1 git-clean: add ask each interactive action 12 years ago
Jiang Xin c1f1d24aa5 git-clean: add select by numbers interactive action 12 years ago
Jiang Xin d1239264f2 git-clean: add filter by pattern interactive action 12 years ago
Jiang Xin 9f93e4611f git-clean: use a git-add-interactive compatible UI 12 years ago
Jiang Xin 7a9b0b802e git-clean: add colors to interactive git-clean 12 years ago
Jiang Xin 1b8fd46732 git-clean: show items of del_list in columns 12 years ago
Jiang Xin 1769600208 git-clean: add support for -i/--interactive 12 years ago
Jiang Xin 396049e5fb git-clean: refactor git-clean into two phases 12 years ago
Jiang Xin 39598f9983 quote_path_relative(): remove redundant parameter 12 years ago
Adam Spiers 72aeb18772 clean.c, ls-files.c: respect encapsulation of exclude_list_groups 12 years ago
Zoltan Klinger f538a91e3c git-clean: Display more accurate delete messages 12 years ago
Adam Spiers c04318e46a dir.c: keep track of where patterns came from 12 years ago
Adam Spiers c082df2453 dir.c: use a single struct exclude_list per source of excludes 12 years ago
Nguyễn Thái Ngọc Duy 145f9c81aa i18n: clean: mark parseopt strings for translation 13 years ago
Junio C Hamano b6194678b0 Documentation: clarify "git clean -e <pattern>" 14 years ago
Ævar Arnfjörð Bjarmason a66f9b2afd i18n: git-clean clean.requireForce messages 14 years ago
Ævar Arnfjörð Bjarmason 2da57add28 i18n: git-clean basic messages 14 years ago
Nguyễn Thái Ngọc Duy 1c7d402b3e clean: remove redundant variable baselen 14 years ago
Nguyễn Thái Ngọc Duy 71567e3287 clean: avoid quoting twice 14 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
Thiago Farina bdab6a59cf builtin/clean.c: Use STRING_LIST_INIT_NODUP. 15 years ago
Jared Hance 07de4eba60 Add -e/--exclude to git-clean. 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael J Gruber 89c3850019 git-clean: fix the description of the default behavior 15 years ago
René Scharfe f7aec129fa UI consistency: allow --force for where -f means force 16 years ago
Nguyễn Thái Ngọc Duy c28b3d6e7b Read .gitignore from index if it is skip-worktree 16 years ago
Junio C Hamano a0f4afbe87 clean: require double -f options to nuke nested git repository and work tree 16 years ago
Linus Torvalds 1d8842d921 Add 'fill_directory()' helper function for directory traversal 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago