19 Commits (cab3829d2b29b9cd750afd0e342d6f3cae359639)

Author SHA1 Message Date
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 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Shawn Bohrer f2d0df7148 git clean: Don't automatically remove directories when run within subdirectory 17 years ago
Dmitry Potapov 1fb328947c git-clean: correct printing relative path 17 years ago
Miklos Vajna aa9c83c219 git-clean: handle errors if removing files fails 17 years ago
Jeff King a8db80c224 git-clean: fix off-by-one memory access when given no arguments 17 years ago
Junio C Hamano 95bf4bd4f7 git-clean: make "Would remove ..." path relative to cwd again 17 years ago
Junio C Hamano d871c86935 git-clean: Honor pathspec. 17 years ago
Shawn Bohrer 1617adc7a0 Teach git clean to use setup_standard_excludes() 17 years ago
Junio C Hamano 625db1b753 git-clean: Fix error message if clean.requireForce is not set. 17 years ago
Shawn Bohrer 113f10f22f Make git-clean a builtin 17 years ago