X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/a5872a1580e7d3c9d2104d45fc74d8c1ab001f1e..6698428bc0f3354f1ce5ae34d4da884adda50729:/vcsh?ds=sidebyside diff --git a/vcsh b/vcsh index 068c618..577d235 100755 --- a/vcsh +++ b/vcsh @@ -224,7 +224,7 @@ init() { [ ! -e "$GIT_DIR" ] || fatal "'$GIT_DIR' exists" 10 mkdir -p "$VCSH_BASE" || fatal "could not create '$VCSH_BASE'" 50 cd "$VCSH_BASE" || fatal "could not enter '$VCSH_BASE'" 11 - git init + git init --shared=0600 upgrade hook post-init }