update sans-git-init.sh to include sgid bit
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5e9ba69881
commit
f2ba643ecd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue