Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 00/16] Improvements to the Git completion functions
- X-seq: zsh-workers 31593
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 00/16] Improvements to the Git completion functions
- Date: Sun, 28 Jul 2013 18:21:57 +0200
- Cc: m0viefreak.cm@xxxxxxxxxxxxxx, Ø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:x-mailer:mime-version :content-type:content-transfer-encoding; bh=On8O39DwbmBNOW6nGQr8dMzYYH0qeXGLNhWvMJcDV/M=; b=APkH57FmXE+0KO2iqh/ZsDhoE6h1sdZz1L9RO9udL9+lCnYIVKujxMBjJe9GzdQS8J czwvyDib2zaLn8EHB+xBVrmF9rj6lqkYmDkRjrITbYUDOEczmOAau5LaQhUmOSF/Vfmr LaPhBOU+f5d0hkb/WIql3UUJ6oSGsB3jqaJiexP5/1P4ZzOAsV9K7cQzahrnUdkMfSh7 eUAEsIdm438PN3ttG5ixSkyxLJAOtzlgFE52GpxRW5hvocIfVjOZ8NEH9EMZEMS3Q1YA h0sPcM+IdpV4lPL6og1KCTQUhiH3TKrl2xJpj3Rh5dSNRoQQgtULaI/xVn3jkYEFqX/2 kJ2Q==
- 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
This is a series of patches for the Git completion. We added lot of new command
options. Some of the patches are over a month old and there has been several
minor Git releases since then but AFAIK no new options have been added.
There are some known issues: git-p4 is missing completely, and recently gitk
started accepting some options that git-log doesn't, and that requires some
minor refactoring. This series of patches doesn't address this.
Regards,
Øsse
----
m0viefreak (9):
_git: fix a wrong variable in __git_config_values
_git: fix usage of ->int: for some entries in _git-config
_git: make git submodule <cmd> completion work
_git: correctly use __git_guard_number in some cases
_git: completion updates to match latest git v1.8.3
_git: reword _git-config TODO
_git: support completing remote branches without <remote>/ prefix
_git: correct some "undocumented" options
_git: git rm: make git rm --cached work as intended
Øystein Walle (7):
_git: completion updates to match latest git v1.8.3 part 2
_git: add new configuration options to match latest git v1.8.3
_git: fix some typos
_git: remove TODOs of actually documented options
_git: change completion text for consistency
_git: move --(no-)follow to be log-specific option
_git: Document --early-output
Completion/Unix/Command/_git | 604 +++++++++++++++++++++++++++++++------------
1 file changed, 444 insertions(+), 160 deletions(-)
--
1.8.2.2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author