1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-15 13:34:18 +01:00

23965: add missing bracket in completion for git svnimport.

This commit is contained in:
Clint Adams 2007-10-15 19:46:40 +00:00
parent 857d147b5b
commit 25e841cdbb
2 changed files with 4 additions and 1 deletions

@ -1,5 +1,8 @@
2007-10-15 Clint Adams <clint@zsh.org>
* 23965: Completion/Unix/Command/_git: add missing bracket in
completion for git svnimport.
* 23964: Src/Modules/curses.c: call endwin() in curses module cleanup.
* 23962: Doc/Zsh/mod_curses.yo, Src/Modules/curses.c: store windows

@ -2072,7 +2072,7 @@ _git-svnimport () {
'-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' \
'-r[prepend "rX: " to commit messages, where X is the subversion revision]' \
'-s[specify the change number to start importing from:start-revision' \
'-s[specify the change number to start importing from]:start-revision' \
'-T[specify the name of the SVN tags directory]:directory:_directories' \
'-t[specify the name of the SVN trunk]:trunk:_directories' \
'-I[import svn:ignore directory property to files with given name]:ignored file:_files' \