Hi all, I incorporated the feedback I got into a new patch for GIT_ONE_FILESYSTEM. It uses git_env_bool, doesn't do getenv calls within the loop, and reports better error messages. git_env_bool was marked static in config.c, so I had to remove that to make it available in setup.c. Lars R. Damerow (2): config.c: remove static keyword from git_env_bool() Add support for GIT_ONE_FILESYSTEM Documentation/git.txt | 3 +++ cache.h | 1 + config.c | 2 +- setup.c | 17 ++++++++++++++++- 4 files changed, 21 insertions(+), 2 deletions(-) -- 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