From 2d61198457ff2031b2333c22704dd7495198a05a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 29 Jan 2009 18:06:37 +0000 Subject: Ingmar Vanhassel: 26472: complete "git add --intent-to-add". --- Completion/Unix/Command/_git | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index f8f0c3a63..fe239a23e 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 -- cgit 1.4.1