Re: Setting per-repository configuration for git

2013-10-25 Thread Jakub Narebski
Jeff King peff.net> writes: > On Fri, Oct 25, 2013 at 09:12:35AM +0200, Jeremy Rosen wrote: > > > however I can't find a way to have the repository's configuration > > saved and transmited with the repository in a way similar to how > > .gitignore is transmitted... > > [...] > Two, the config i

Re: Setting per-repository configuration for git

2013-10-25 Thread Jeff King
On Fri, Oct 25, 2013 at 09:12:35AM +0200, Jeremy Rosen wrote: > however I can't find a way to have the repository's configuration > saved and transmited with the repository in a way similar to how > .gitignore is transmitted... > [...] > Knowing how mature git is I can only assume that this has a

Setting per-repository configuration for git

2013-10-25 Thread Jeremy Rosen
Hello everybody I am looking into the git configuration mechanism and there seem to be a "hole" in use cases I'm trying to figure out... git configurations can be saved at various places * /etc/gitconfig : system-wide configuration * ~/.gitconfig : user-wide configuration * .git/config : repos