diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-08 16:30:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-08 16:30:31 -0400 |
commit | 1491ad5d26b80b8404f35d26b7d6959c8b62a6d0 (patch) | |
tree | db7945c0edf3cafac867398d80a4942652267b2a /debian | |
parent | fa88037c46b3d7094e854397b954b478cf246caa (diff) |
update
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 49af4347f..163c6d85b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,17 +3,19 @@ git-annex (6.20151219) UNRELEASED; urgency=medium "hexapodia as the key insight" * Added v6 repository mode, but v5 is still the default for now. + * 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. + For details, see http://git-annex.branchable.com/tips/unlocked_files/ * 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. + For details, see http://git-annex.branchable.com/upgrades/ * init: --version parameter added to control which supported repository version to use. * 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 files to the annex in unlocked mode, unless overridden by + annex.largefiles configuration. * assistant: In v6 mode, adds files in unlocked mode, so they can continue to be modified. * Added annex.thin setting, which makes unlocked files in v6 repositories |