git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v5 0/5] allow more sources for config values
@ 2013-07-11 22:36 Heiko Voigt
  2013-07-11 22:40 ` [PATCH v5 1/5] config: factor out config file stack management Heiko Voigt
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Heiko Voigt @ 2013-07-11 22:36 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Jeff King, Jens Lehmann, Ramsay Jones

Hi,

I finally got around rerolling this series.

The fourth iteration can be found here[1]. You can also find these patches as a
branch on my github[2].

There is not many changes since the last iteration. I have added some
documentation for the --blob option and now there is no rename of the
do_config_from() function anymore.

Cheers Heiko

[1] http://article.gmane.org/gmane.comp.version-control.git/223964
[2] https://github.com/hvoigt/git/commits/hv/strbuf_config_parsing-series5


Heiko Voigt (5):
  config: factor out config file stack management
  config: drop cf validity check in get_next_char()
  config: make parsing stack struct independent from actual data source
  teach config --blob option to parse config from database
  do not die when error in config parsing of buf occurs

 Documentation/git-config.txt |   7 ++
 builtin/config.c             |  31 ++++++-
 cache.h                      |   6 +-
 config.c                     | 217 +++++++++++++++++++++++++++++++++----------
 t/t1307-config-blob.sh       |  70 ++++++++++++++
 5 files changed, 278 insertions(+), 53 deletions(-)
 create mode 100755 t/t1307-config-blob.sh

-- 
1.8.3.2.773.gcfaae5b

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

end of thread, other threads:[~2013-07-12 10:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11 22:36 [PATCH v5 0/5] allow more sources for config values Heiko Voigt
2013-07-11 22:40 ` [PATCH v5 1/5] config: factor out config file stack management Heiko Voigt
2013-07-11 22:43 ` [PATCH v5 2/5] config: drop cf validity check in get_next_char() Heiko Voigt
2013-07-11 22:44 ` [PATCH v5 3/5] config: make parsing stack struct independent from actual data source Heiko Voigt
2013-07-11 22:46 ` [PATCH v5 4/5] teach config --blob option to parse config from database Heiko Voigt
2013-07-11 22:48 ` [PATCH v5 5/5] do not die when error in config parsing of buf occurs Heiko Voigt
2013-07-11 23:26 ` [PATCH v5 0/5] allow more sources for config values Junio C Hamano
2013-07-12 10:10   ` Jeff King

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