All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] completion: trivial cleanups and fixes
@ 2012-04-15 19:44 Felipe Contreras
  2012-04-15 19:44 ` [PATCH v4 1/5] completion: simplify __gitcomp_1 Felipe Contreras
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Felipe Contreras @ 2012-04-15 19:44 UTC (permalink / raw)
  To: git
  Cc: Jonathan Nieder, SZEDER Gábor, Junio C Hamano, Thomas Rast,
	Jeff King, Felipe Contreras

Hi,

Just a few simpliciations, improvements, and add some missing options.

This series depends on the bash completion tests patch.

Since v3:

 * Fix potential issues with __gitcomp_1 and simplify even more

Since v2:

 * Add 'git --option <TAB>' fix
 * Improve --exec-path patch

Felipe Contreras (3):
  completion: simplify __gitcomp_1
  completion: simplify by using $prev
  completion: add missing general options

Jonathan Nieder (1):
  completion: avoid trailing space for --exec-path

SZEDER Gábor (1):
  completion: fix completion after 'git --option <TAB>'

 contrib/completion/git-completion.bash |   22 ++++++++++--------
 t/t9902-completion.sh                  |   38 ++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 9 deletions(-)

-- 
1.7.10.1.g1f19b8.dirty

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

end of thread, other threads:[~2012-04-15 21:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-15 19:44 [PATCH v4 0/5] completion: trivial cleanups and fixes Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 1/5] completion: simplify __gitcomp_1 Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 2/5] completion: simplify by using $prev Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 3/5] completion: add missing general options Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 4/5] completion: avoid trailing space for --exec-path Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 5/5] completion: fix completion after 'git --option <TAB>' Felipe Contreras
2012-04-15 21:45 ` [PATCH v4 0/5] completion: trivial cleanups and fixes Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.