This commit is contained in:
Joey Hess 2015-12-26 13:06:53 -04:00
parent 87f0708f88
commit 41b2caa5f6
Failed to extract signature

12
debian/changelog vendored
View file

@ -1,19 +1,17 @@
git-annex (5.20151219) UNRELEASED; urgency=medium
* Added v6 repository mode, but v5 is still the default for now.
* The upgrade to version 6 is not done fully automatically, because
* The upgrade to version 6 is not done fully automatically yet, because
upgrading a direct mode repository to version 6 will prevent old
versions of git-annex from working in other clones of that repository.
* init: --version parameter added to control which supported repository
version to use.
* smudge: New command, used for git smudge filter.
This will replace direct mode.
* init, upgrade: Configure .git/info/attributes to use git-annex as a smudge
filter. Note that this changes the default behavior of git add in a
newly initialized repository; it will add files to the annex.
* init, upgrade: Configure .git/info/attributes to use git-annex
as a smudge filter. In v6 repository mode, this makes git add
add files to the annex, unless overridden by annex.largefiles
configuration.
* unlock, lock: In v6 mode, unlocking a file changes it from a symlink to a
pointer file, and this change can be committed to the git repository.
* add: In v6 mode, adds modified files to the annex.
* assistant: In v6 mode, adds files in unlocked mode, so they can
continue to be modified.
* persistent-sqlite is now a hard build dependency, since v6 repository