about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-01-29 17:40:07 +0000
committerClint Adams <clint@users.sourceforge.net>2009-01-29 17:40:07 +0000
commit0b9e0fc3c5231a7c494f2de8a98712b38d0cf037 (patch)
treebaeaf933405deda7a29a4228b51feb9e57666b6e /Completion
parentf958e846e415f5609a709635ce1dff7bd4120aef (diff)
downloadzsh-0b9e0fc3c5231a7c494f2de8a98712b38d0cf037.tar.gz
zsh-0b9e0fc3c5231a7c494f2de8a98712b38d0cf037.tar.xz
zsh-0b9e0fc3c5231a7c494f2de8a98712b38d0cf037.zip
Ingmar Vanhassel: 26469: complete "git clone --verbose".
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 6e930df98..b7be5f500 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1618,10 +1618,11 @@ _git-clone () {
   _arguments -S \
     '--bare[make a bare GIT repository]' \
     '--mirror[clone refs into refs/* instead of refs/remotes/origin/*]' \
-    '(-l --local)'{-l,--local}'[perform a local cloning of a repository]' \
+    '(-l --local)'{-l,--local}'[clone locally, hardlink refs and objects if possible]' \
     '(-s --shared)'{-s,--shared}'[share the objects with the source repository (warning: see man page)]' \
     '--reference[reference repository]:repository:_directories' \
     '(-q --quiet)'{-q,--quiet}'[operate quietly]' \
+    '(-v --verbose)'{-v,--verbose}'[always display the progressbar]' \
     '(-n --no-checkout)'{-n,--no-checkout}'[do not checkout HEAD after clone is complete]' \
     '(-o --origin)'{-o,--origin}'[use given name instead of "origin" as branch name]:name:__git_guard_branch-name' \
     '--no-hardlinks[copy files instead of hardlinking when doing a local clone]' \