Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 00/16] Improvements to the Git completion functions



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