summaryrefslogtreecommitdiff
path: root/t/t7300-clean.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jc/clean-config'Junio C Hamano2007-11-071-0/+9
|\ | | | | | | | | * jc/clean-config: clean: require -f to do damage by default
| * clean: require -f to do damage by defaultJunio C Hamano2007-11-041-0/+9
| | | | | | | | | | | | | | | | This makes the clean.requireForce configuration default to true. Too many people are burned by typing "git clean" by mistake when they meant to say "make clean". Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Add more tests for git-cleanShawn Bohrer2007-11-051-0/+105
|/ | | | | Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-3/+3
| | | | | | This uses the remove-dashes target to replace "git-frotz" to "git frotz". Signed-off-by: Junio C Hamano <gitster@pobox.com>
* t7300: Basic tests for git-cleanMichael Spang2007-05-071-0/+180
This tests the -d, -n, -f, -x, and -X options to git-clean. Signed-off-by: Michael Spang <mspang@uwaterloo.ca> Signed-off-by: Junio C Hamano <junkio@cox.net>