Configuration should normally be on a per-repository or per-user basis. There are cases where it would be helpful to have a project share configuration across repositories and between developers. Normally this happens only via e-mail or IRC or by word-of-mouth. The solution implemented by these patches is to have a .gitconfig file in the toplevel of the repository. This is not a finished implementation, as I have no tests written. Instead, this is ``one way to do it.'' Nathan W. Panike (2): Add support for a shared config file Document toplevel .gitconfig file Documentation/config.txt | 11 ++++++++++ builtin/config.c | 9 +++++++- config.c | 49 +++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 67 insertions(+), 2 deletions(-) -- 1.7.3.2.347.gd33a62 -- 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