uninit: Check and abort if there are symlinks to annexed content that are not checked into git.

This commit is contained in:
Joey Hess 2012-10-22 11:54:50 -04:00
parent 12efabf070
commit b05981d973
3 changed files with 18 additions and 8 deletions

View file

@ -12,3 +12,4 @@ I know there are two conflicting issues here:
Maybe uninit could check to see if all symlinks currently in the repo pointing to something under .git/annex/objects are committed. If not, commit them then uninit, or just de-annex them.
> Added a check for this, [[done]] --[[Joey]]