formatting

This commit is contained in:
Joey Hess 2011-07-02 15:11:20 -04:00
parent 791dfaac65
commit 17a2b13e64
2 changed files with 14 additions and 13 deletions

View file

@ -2,12 +2,13 @@ News for git-annex 3.20110624:
There has been another change to the git-annex data store.
Use `git annex upgrade` to migrate your repositories to the new
layout. See <http://git-annex.branchable.com/upgrades/> or
/usr/share/doc/git-annex/html/upgrades.html
layout. See [[upgrades]].
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.