From 089123f9e892e435dc23f5958571be4c26d52d7b Mon Sep 17 00:00:00 2001 From: Marc Finet Date: Fri, 12 Sep 2014 23:30:43 +0200 Subject: 33150: completion git: fix send-email --confirm values --- ChangeLog | 3 +++ Completion/Unix/Command/_git | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ae89daf5..f2e65a89c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al. diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index d941aac0f..34a4e4f36 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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]' \ -- cgit 1.4.1