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

@ -1,15 +1,16 @@
News for git-annex 3.20110624: News for git-annex 3.20110624:
There has been another change to the git-annex data store. There has been another change to the git-annex data store.
Use `git annex upgrade` to migrate your repositories to the new Use `git annex upgrade` to migrate your repositories to the new
layout. See <http://git-annex.branchable.com/upgrades/> or layout. See [[upgrades]].
/usr/share/doc/git-annex/html/upgrades.html
The significant change this time is that the .git-annex/ directory The significant change this time is that the .git-annex/ directory
is gone; instead there is a git-annex branch that is automatically is gone; instead there is a git-annex branch that is automatically
maintained by git-annex, and encapsulates all its state nicely out maintained by git-annex, and encapsulates all its state nicely out
of your way. of your way.
You should make sure you include the git-annex branch when
git pushing and pulling. You should make sure you include the git-annex branch when
git pushing and pulling.
git-annex 3.20110624 released with [[!toggle text="these changes"]] git-annex 3.20110624 released with [[!toggle text="these changes"]]
[[!toggleable text=""" [[!toggleable text="""
@ -29,4 +30,4 @@ git-annex 3.20110624 released with [[!toggle text="these changes"]]
trusting repositories that are not configured remotes. trusting repositories that are not configured remotes.
* unlock: Made atomic. * unlock: Made atomic.
* git-union-merge: New git subcommand, that does a generic union merge * git-union-merge: New git subcommand, that does a generic union merge
operation, and operates efficiently without touching the working tree."""]] operation, and operates efficiently without touching the working tree."""]]

View file

@ -1,6 +1,6 @@
News for git-annex 3.20110702: News for git-annex 3.20110702:
The URL backend has been removed. Instead the new web remote can be used. The URL backend has been removed. Instead the new web remote can be used.
git-annex 3.20110702 released with [[!toggle text="these changes"]] git-annex 3.20110702 released with [[!toggle text="these changes"]]
[[!toggleable text=""" [[!toggleable text="""
@ -19,4 +19,4 @@ git-annex 3.20110702 released with [[!toggle text="these changes"]]
* cabal can now be used to build git-annex. This is substantially * cabal can now be used to build git-annex. This is substantially
slower than using make, does not build or install documentation, slower than using make, does not build or install documentation,
does not run the test suite, and is not particularly recommended, does not run the test suite, and is not particularly recommended,
but could be useful to some."""]] but could be useful to some."""]]