summaryrefslogtreecommitdiff
path: root/builtin-clean.c
Commit message (Expand)AuthorAgeFilesLines
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-141-6/+7
* git-clean: correct printing relative pathDmitry Potapov2008-03-071-18/+14
* git-clean: handle errors if removing files failsMiklos Vajna2008-02-201-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-031-6/+15
* git-clean: Honor pathspec.Junio C Hamano2007-12-051-21/+31
* Teach git clean to use setup_standard_excludes()Shawn Bohrer2007-11-181-12/+5
* git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano2007-11-181-3/+9
* Make git-clean a builtinShawn Bohrer2007-11-181-0/+154