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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html