* [PATCH v3 0/5] allow more sources for config values
@ 2013-05-09 16:16 Heiko Voigt
2013-05-09 21:00 ` Junio C Hamano
2013-05-09 22:41 ` Jeff King
0 siblings, 2 replies; 3+ messages in thread
From: Heiko Voigt @ 2013-05-09 16:16 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Jens Lehmann, Jeff King, Ramsay Jones
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 0/5] allow more sources for config values
2013-05-09 16:16 [PATCH v3 0/5] allow more sources for config values Heiko Voigt
@ 2013-05-09 21:00 ` Junio C Hamano
2013-05-09 22:41 ` Jeff King
1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2013-05-09 21:00 UTC (permalink / raw)
To: Heiko Voigt; +Cc: git, Jens Lehmann, Jeff King, Ramsay Jones
Heiko Voigt <hvoigt@hvoigt.net> writes:
> I fixed all the issues I know of so this should be ready for master.
Thanks for working on thsi, but that is 'master after 1.8.3' at this
point in the release cycle.
I am declaring patch bankruptcy and will not be picking up new
patches that are not regression fixes meant for 1.8.3 or subsystem
updates to my tree. I am mildly upset that nobody (including
myself) caught the show-stopper regression to cherry-pick, even
though it has been on 'master' for more than 20 days.
Please do continue discussing this and other patches on the list,
and please do plan to re-submit after dust settles post 1.8.3
release.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3 0/5] allow more sources for config values
2013-05-09 16:16 [PATCH v3 0/5] allow more sources for config values Heiko Voigt
2013-05-09 21:00 ` Junio C Hamano
@ 2013-05-09 22:41 ` Jeff King
1 sibling, 0 replies; 3+ messages in thread
From: Jeff King @ 2013-05-09 22:41 UTC (permalink / raw)
To: Heiko Voigt; +Cc: Junio C Hamano, git, Jens Lehmann, Ramsay Jones
On Thu, May 09, 2013 at 06:16:36PM +0200, Heiko Voigt wrote:
> 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
Thanks, I think it looks good except for a few minor things I mentioned.
-Peff
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-09 22:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 16:16 [PATCH v3 0/5] allow more sources for config values Heiko Voigt
2013-05-09 21:00 ` Junio C Hamano
2013-05-09 22:41 ` Jeff King
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).