X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/1d8970fdb8d4adbfd5cdecc5d15da9db61efb39d..e15ded9bbd12705f7cb81e4ddb9c5f81fdb03b16:/vcsh diff --git a/vcsh b/vcsh index 159feda..15ea098 100755 --- a/vcsh +++ b/vcsh @@ -246,6 +246,11 @@ push() { hook post-push } +retire() { + unset GIT_WORK_TREE + unset VCSH_DIRECTORY +} + rename() { git_dir_exists [ -d "$GIT_DIR_NEW" ] && fatal "'$GIT_DIR_NEW' exists" 54