From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10062 invoked by alias); 17 Feb 2014 04:07:59 -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: 32399 Received: (qmail 18163 invoked from network); 17 Feb 2014 04:07:54 -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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=vhDRjMsvCzx81+bGhIi+/YOPBoG4xPIwYULI3JWwEiY=; b=N8O1X4icwOKdUH3Mzft7Yvc0/cMKBZ1maR0zqnjJPeOc62+n/OjQtk+s/nmdCMq0jA nwld/cGIyAOy169aM8vJ9C/DYPo5A5Wp8JODe6BDViRyoTXibZzpScQIfvKIHBUJmW/s YKrvSVmPDTNqqIuSJrjFpFf7Bk+SqDa3ps4SvndviZpJwdQUKailD/xZnJGeHSGHgbfG 5T6SxtnmF8/3jFkVZRAiWRu/b1KQvZc67ToFirzt9PpmEeCd7Pbc1mfGn33pWs+io0PO HjQbmZa1/LdFs1yFr8s34dy6DGp12mnaAt9bgapABe26o9RIEFx6SQkiUQQwfboPR/dX bmYw== X-Received: by 10.14.105.200 with SMTP id k48mr24587959eeg.44.1392609691953; Sun, 16 Feb 2014 20:01:31 -0800 (PST) From: m0viefreak To: zsh-workers@zsh.org Cc: m0viefreak Subject: [PATCH 0/4] _git: bugfixes, improvements and updates Date: Mon, 17 Feb 2014 05:00:35 +0100 Message-Id: <1392609639-2916-1-git-send-email-m0viefreak.cm@googlemail.com> X-Mailer: git-send-email 1.9.0 Here are a bunch of updates to the git completer. The last one is a squash of many smaller updates. m0viefreak (4): _git: fix __git_committish_range_{first,last} and __git_is_committish_range _git: diff: refactor and fix wrong completions _git: fix __git_submodules to only use the actual name of the submodule _git: completion updates up to latest git v1.9.0 Completion/Unix/Command/_git | 256 ++++++++++++++++++++++++++++++------------- 1 file changed, 182 insertions(+), 74 deletions(-) -- 1.9.0.1.g7244ca4