From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7199 invoked by alias); 28 Jul 2013 16:23:33 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31606 Received: (qmail 17544 invoked from network); 28 Jul 2013 16:23:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.176 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references; bh=ejUlaBxQsEnJv0ajTDr0V5PqOlrlQPTLPKWIiBPYX4I=; b=abQcCocq3FQfa/K9+7VGHdXMwUSFUrQnOxN9vhrW0Ymii7xc8UFIbRQMMLHZEWqIGk KArSzAzqM+PF8HuV4x9Y8MGFXgnT4yQlH57Whz3TtvMSA0l9Q4o+TQ6AQACznopjRY4j N9/7dR0l4TF8H+aJ6RNVjr5mbvtkuzNu6G+ufbAEt/bIUx2fFhljsC24p7UDHS613QBw GbC1FGv+flFgnNwn4qRxBuCSaWSQr6skeFCNQmo/u1IsTHx5NdYjKkJCzJ5X9lQMpJwN pyREsG/MVpuJ400EpCAoWaWsxNAXdoqPvLuuvE/LqQyAe/rBY3JcpMW4osKT6laLW9P5 keaQ== X-Received: by 10.152.19.194 with SMTP id h2mr25222104lae.26.1375028587583; Sun, 28 Jul 2013 09:23:07 -0700 (PDT) From: =?UTF-8?q?=C3=98ystein=20Walle?= To: zsh-workers@zsh.org Cc: m0viefreak.cm@googlemail.com, =?UTF-8?q?=C3=98ystein=20Walle?= Subject: [PATCH 13/16] _git: change completion text for consistency Date: Sun, 28 Jul 2013 18:22:10 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.2 In-Reply-To: References: In-Reply-To: References: --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index b30d088..55054b0 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1932,7 +1932,7 @@ _git-config () { 'difftool.*.cmd:command to invoke for the diff tool::_path_commands' 'difftool.*.path:path to use for the diff tool:absolute diff tool path:_files -g "*(*)"' difftool.prompt:'prompt before each invocation of the diff tool::->bool:true' - diff.wordRegex:'regex used to determine what a word is when performing word-by-word diff:regex:->string' + diff.wordRegex:'regex used to determine what a word is when performing word-by-word diff:regular expression:->string' diff.guitool:'diff tool with gui to use::__git_difftools' fetch.unpackLimit:'maximum number of objects to unpack when fetching:unpack limit:->int' fetch.recurseSubmodules:'recurse into submodules (as needed) when fetching::->fetch.recurseSubmodules:on-demand' -- 1.8.2.2