X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-add.sh;h=d6a4bc7d092f619d3c9dd20507c6659e13f82a3c;hb=2c866cf1c2b2f3a289b7f3c21adb4f05af6626e4;hp=13fad820d4758a041222a9285719245f6c8bac18;hpb=0f4aa3993de5fc7252e43ebd872fd9e4b615873d;p=git.git diff --git a/git-add.sh b/git-add.sh index 13fad820..d6a4bc7d 100755 --- a/git-add.sh +++ b/git-add.sh @@ -14,6 +14,10 @@ while : ; do -v) verbose=--verbose ;; + --) + shift + break + ;; -*) usage ;;