diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 16:40:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 16:40:55 -0400 |
commit | b5b78f26ecabdb74c05f8200de5f9d054da5cbae (patch) | |
tree | c7a914c0799a1606774a4653456b9033174e4d35 /debian/changelog | |
parent | b88637fff10d4d845404882e4ec95cfc071dcac0 (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3d96934a5..4405ee2a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |