reword
This commit is contained in:
parent
87f0708f88
commit
41b2caa5f6
1 changed files with 5 additions and 7 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,19 +1,17 @@
|
||||||
git-annex (5.20151219) UNRELEASED; urgency=medium
|
git-annex (5.20151219) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Added v6 repository mode, but v5 is still the default for now.
|
* 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
|
upgrading a direct mode repository to version 6 will prevent old
|
||||||
versions of git-annex from working in other clones of that repository.
|
versions of git-annex from working in other clones of that repository.
|
||||||
* init: --version parameter added to control which supported repository
|
* init: --version parameter added to control which supported repository
|
||||||
version to use.
|
version to use.
|
||||||
* smudge: New command, used for git smudge filter.
|
* init, upgrade: Configure .git/info/attributes to use git-annex
|
||||||
This will replace direct mode.
|
as a smudge filter. In v6 repository mode, this makes git add
|
||||||
* init, upgrade: Configure .git/info/attributes to use git-annex as a smudge
|
add files to the annex, unless overridden by annex.largefiles
|
||||||
filter. Note that this changes the default behavior of git add in a
|
configuration.
|
||||||
newly initialized repository; it will add files to the annex.
|
|
||||||
* unlock, lock: In v6 mode, unlocking a file changes it from a symlink to a
|
* 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.
|
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
|
* assistant: In v6 mode, adds files in unlocked mode, so they can
|
||||||
continue to be modified.
|
continue to be modified.
|
||||||
* persistent-sqlite is now a hard build dependency, since v6 repository
|
* persistent-sqlite is now a hard build dependency, since v6 repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue