aboutsummaryrefslogtreecommitdiffstats
path: root/git-clean.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Make git-clean a builtinShawn Bohrer1-118/+0
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano1-16/+20
2007-11-14Merge branch 'maint'Junio C Hamano1-1/+8
2007-11-14git-clean: honor core.excludesfileJunio C Hamano1-1/+8
2007-11-12git-clean: Fix error message if clean.requireForce is not set.Johannes Sixt1-10/+14
2007-11-05Migrate git-clean.sh to use git-rev-parse --parseopt.Pierre Habouzit1-18/+21
2007-11-04clean: require -f to do damage by defaultJunio C Hamano1-1/+5
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-2/+2
2007-04-23Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett1-1/+12
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-06git-clean: Fix the -q option.Alexandre Julliard1-3/+1
2006-05-29git-clean fails on files beginning with a dashDennis Stosberg1-2/+2
2006-05-08Teach git-clean optional <paths>... parameters.Junio C Hamano1-4/+13
2006-04-05Add git-clean commandPavel Roskin1-0/+80