aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-clean.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-04-14git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer1-6/+7
2008-03-07git-clean: correct printing relative pathDmitry Potapov1-18/+14
2008-02-20git-clean: handle errors if removing files failsMiklos Vajna1-8/+14
2008-01-12git-clean: fix off-by-one memory access when given no argumentsJeff King1-2/+2
2008-01-03git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano1-6/+15
2007-12-05git-clean: Honor pathspec.Junio C Hamano1-21/+31
2007-11-18Teach git clean to use setup_standard_excludes()Shawn Bohrer1-12/+5
2007-11-18git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano1-3/+9
2007-11-18Make git-clean a builtinShawn Bohrer1-0/+154