zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH v2 00/14] Improvements to the Git completion functions
@ 2013-09-22 10:48 Øystein Walle
  2013-09-22 10:48 ` [PATCH v2 01/14] _git: fix a wrong variable in __git_config_values Øystein Walle
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Øystein Walle @ 2013-09-22 10:48 UTC (permalink / raw)
  To: zsh-workers; +Cc: Øystein Walle

Hi,

Upon request from ft at #zsh here's resend of the patch series I sent in some
times ago. In the mean time Luka Perkov as sent in some changes and I've
checked that we're not stepping on eachother's toes.

Changes:

 - I skipped the commit that documented --early-output. It's not documented
   in the Git docs either as far as I can tell isn't really meant for
   interactive use.
 - I've left out a lot of the "controversal" TODO removals: There are still
   some TODOs that are removed; I've checked and these are actually
   documented in the Git docs, or are in fact not even supported by Git.
   Commit messages have been reworded as needed.
 - A commit that fixed one of our own mistakes has been squashed into the
   offending commit (Move --(no-)follow to log-specific options)

I hope to send in another patch series adding new stuff from v1.8.4 soon.

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 (5):
  _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 in description texts
  _git: remove TODOs of actually documented options
  _git: change completion text for consistency

 Completion/Unix/Command/_git | 571 ++++++++++++++++++++++++++++++++-----------
 1 file changed, 430 insertions(+), 141 deletions(-)

-- 
1.8.2.2


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

end of thread, other threads:[~2013-09-22 12:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-22 10:48 [PATCH v2 00/14] Improvements to the Git completion functions Øystein Walle
2013-09-22 10:48 ` [PATCH v2 01/14] _git: fix a wrong variable in __git_config_values Øystein Walle
2013-09-22 10:48 ` [PATCH v2 02/14] _git: fix usage of ->int: for some entries in _git-config Øystein Walle
2013-09-22 10:48 ` [PATCH v2 03/14] _git: make git submodule <cmd> completion work Øystein Walle
2013-09-22 10:48 ` [PATCH v2 04/14] _git: correctly use __git_guard_number in some cases Øystein Walle
2013-09-22 10:48 ` [PATCH v2 05/14] _git: completion updates to match latest git v1.8.3 Øystein Walle
2013-09-22 10:48 ` [PATCH v2 06/14] _git: completion updates to match latest git v1.8.3 part 2 Øystein Walle
2013-09-22 10:48 ` [PATCH v2 07/14] _git: add new configuration options to match latest git v1.8.3 Øystein Walle
2013-09-22 10:48 ` [PATCH v2 08/14] _git: reword _git-config TODO Øystein Walle
2013-09-22 10:48 ` [PATCH v2 09/14] _git: support completing remote branches without <remote>/ prefix Øystein Walle
2013-09-22 10:48 ` [PATCH v2 10/14] _git: fix some typos in description texts Øystein Walle
2013-09-22 10:48 ` [PATCH v2 11/14] _git: remove TODOs of actually documented options Øystein Walle
2013-09-22 10:48 ` [PATCH v2 12/14] _git: correct some "undocumented" options Øystein Walle
2013-09-22 10:48 ` [PATCH v2 13/14] _git: change completion text for consistency Øystein Walle
2013-09-22 10:48 ` [PATCH v2 14/14] _git: git rm: make git rm --cached work as intended Øystein Walle
2013-09-22 12:09 ` [PATCH v2 00/14] Improvements to the Git completion functions Frank Terbeck
2013-09-22 12:31   ` Frank Terbeck

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).