- common.captureOutput(['git', 'init', '--bare'], cwd=repo_path)
+ common.captureOutput(['git', 'init', '--bare', '--shared=group'], cwd=repo_path)
+ common.captureOutput(['git', 'config', 'receive.denyNonFastForwards', 'false'], cwd=repo_path)
+ common.captureOutput(['chgrp', 'repo', '-R', '.'], cwd=repo_path)