git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH B v4 0/5] git config: reorganization
@ 2009-02-21  0:49 Felipe Contreras
  2009-02-21  0:49 ` [PATCH B v4 1/5] git config: reorganize to use parseopt Felipe Contreras
  2009-02-21  0:53 ` [PATCH B v4 0/5] git config: reorganization Felipe Contreras
  0 siblings, 2 replies; 13+ messages in thread
From: Felipe Contreras @ 2009-02-21  0:49 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Junio C Hamano, Felipe Contreras

This patch series is the first of a two parts reorganization for more
maintainability and user friendliness.

The main change is the switch to use parseopt which provides a nicer help usage
dialog. The rest of the changes take advantage of the initial reorganization to
do more strict option parsing.

Felipe Contreras (5):
  git config: reorganize to use parseopt
  git config: don't allow multiple config file locations
  git config: don't allow multiple variable types
  git config: don't allow extra arguments for -e or -l.
  git config: don't allow --get-color* and variable type

 builtin-config.c |  385 +++++++++++++++++++++++++++++++-----------------------
 1 files changed, 223 insertions(+), 162 deletions(-)

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

end of thread, other threads:[~2009-03-07  9:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21  0:49 [PATCH B v4 0/5] git config: reorganization Felipe Contreras
2009-02-21  0:49 ` [PATCH B v4 1/5] git config: reorganize to use parseopt Felipe Contreras
2009-02-21  0:49   ` [PATCH B v4 2/5] git config: don't allow multiple config file locations Felipe Contreras
2009-02-21  0:49     ` [PATCH B v4 3/5] git config: don't allow multiple variable types Felipe Contreras
2009-02-21  0:49       ` [PATCH B v4 4/5] git config: don't allow extra arguments for -e or -l Felipe Contreras
2009-02-21  0:49         ` [PATCH B v4 5/5] git config: don't allow --get-color* and variable type Felipe Contreras
2009-02-22 16:48           ` Junio C Hamano
2009-02-22 17:12             ` Felipe Contreras
2009-02-22 17:35               ` Junio C Hamano
2009-03-07  9:47                 ` Felipe Contreras
2009-02-22 16:48   ` [PATCH B v4 1/5] git config: reorganize to use parseopt Junio C Hamano
2009-02-22 17:19     ` Felipe Contreras
2009-02-21  0:53 ` [PATCH B v4 0/5] git config: reorganization Felipe Contreras

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