X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-clone.sh;h=699205eb6644aeb8668aa56abddf4f00d9af2642;hb=bf3e274873e56d7df25d60800c8d59a309e0d8c6;hp=c09979a7a49e36b35e333b902cb0e0d689b693f4;hpb=b0c698a6e41c47ef3e036367e58a0cf2639c1f0d;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)