diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2007-10-01 19:46:54 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2007-10-01 19:46:54 +0000 |
| commit | 5383efac8c558daa538e5a14f2f16870471e8703 (patch) | |
| tree | 15e65bac3eea36cf78add16942d91b1aeb4a92ec /Completion/Unix/Command | |
| parent | Nikolai Weibull: 23888: complete branch names and cached files after git log. (diff) | |
| download | zsh-5383efac8c558daa538e5a14f2f16870471e8703.tar zsh-5383efac8c558daa538e5a14f2f16870471e8703.tar.gz zsh-5383efac8c558daa538e5a14f2f16870471e8703.tar.bz2 zsh-5383efac8c558daa538e5a14f2f16870471e8703.tar.lz zsh-5383efac8c558daa538e5a14f2f16870471e8703.tar.xz zsh-5383efac8c558daa538e5a14f2f16870471e8703.tar.zst zsh-5383efac8c558daa538e5a14f2f16870471e8703.zip | |
Nikolai Weibull: 23889: fix -o completion in git cvsimport.
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 25d446869..3771da1a4 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2001,7 +2001,7 @@ _git-cvsimport () { '-k[remove keywords from source files in the CVS archive]' \ '-m[attempt to detect merges based on the commit message]' \ '-M[attempt to detect merges based on the commit message with custom pattern]:pattern' \ - '-o[specify the branch into which you wish to import]:branch:__git_branches' \ + '-o[specify the branch into which you wish to import]:branch:__git_branch_names' \ '-P[read cvsps output file]:file:_files' \ '-p[specify additionaly options for cvsps]:cvsps-options' \ '-s[substitute the "/" character in branch names with given substitution]:substitute' \ |
