From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Date: Thu, 22 Dec 2005 22:19:37 +0000 (+0100)
Subject: git-init-db: initialize shared repositories with --shared
X-Git-Tag: v1.1.0~26
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/af6e277c5eddbcf82582b4bbd3e50b36aa61a20a?ds=inline;hp=af6e277c5eddbcf82582b4bbd3e50b36aa61a20a

git-init-db: initialize shared repositories with --shared

Now you can say

git-init-db --shared

if you want other users to be able to push into that repository.

[jc: info/ and objects/info/ need to be group writable if the
repository is shared --- otherwise packs and refs files cannot
be updated.]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
---