From: Richard Hartmann Date: Thu, 13 Feb 2014 22:40:28 +0000 (+0100) Subject: Merge branch 'feature/chown' X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/6698428bc0f3354f1ce5ae34d4da884adda50729?hp=a5872a1580e7d3c9d2104d45fc74d8c1ab001f1e Merge branch 'feature/chown' --- 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 }