mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
23785: add missing backslash in _arguments list in git-send-email.
This commit is contained in:
parent
489ba6da6e
commit
10ad489ff0
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
2007-08-21 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Matthieu Moy: 23785: Completion/Unix/Command/_git: add missing
|
||||
backslash in _arguments list.
|
||||
backslash in _arguments list in git-send-email.
|
||||
|
||||
2007-08-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
|
|
|
@ -1403,7 +1403,7 @@ _git-send-email () {
|
|||
'--in-reply-to[specify the contents of the first In-Reply-To header]' \
|
||||
'--smtp-server[specify the outgoing smtp server]:smtp server:_hosts' \
|
||||
'--subject[specify the initial subject of the email thread]' \
|
||||
'--to[specify the primary recipient of the emails]'
|
||||
'--to[specify the primary recipient of the emails]' \
|
||||
':file:_files' && ret=0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue