docs for v3
This commit is contained in:
parent
7a693394f4
commit
818ae0c6da
2 changed files with 18 additions and 0 deletions
16
debian/NEWS
vendored
16
debian/NEWS
vendored
|
@ -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.
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue