No members added to gitosis.conf
Created by: iamntz
Hi.
I just finished installing the whole things (mostly using this guide http://www.ryanwersal.com/blog/2011/10/18/installing-gitlab-on-ubuntu-server/ ) and everything is peachy except... no users are added to gitosis.conf.
Let's say i'm adding user foo@ to group bar. The gitosis.conf is update but only partially:
[group bar]
writable = bar
members =
If i'm editing the file the old way (using gitosis) and push it, is working flawless.
Am i doing something wrong?
Thanks!