From 10ad489ff08eb897b05cf0ff5f0458b19a32c1aa Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 21 Aug 2007 17:48:21 +0000 Subject: 23785: add missing backslash in _arguments list in git-send-email. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 93341ad31..17af921b5 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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 } -- cgit 1.4.1