update sans-git-init.sh to include sgid bit

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-08-16 17:26:41 +02:00
parent 5e9ba69881
commit f2ba643ecd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ powner="$1"; shift
export GIT_DIR="${basedir}/${repo}"
git init
git init --shared=group --bare
# allow display via gitweb
touch "${GIT_DIR}/git-daemon-export-ok"