fix up commands that are trouble on bare repos

Most will just abort. init does a basic init and gives a command to
run elsewhere to finish it.
This commit is contained in:
Joey Hess 2011-03-03 16:40:55 -04:00
parent b88637fff1
commit b5b78f26ec
8 changed files with 31 additions and 23 deletions

3
debian/changelog vendored
View file

@ -11,7 +11,8 @@ git-annex (0.22) UNRELEASED; urgency=low
* New backends: SHA512 SHA384 SHA256 SHA224
* fsck: Check for and repair location log damage.
* Git annexes can now be attached to bare git repositories. Due to popular
demand.
demand. Both the local and remote host must have this version of git-annex
installed for it to work.
-- Joey Hess <joeyh@debian.org> Sun, 13 Feb 2011 00:48:02 -0400