From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10233 invoked by alias); 22 Sep 2013 10:49:02 -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: 31742 Received: (qmail 11979 invoked from network); 22 Sep 2013 10:48:46 -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.180 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:mime-version:content-type :content-transfer-encoding; bh=DazvCHlRAyIht0rkVtxkRlIMzHxeJW4DPooljqJYs6E=; b=qwPxa4omKe7v+5uTNVEY16yErcGEDiZKEs5SR/CLUKpIULjfZx5s5/jLTNlh6JvLbo QGtX3z9msF7AWVqJR900ytKqUtv53Auz77yQfN21ZxBbBYaejm1cM7dZpscEOleIf1Gg wBoOP9oUqOe6SwdsGnlz9VNEo5Gax3QeW08NRp3jDXCPDJn6I8wc72A9Wm711J7g7fMl RR98hj/ybn5wXgvoj64Jksc7XnxjxWe7LscXVVVyh3Mz1L0ap8wUXjM4iAy4SCkCUJnB 9pk/PLbevGnTFVsRjjScsBamt/B31uQ+u3s9oKYNQYCmyVSJ/G7PaOsfslwkVF99TRdJ wjig== X-Received: by 10.112.0.242 with SMTP id 18mr14609305lbh.18.1379846918684; Sun, 22 Sep 2013 03:48:38 -0700 (PDT) From: =?UTF-8?q?=C3=98ystein=20Walle?= To: zsh-workers@zsh.org Cc: =?UTF-8?q?=C3=98ystein=20Walle?= Subject: [PATCH v2 00/14] Improvements to the Git completion functions Date: Sun, 22 Sep 2013 12:48:14 +0200 Message-Id: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, Upon request from ft at #zsh here's resend of the patch series I sent in some times ago. In the mean time Luka Perkov as sent in some changes and I've checked that we're not stepping on eachother's toes. Changes: - I skipped the commit that documented --early-output. It's not documented in the Git docs either as far as I can tell isn't really meant for interactive use. - I've left out a lot of the "controversal" TODO removals: There are still some TODOs that are removed; I've checked and these are actually documented in the Git docs, or are in fact not even supported by Git. Commit messages have been reworded as needed. - A commit that fixed one of our own mistakes has been squashed into the offending commit (Move --(no-)follow to log-specific options) I hope to send in another patch series adding new stuff from v1.8.4 soon. Regards, Øsse m0viefreak (9): _git: fix a wrong variable in __git_config_values _git: fix usage of ->int: for some entries in _git-config _git: make git submodule completion work _git: correctly use __git_guard_number in some cases _git: completion updates to match latest git v1.8.3 _git: reword _git-config TODO _git: support completing remote branches without / prefix _git: correct some "undocumented" options _git: git rm: make git rm --cached work as intended Øystein Walle (5): _git: completion updates to match latest git v1.8.3 part 2 _git: add new configuration options to match latest git v1.8.3 _git: fix some typos in description texts _git: remove TODOs of actually documented options _git: change completion text for consistency Completion/Unix/Command/_git | 571 ++++++++++++++++++++++++++++++++----------- 1 file changed, 430 insertions(+), 141 deletions(-) -- 1.8.2.2