git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] completion: reorg and performance improvements
@ 2013-04-10  6:57 Felipe Contreras
  2013-04-10  6:57 ` [PATCH v3 1/7] completion: trivial test improvement Felipe Contreras
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Felipe Contreras @ 2013-04-10  6:57 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Jeff King, SZEDER Gábor, Jonathan Nieder,
	Felipe Contreras

Hi,

I sent these some time ago for comments, but I think they are ready. Basically
some reorganization in order to achieve some performance improvements, also,
fix a few bugs.

Felipe Contreras (7):
  completion: trivial test improvement
  completion: get rid of empty COMPREPLY assignments
  completion: add new __gitcompadd helper
  completion: add __gitcomp_nl tests
  completion: get rid of compgen
  completion: get rid of __gitcomp_1
  completion: small optimization

 contrib/completion/git-completion.bash | 71 +++++++++++++---------------------
 t/t9902-completion.sh                  | 65 ++++++++++++++++++++++++++++++-
 2 files changed, 90 insertions(+), 46 deletions(-)

-- 
1.8.2.1

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

end of thread, other threads:[~2013-04-12 18:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10  6:57 [PATCH v3 0/7] completion: reorg and performance improvements Felipe Contreras
2013-04-10  6:57 ` [PATCH v3 1/7] completion: trivial test improvement Felipe Contreras
2013-04-10  6:57 ` [PATCH v3 2/7] completion: get rid of empty COMPREPLY assignments Felipe Contreras
2013-04-10  9:47   ` Eric Sunshine
2013-04-10  6:57 ` [PATCH v3 3/7] completion: add new __gitcompadd helper Felipe Contreras
2013-04-12 17:55   ` Junio C Hamano
2013-04-12 18:47     ` Felipe Contreras
2013-04-12 18:51       ` Junio C Hamano
2013-04-10  6:57 ` [PATCH v3 4/7] completion: add __gitcomp_nl tests Felipe Contreras
2013-04-10  6:57 ` [PATCH v3 5/7] completion: get rid of compgen Felipe Contreras
2013-04-10 10:10   ` Eric Sunshine
2013-04-10 11:07     ` Felipe Contreras
2013-04-10 11:32       ` John Keeping
2013-04-12 18:06   ` Junio C Hamano
2013-04-10  6:57 ` [PATCH v3 6/7] completion: get rid of __gitcomp_1 Felipe Contreras
2013-04-10 10:13   ` Eric Sunshine
2013-04-10 11:35     ` John Keeping
2013-04-10 18:23       ` Eric Sunshine
2013-04-10  6:57 ` [PATCH v3 7/7] completion: small optimization Felipe Contreras
2013-04-12 18:54 ` [PATCH v3 0/7] completion: reorg and performance improvements Junio C Hamano

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