X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clean.sh;h=3834323bcf479b7e01af4e1f247fb13aac423f90;hb=ae448e3854d8b6e7e37aa88fa3917f5dd97f3210;hp=bb56264e046c906c529c712b36db239dd7ba99e9;hpb=8d48ad62a902556b523ee892a3fbe4206d576d3f;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"