Re: git clone -c core.sharedRepository=group not working as expected (git v1.8.4 linux/osx)

2013-09-25 Thread Jeff King
On Tue, Sep 24, 2013 at 12:06:43PM -0700, Jonathan Nieder wrote: Part of the underlying problem is that unlike 'git init', 'git clone' does not accept a --shared=(true|false|group|...) option. Worse, it does accept a --shared option, with a completely different meaning. No better option

git clone -c core.sharedRepository=group not working as expected (git v1.8.4 linux/osx)

2013-09-24 Thread Amit Bakshi
Hi, I'm trying to use this to create a shared repo (group r/w), but it's not working as expected. The help for git clone says Set a configuration variable in the newly-created repository; this takes effect immediately after the repository is initialized, but before the remote history is fetched

Re: git clone -c core.sharedRepository=group not working as expected (git v1.8.4 linux/osx)

2013-09-24 Thread Jonathan Nieder
(cc-ing Jeff King, git clone -c inventor) Hi, Amit Bakshi wrote: I'm trying to use this to create a shared repo (group r/w), but it's not working as expected. The help for git clone says Set a configuration variable in the newly-created repository; this takes effect immediately after the