Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Complete "git add --intent-to-add".
- X-seq: zsh-workers 26472
- From: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>
- To: Zsh Hackers' List <zsh-workers@xxxxxxxxxx>
- Subject: [PATCH] Complete "git add --intent-to-add".
- Date: Thu, 29 Jan 2009 12:21:45 +0000
- Cc: Ingmar Vanhassel <ingmar@xxxxxxxxxxx>
- In-reply-to: <1233231710-1204-3-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>
---
Completion/Unix/Command/_git | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 9f758ec..79c08f6 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1328,6 +1328,7 @@ _git-add () {
'(-p --patch : -)'{-p,--patch}'[like -i but go directly into patch mode for specified files]' \
'(-u --update)'{-u,--update}'[update only files git already knows about]' \
'(-A --all)'{-A,--all}'[act as both add . and add -u]' \
+ '(-N --intent-to-add)'{-N,--intent-to-add}'[record only that the path will be added later]' \
'--refresh[do not add files, but refresh their stat() info in the index]' \
'--ignore-errors[continue adding if an error occurs]' \
'*:file:->files' && ret=0
--
1.6.0.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author