Skip to content
Snippets Groups Projects
Commit 6698428b authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Merge branch 'feature/chown'

parents a5872a15 e220a617
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ init() { ...@@ -224,7 +224,7 @@ init() {
[ ! -e "$GIT_DIR" ] || fatal "'$GIT_DIR' exists" 10 [ ! -e "$GIT_DIR" ] || fatal "'$GIT_DIR' exists" 10
mkdir -p "$VCSH_BASE" || fatal "could not create '$VCSH_BASE'" 50 mkdir -p "$VCSH_BASE" || fatal "could not create '$VCSH_BASE'" 50
cd "$VCSH_BASE" || fatal "could not enter '$VCSH_BASE'" 11 cd "$VCSH_BASE" || fatal "could not enter '$VCSH_BASE'" 11
git init git init --shared=0600
upgrade upgrade
hook post-init hook post-init
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment