X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/fd543ac73a61bdc1780b27d22c74a550169698a1..11138029488343b403050de89df6b6d396258a30:/vcsh diff --git a/vcsh b/vcsh index b962c2a..0822c9a 100755 --- a/vcsh +++ b/vcsh @@ -212,12 +212,14 @@ hook() { } init() { + hook pre-init [ ! -e "$GIT_DIR" ] || fatal "'$GIT_DIR' exists" 10 export GIT_WORK_TREE="$VCSH_BASE" mkdir -p "$GIT_WORK_TREE" || fatal "could not create '$GIT_WORK_TREE'" 50 cd "$GIT_WORK_TREE" || fatal "could not enter '$GIT_WORK_TREE'" 11 git init upgrade + hook post-init } list() {