diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-21 20:21:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-21 20:21:33 -0400 |
commit | 818ae0c6da1d74e02d74e15b8832a58ca9514fef (patch) | |
tree | 2841bdeb8cf0481d577daba0bf590430d6fe65d8 /debian | |
parent | 7a693394f4acd05d1dedbaffec0762007a954d9e (diff) |
docs for v3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 16 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index a8b258bfe..4e085bb00 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,19 @@ +git-annex (0.20110622) unstable; urgency=low + + There has been another change to the git-annex data store. + Use `git annex upgrade` to migrate your repositories to the new + layout. + + The significant change this time is that the .git-annex/ directory + is gone; instead there is a git-annex branch that is automatically + maintained by git-annex, and encapsulates all its state nicely out + of your way. + + You should make sure you include the git-annex branch when + git pushing and pulling. + + -- Joey Hess <joeyh@debian.org> Tue, 21 Jun 2011 20:18:00 -0400 + git-annex (0.20110316) experimental; urgency=low This version reorganises the layout of git-annex's files in your repository. diff --git a/debian/changelog b/debian/changelog index 6439eb89f..360121cbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ git-annex (0.20110611) UNRELEASED; urgency=low + * New repository format, annex.version=3. Use `git annex upgrade` to migrate. + * rsync is now used when copying files from repos on other filesystems. cp is still used when copying file from repos on the same filesystem, since --reflink=auto can make it significantly faster on filesystems |