diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-15 17:17:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-15 17:17:13 -0400 |
commit | 42710158e49f8460ac50b6a77d317b2f6cda4b57 (patch) | |
tree | 627f5546fe591df3191a0dbc287a8262ef70efcd /debian/changelog | |
parent | 49983aafdc36f21aee6aef9a540ac93d7171ab69 (diff) |
Use git-annex init --version=6 to get v6 for now
Not ready to make it default because of the direct mode upgrade needing to
all happen at once.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 21d875d1d..838b2d39c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ git-annex (6.20151225) unstable; urgency=medium - * annex.version increased to 6, but version 5 is also still supported. + * Added v6 repository mode, but v5 is still the default for now. * The upgrade to version 6 is not done fully automatically, because upgrading a direct mode repository to version 6 will prevent old versions of git-annex from working in other clones of that repository. @@ -12,6 +12,8 @@ git-annex (6.20151225) unstable; urgency=medium * 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. + * init: --version parameter added to control which supported repository + version to use. -- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:14:03 -0400 |