From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13550 invoked by alias); 22 Sep 2013 10:49:31 -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: 31752 Received: (qmail 25769 invoked from network); 22 Sep 2013 10:49:01 -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.215.53 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:in-reply-to:references :in-reply-to:references; bh=cKasQyWv05AGuTBjlq5QoJche90bIyuVD759zivWxUI=; b=P66ZsUn2PNeW+HapGq+kk6C1wjLZ1Kej35QcF6avuJr9eDlOr9IHUHBT481YpRrlQR xb4efJSSuhHltgLd3vw9EQpSmm6B6ZyFaf/ixkOSmRBBoNnrEb4Aaw47wFebXQ67vYvR ehsNlB76kvzx8w9Hvl08JwI1Q5AKFcKIG42nuyS+oy6WWV3gx4bDXuK6UFGWRFMPTXrI Hax2DvYd+o3nEnIDdO9es0YnH5dwn3OhWO2GCWizmfaPjdlyTT38PgyxEm/n7qLEFfL+ FKDYzVI3+c5mvcmq38sI18XYcW6X4ymKDHaHXkCSmkgy9EusrzG0zukQ47UE4PaB0KCU ecZQ== X-Received: by 10.152.115.176 with SMTP id jp16mr14940202lab.17.1379846936095; Sun, 22 Sep 2013 03:48:56 -0700 (PDT) From: =?UTF-8?q?=C3=98ystein=20Walle?= To: zsh-workers@zsh.org Cc: =?UTF-8?q?=C3=98ystein=20Walle?= Subject: [PATCH v2 13/14] _git: change completion text for consistency Date: Sun, 22 Sep 2013 12:48:27 +0200 Message-Id: <4b2c64661c7fdedcd2e2150b428372f005bb3c45.1379846744.git.oystwa@gmail.com> 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 d465dfa..2dc9ed2 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1934,7 +1934,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