aboutsummaryrefslogtreecommitdiff
path: root/builtin-clean.c
Commit message (Expand)AuthorAge
* git-clean: fix the description of the default behaviorMichael J Gruber2010-02-04
* Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\
| * Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-23
* | UI consistency: allow --force for where -f means forceRené Scharfe2009-08-29
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-29
|/
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-09
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-18
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* Make usage strings dash-lessStephan Beyer2008-07-13
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-14
* git-clean: correct printing relative pathDmitry Potapov2008-03-07
* git-clean: handle errors if removing files failsMiklos Vajna2008-02-20
* git-clean: fix off-by-one memory access when given no argumentsJeff King2008-01-12
* git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano2008-01-03
* git-clean: Honor pathspec.Junio C Hamano2007-12-05
* Teach git clean to use setup_standard_excludes()Shawn Bohrer2007-11-18
* git-clean: Fix error message if clean.requireForce is not set.Junio C Hamano2007-11-18
* Make git-clean a builtinShawn Bohrer2007-11-18