X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/b9cd22b813c1e45ddf154df85c83aeeed44dd076..f0f341e9e4dd00f4a9ccf3bab2e7df82707d5c69:/vcsh?ds=sidebyside 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() {