summaryrefslogtreecommitdiffstats
path: root/builtin-clean.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-151-6/+7
* git-clean: correct printing relative pathDmitry Potapov2008-03-081-18/+14
* git-clean: handle errors if removing files failsMiklos Vajna2008-02-211-8/+14
* git-clean: fix off-by-one memory access when given no argumentsJeff King2008-01-121-2/+2
* git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano2008-01-041-6/+15
* git-clean: Honor pathspec.Junio C Hamano2007-12-061-21/+31
* Teach git clean to use setup_standard_excludes()Shawn Bohrer2007-11-191-12/+5
* git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano2007-11-191-3/+9
* Make git-clean a builtinShawn Bohrer2007-11-191-0/+154