uninit: Unset annex.version. Closes: #689852

This commit is contained in:
Joey Hess 2012-10-07 16:04:03 -04:00
parent 0e0003f004
commit 34e7faf71a
3 changed files with 5 additions and 0 deletions

View file

@ -48,6 +48,7 @@ uninitialize :: Annex ()
uninitialize = do
gitPreCommitHookUnWrite
removeRepoUUID
removeVersion
{- Will automatically initialize if there is already a git-annex
branch from somewhere. Otherwise, require a manual init