mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-06 09:41:07 +01:00
33150: completion git: fix send-email --confirm values
This commit is contained in:
parent
d5f574e20a
commit
089123f9e8
2 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,9 @@
|
|||
* 33145: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
|
||||
vcs_info git: fix applied-string name
|
||||
|
||||
* 33150: Completion/Unix/Command/_git: completion git: fix
|
||||
send-email --confirm values
|
||||
|
||||
2014-09-12 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.
|
||||
|
|
|
|||
|
|
@ -3683,7 +3683,7 @@ _git-send-email () {
|
|||
'(--suppress-from )--no-suppress-from[add the From: address to the Cc: list]' \
|
||||
'( --no-thread)--thread[set In-Reply-To: and References: headers]' \
|
||||
'(--thread )--no-thread[do not set In-Reply-To: and References: headers]' \
|
||||
'--confirm[specify type of confirmation required before sending]: :__git_sendemail_confirm' \
|
||||
'--confirm[specify type of confirmation required before sending]: :__git_sendemail_confirm_values' \
|
||||
'--dry-run[do everything except actually sending the emails]' \
|
||||
'( --no-format-patch)--format-patch[interpret ambiguous arguments as format-patch arguments]' \
|
||||
'(--format-patch )--no-format-patch[interpret ambiguous arguments file-name arguments]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue