diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-21 18:41:15 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-21 18:41:15 -0400 |
commit | 0ac35d9b0ea997f9d6051d86889f4bb4df914498 (patch) | |
tree | 2a840c98bcf644f97c4092cb350a3171cd0365d4 /debian | |
parent | 5c0d394c39f0cc08abad5de12d797a18661b6c9d (diff) |
wip v6 support for assistant
Files are not yet added to v6 repos in unlocked mode.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0488c2eb1..fb12926b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,16 +4,18 @@ git-annex (6.20151225) unstable; urgency=medium * 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. + * 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: Configure .git/info/attributes to use git-annex as a smudge + * 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. * 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. + * assistant: In v6 mode, adds files in unlocked mode, so they can + continue to be modified. TODO -- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:14:03 -0400 |