X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clean.sh;h=3834323bcf479b7e01af4e1f247fb13aac423f90;hb=7612a1efdb0c0806b43db10ce784707aae874340;hp=bb56264e046c906c529c712b36db239dd7ba99e9;hpb=6858d494926437ad7b7e9199ea39953eb90c7bab;p=git.git diff --git a/git-clean.sh b/git-clean.sh index bb56264e..3834323b 100755 --- a/git-clean.sh +++ b/git-clean.sh @@ -19,8 +19,8 @@ ignored= ignoredonly= cleandir= quiet= -rmf="rm -f" -rmrf="rm -rf" +rmf="rm -f --" +rmrf="rm -rf --" rm_refuse="echo Not removing" echo1="echo"