aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-clean.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-171/+0
2010-02-04git-clean: fix the description of the default behaviorMichael J Gruber1-2/+2
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-1/+3
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-1/+1
2009-08-23Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy1-1/+3
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano1-1/+6
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds1-11/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin1-2/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-4/+2
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