X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-clone.sh;h=699205eb6644aeb8668aa56abddf4f00d9af2642;hb=562051809589574576971c53c23aad93f8c395d9;hp=c09979a7a49e36b35e333b902cb0e0d689b693f4;hpb=8fc66df237afce0b4318657f166b3583831949f3;p=git.git diff --git a/git-clone.sh b/git-clone.sh index c09979a7..699205eb 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -73,7 +73,7 @@ while *,-n) no_checkout=yes ;; *,-l|*,--l|*,--lo|*,--loc|*,--loca|*,--local) use_local=yes ;; *,-s|*,--s|*,--sh|*,--sha|*,--shar|*,--share|*,--shared) - local_shared=yes ;; + local_shared=yes; use_local=yes ;; *,-q|*,--quiet) quiet=-q ;; 1,-u|1,--upload-pack) usage ;; *,-u|*,--upload-pack)