Hi, On Sun, 7 Oct 2007, Pekka Riikonen wrote: > Has there been any discussion or considerations adding a repository > specific config file that would be delivered to all cloned repositories > automatically? This would allow the publisher of the repository to set > up some default settings to all developers cloning the repository. Sure! Just check in the file "gitconfig" and tell the good users that they can append it to their config with "cat gitconfig >> .git/config". Or have a script "gitconfig.sh" containing calls to "git config" which the users can execute. But you should not _force_ people to have a certain config. It's their choice. Ciao, Dscho - 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