summaryrefslogtreecommitdiff
path: root/git-clean.sh
Commit message (Expand)AuthorAgeFilesLines
* Make git-clean a builtinShawn Bohrer2007-11-181-118/+0
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-16/+20
|\
| * Migrate git-clean.sh to use git-rev-parse --parseopt.Pierre Habouzit2007-11-051-18/+21
* | Merge branch 'maint'Junio C Hamano2007-11-141-1/+8
|\ \
| * | git-clean: honor core.excludesfileJunio C Hamano2007-11-141-1/+8
| |/
* | git-clean: Fix error message if clean.requireForce is not set.Johannes Sixt2007-11-121-10/+14
* | clean: require -f to do damage by defaultJunio C Hamano2007-11-041-1/+5
|/
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-2/+2
* Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett2007-04-231-1/+12
* Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
* git-clean: Fix the -q option.Alexandre Julliard2007-01-061-3/+1
* git-clean fails on files beginning with a dashDennis Stosberg2006-05-291-2/+2
* Teach git-clean optional <paths>... parameters.Junio C Hamano2006-05-081-4/+13
* Add git-clean commandPavel Roskin2006-04-051-0/+80