summaryrefslogtreecommitdiff
path: root/builtin-clean.c
AgeCommit message (Expand)Author
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-15git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer
2008-03-08git-clean: correct printing relative pathDmitry Potapov
2008-02-21git-clean: handle errors if removing files failsMiklos Vajna
2008-01-12git-clean: fix off-by-one memory access when given no argumentsJeff King
2008-01-04git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano
2007-12-06git-clean: Honor pathspec.Junio C Hamano
2007-11-19Teach git clean to use setup_standard_excludes()Shawn Bohrer
2007-11-19git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano
2007-11-19Make git-clean a builtinShawn Bohrer