Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/7] Various fixes to Git completion
- X-seq: zsh-workers 31852
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/7] Various fixes to Git completion
- Date: Sun, 20 Oct 2013 19:40:58 +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=QyvYWyWJKqwY5BPQymPasw9OOnNTVv5t50JlV0RTS7w=; b=Q4yUpKT7Cjj4rDmLuS7CeHdQ4AYmbEBUNeUqm8vuSxzrzsVd3vKHBbXG7S/VDcm1iC yHpCkCQbg1Xq6RMehTTtHwnFonCmm5yn5EzFONM6wzWHJqsvaCtVNvaUACIyyn9nELh6 E9MyiFrST331X+OLPaMHda0TrlnfGgkLPFWooahJRurioUw2wgCMjIdHcYtWWA+J1T5O r6747gPI+i6RKdmibRrz6sF21gPejJ9RXvOKDrVO7qa/XZ3VIFD+9zPnkQcbCoesOFY1 fx6Pb+F4Sud1JIWNE8FocChdlRVobNOgYUjHBfNEapp/Ft/pQCoMy/+gbpwSDqLEAjX6 1FwQ==
- 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
These are a collection of improvements and fixes to the Git completion
functions.
Regards,
Øsse
m0viefreak (3):
_git: Remove unsupported -q option from diff options
_git: fix a few "undocumented" options
_git: revert: add '-e,--edit'
Øystein Walle (4):
_git: Add missing column.* config variables
_git: Make git-show accept diff arguments
_git: re-order the last two git-blame arguments
_git: fix wrong default value
Completion/Unix/Command/_git | 36 +++++++++++++++++++++++-------------
1 file changed, 23 insertions(+), 13 deletions(-)
--
1.8.4.1.516.g1d25dd4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author