Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/5] Git coompletion updates and fixes
- X-seq: zsh-workers 33174
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/5] Git coompletion updates and fixes
- Date: Tue, 16 Sep 2014 10:28:05 +0200
- Cc: Øystein Walle <oystwa@xxxxxxxxx>
- 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=ON8ULoa231K6cqjqt/EsXzLfJjikrhC9r6REr3pp9bA=; b=v+Mj2N4XOpEBWcnLL/MLqk8NRVWHuc7VSS977O9jrBr6AB6CWCHY4QOZ1M1EY8pn40 1Pk3L+z57dB8qoFYNifLO2ypvDlsqg/NhzDfM734RySEHt5i/RI9efwPmJyeEI5zG2q5 jt11xAbwgbIYgmXRbhn2nqGwB8yCB8KkFwPdj0fty2YBvFyeqwFPDRAl6l7Z4Bn+Eclx cSYiPGnFKAlQqIR5riUsLVk8NPf7nFEzys4jzFOeGXw7BPToy+3Q/dAnLlSZyxDdwFiZ tFnxGWLN7Jiga71skuxv6KsQKc4/phH/snV2ynuxsIzzoBk+yJzuzPziVt4hDPdluWn+ TUfg==
- 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
It's been a while since 1.9.0. Here are updates that brings _git up to date
with 2.1.0. There are two different commits because I actually created them as
the versions were released and have no good excuse for why I haven't sent them
in before now... Squash as you please.
Seasoned with some other tune-ups.
Øystein Walle (5):
_git: updates for Git 2.0.0
_git: Add missing --list to git-tag
_git: updates for Git 2.1.0
_git: fix typo in git-apply
_git: add missing --3way option
Completion/Unix/Command/_git | 58 ++++++++++++++++++++++++++++++++++++--------
1 file changed, 48 insertions(+), 10 deletions(-)
--
2.1.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author