Re: [PATCH v4 0/5] allow more sources for config values

2013-07-01 Thread Junio C Hamano
Heiko Voigt hvo...@hvoigt.net writes:

 This is only for review. I will resubmit this once 1.8.3 is out.

Ping?

No need to hurry, but just to make sure this didn't disappear from
everybody's radar.

Thanks.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v4 0/5] allow more sources for config values

2013-05-11 Thread Heiko Voigt
Hi,

all the comments to the last iteration[1] incorporated.

You can also find this on my github[2]. This is only for review. I will
resubmit this once 1.8.3 is out.

Cheers Heiko

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

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   |  31 ++-
 cache.h|   6 +-
 config.c   | 217 ++---
 t/t1307-config-blob.sh |  70 
 4 files changed, 271 insertions(+), 53 deletions(-)
 create mode 100755 t/t1307-config-blob.sh

-- 
1.8.3.rc1.53.g0126843

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html