Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/6] Completion updates for Git 1.8.4.1
- X-seq: zsh-workers 31860
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/6] Completion updates for Git 1.8.4.1
- Date: Sun, 20 Oct 2013 19:43:28 +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=ajPzcubaeEoeh0CmY8FN9jcpb78VvcHPTynZL5lEASQ=; b=C64ldZRszWYNhaAk9KgT/6fOIOVfQwwyHVv5ZQ73ThPciHibJY1Fjf8RJ4RoNXnFL9 la4pSkW6xXneqiv7HU1DFeSFtTplJmTCdR0jMvczTkiDYvEc0pEKiYvvAsbH5eMoaZ/A Uj4dQ7SqxecJnLZuLsiPI+jSilT6EJgEs2EoZiNXKmOpGz1Kxnciy+sREKGU+4vjt7/S kndlisAsxybiGK94xRfrEVurbdhbuRcjPAVOTaTp3FCzVCykVcSYOfmFEDhTvULk+Bzv cvy4qMlOu4rnr932GFLpgTdFKvq7bYJF2ignKP3cunwQMzZ0pa3rOj0GTytcM1/pb/fY OBmw==
- 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 patches bring the Git completion functions up to date with respect to
version 1.8.4.1 of Git. I've tried to make each commit a reasonable set of
changes but feel free to squash if you so desire.
Regards,
Øsse
Øystein Walle (6):
_git: Add git-clean -i/--interactive support
_git: Add new arguments introduced in Git v1.8.4
_git: Add status.short and status.branch
_git: Reword --heads to match new meaning
_git: Add two sub-comamnds introduced in v1.8.4
_git: Make --batch(-check) accept an argument
Completion/Unix/Command/_git | 42 ++++++++++++++++++++++++++++++++++++------
1 file changed, 36 insertions(+), 6 deletions(-)
--
1.8.4.1.516.g1d25dd4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author