summaryrefslogtreecommitdiff
path: root/builtin-clean.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Add 'fill_directory()' helper function for directory traversalLibravatar Linus Torvalds1-11/+1
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+2
2009-02-18Turn the flags in struct dir_struct into a single variableLibravatar Johannes Schindelin1-2/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-4/+2
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-04-14git clean: Don't automatically remove directories when run within subdirectoryLibravatar Shawn Bohrer1-6/+7
2008-03-07git-clean: correct printing relative pathLibravatar Dmitry Potapov1-18/+14
2008-02-20git-clean: handle errors if removing files failsLibravatar Miklos Vajna1-8/+14
2008-01-12git-clean: fix off-by-one memory access when given no argumentsLibravatar Jeff King1-2/+2
2008-01-03git-clean: make "Would remove ..." path relative to cwd againLibravatar Junio C Hamano1-6/+15
2007-12-05git-clean: Honor pathspec.Libravatar Junio C Hamano1-21/+31
2007-11-18Teach git clean to use setup_standard_excludes()Libravatar Shawn Bohrer1-12/+5
2007-11-18git-clean: Fix error message if clean.requireForce is not set.Libravatar Junio C Hamano1-3/+9
2007-11-18Make git-clean a builtinLibravatar Shawn Bohrer1-0/+154