diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-16 14:43:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-16 14:43:43 -0400 |
commit | c11633a52dbdcc187f5afcef50776fa41c7327ce (patch) | |
tree | 1de24f154cb953f9ce78c68315bc046d48f838c7 /debian | |
parent | 3776dee0a33fe3fe0cd1aceb14b5c2d0511d6c05 (diff) |
annex.addunlocked
* add, addurl, import, importfeed: When in a v6 repository on a crippled
filesystem, add files unlocked.
* annex.addunlocked: New configuration setting, makes files always be
added unlocked. (v6 only)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd8387987..a005518d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,12 @@ git-annex (6.20160212) UNRELEASED; urgency=medium * When initializing a v6 repo on a crippled filesystem, don't force it into direct mode. * Windows: Fix v6 unlocked files to actually work. + * add, addurl, import, importfeed: When in a v6 repository on a crippled + filesystem, add files unlocked. + * annex.addunlocked: New configuration setting, makes files always be + added unlocked. (v6 only) + * Improve format of v6 unlocked pointer files to support keys containing + slashes. -- Joey Hess <id@joeyh.name> Fri, 12 Feb 2016 14:03:46 -0400 |