zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 00/16] Improvements to the Git completion functions
@ 2013-07-28 16:21 Øystein Walle
  2013-07-28 16:21 ` [PATCH 01/16] _git: fix a wrong variable in __git_config_values Øystein Walle
                   ` (16 more replies)
  0 siblings, 17 replies; 30+ messages in thread
From: Øystein Walle @ 2013-07-28 16:21 UTC (permalink / raw)
  To: zsh-workers; +Cc: m0viefreak.cm, Øystein Walle

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


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2013-07-30 20:45 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-28 16:21 [PATCH 00/16] Improvements to the Git completion functions Øystein Walle
2013-07-28 16:21 ` [PATCH 01/16] _git: fix a wrong variable in __git_config_values Øystein Walle
2013-07-28 16:21 ` [PATCH 02/16] _git: fix usage of ->int: for some entries in _git-config Øystein Walle
2013-07-28 16:22 ` [PATCH 03/16] _git: make git submodule <cmd> completion work Øystein Walle
2013-07-28 16:22 ` [PATCH 04/16] _git: correctly use __git_guard_number in some cases Øystein Walle
2013-07-28 16:22 ` [PATCH 05/16] _git: completion updates to match latest git v1.8.3 Øystein Walle
2013-07-28 16:22 ` [PATCH 06/16] _git: completion updates to match latest git v1.8.3 part 2 Øystein Walle
2013-07-28 16:22 ` [PATCH 07/16] _git: add new configuration options to match latest git v1.8.3 Øystein Walle
2013-07-28 16:22 ` [PATCH 08/16] _git: reword _git-config TODO Øystein Walle
2013-07-28 16:22 ` [PATCH 09/16] _git: support completing remote branches without <remote>/ prefix Øystein Walle
2013-07-28 16:22 ` [PATCH 10/16] _git: fix some typos Øystein Walle
2013-07-28 16:22 ` [PATCH 11/16] _git: remove TODOs of actually documented options Øystein Walle
2013-07-30 14:40   ` Nikolai Weibull
2013-07-30 18:01     ` Øystein Walle
2013-07-30 20:41       ` Nikolai Weibull
2013-07-28 16:22 ` [PATCH 12/16] _git: correct some "undocumented" options Øystein Walle
2013-07-30 14:39   ` Nikolai Weibull
2013-07-30 16:06     ` m0viefreak
2013-07-30 20:45       ` Nikolai Weibull
2013-07-28 16:22 ` [PATCH 13/16] _git: change completion text for consistency Øystein Walle
2013-07-28 16:22 ` [PATCH 14/16] _git: move --(no-)follow to be log-specific option Øystein Walle
2013-07-28 16:22 ` [PATCH 15/16] _git: git rm: make git rm --cached work as intended Øystein Walle
2013-07-30 14:37   ` Nikolai Weibull
2013-07-30 15:04     ` Aaron Schrab
2013-07-30 15:47       ` Nikolai Weibull
2013-07-28 16:22 ` [PATCH 16/16] _git: Document --early-output Øystein Walle
2013-07-30 14:35   ` Nikolai Weibull
2013-07-30 16:31     ` Øystein Walle
2013-07-30 20:42       ` Nikolai Weibull
2013-07-28 17:25 ` [PATCH 00/16] Improvements to the Git completion functions Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).