Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Complete "git clone --verbose".
- X-seq: zsh-workers 26469
- From: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxxxxx>
- Subject: [PATCH] Complete "git clone --verbose".
- Date: Thu, 29 Jan 2009 12:21:47 +0000
- Cc: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>
- In-reply-to: <1233231710-1204-5-git-send-email-ingmar@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1233231710-1204-1-git-send-email-ingmar@xxxxxxxxxxx> <1233231710-1204-2-git-send-email-ingmar@xxxxxxxxxxx> <1233231710-1204-3-git-send-email-ingmar@xxxxxxxxxxx> <1233231710-1204-4-git-send-email-ingmar@xxxxxxxxxxx> <1233231710-1204-5-git-send-email-ingmar@xxxxxxxxxxx>
---
Completion/Unix/Command/_git | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 209fb97..7649b21 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1620,10 +1620,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]' \
--
1.6.0.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author