git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Dynamic long options for bash completion
@ 2012-04-11 10:29 Stephen Boyd
  2012-04-11 10:29 ` [PATCH 1/2] parse-options: Add support for dumping out long options Stephen Boyd
  2012-04-11 10:29 ` [PATCH 2/2] completion: Use parse-options raw output for simple " Stephen Boyd
  0 siblings, 2 replies; 14+ messages in thread
From: Stephen Boyd @ 2012-04-11 10:29 UTC (permalink / raw)
  To: git; +Cc: spearce, szeder, felipe.contreras, jrnieder

I've been meaning to do this for a while. I realize we gain some more
lines but it seems better to just generate these lists automatically
instead of managing them by hand.

Stephen Boyd (2):
  parse-options: Add support for dumping out long options
  completion: Use parse-options raw output for simple long options

 contrib/completion/git-completion.bash |  298 +++++++++++++++++++-------------
 parse-options.c                        |   41 +++++
 2 files changed, 217 insertions(+), 122 deletions(-)

-- 
1.7.10.128.g7945c.dirty

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

end of thread, other threads:[~2012-04-17 10:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 10:29 [PATCH 0/2] Dynamic long options for bash completion Stephen Boyd
2012-04-11 10:29 ` [PATCH 1/2] parse-options: Add support for dumping out long options Stephen Boyd
2012-04-11 10:51   ` Felipe Contreras
2012-04-12  7:42     ` Stephen Boyd
2012-04-11 12:59   ` Jonathan Nieder
2012-04-12  7:02     ` Stephen Boyd
2012-04-11 14:06   ` SZEDER Gábor
2012-04-12  7:12     ` Stephen Boyd
2012-04-15 12:49       ` SZEDER Gábor
2012-04-15 19:23         ` Junio C Hamano
2012-04-11 10:29 ` [PATCH 2/2] completion: Use parse-options raw output for simple " Stephen Boyd
2012-04-11 13:09   ` Jonathan Nieder
2012-04-11 13:56   ` SZEDER Gábor
2012-04-17 10:44   ` SZEDER Gábor

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

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).