From: Heiko Voigt <hvoigt@hvoigt.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Jens Lehmann <jens.lehmann@web.de>,
Jeff King <peff@peff.net>,
Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Subject: [PATCH v3 0/5] allow more sources for config values
Date: Thu, 9 May 2013 18:16:36 +0200 [thread overview]
Message-ID: <20130509161636.GB3526@book-mint> (raw)
Hi,
I fixed all the issues I know of so this should be ready for master.
This is an update with the comments of the second iteration[1] incorporated.
[1] http://thread.gmane.org/gmane.comp.version-control.git/217811
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
builtin/config.c | 39 +++++++--
cache.h | 6 +-
config.c | 216 ++++++++++++++++++++++++++++++++++++++-----------
t/t1307-config-blob.sh | 75 +++++++++++++++++
4 files changed, 281 insertions(+), 55 deletions(-)
create mode 100755 t/t1307-config-blob.sh
--
1.8.3.rc1.40.gba374ae
next reply other threads:[~2013-05-09 16:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-09 16:16 Heiko Voigt [this message]
2013-05-09 21:00 ` [PATCH v3 0/5] allow more sources for config values Junio C Hamano
2013-05-09 22:41 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130509161636.GB3526@book-mint \
--to=hvoigt@hvoigt.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jens.lehmann@web.de \
--cc=peff@peff.net \
--cc=ramsay@ramsay1.demon.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox