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/NEWS | |
parent | 7a693394f4acd05d1dedbaffec0762007a954d9e (diff) |
docs for v3
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 16 |
1 files changed, 16 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. |