Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/4] _git: bugfixes, improvements and updates
- X-seq: zsh-workers 32399
- From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/4] _git: bugfixes, improvements and updates
- Date: Mon, 17 Feb 2014 05:00:35 +0100
- Cc: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- 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==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author