fix format

This commit is contained in:
Joey Hess 2016-01-14 16:15:02 -04:00
parent 9240c02fd1
commit 196d39a813
Failed to extract signature

View file

@ -1,58 +1,59 @@
git-annex 6.20160114 released with [[!toggle text="these changes"]] git-annex 6.20160114 released with [[!toggle text="these changes"]]
[[!toggleable text=""" [[!toggleable text="""
"hexapodia as the key insight" "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 * Added v6 repository mode, but v5 is still the default for now.
pointer file, and this change can be committed to the git repository. * unlock, lock: In v6 mode, unlocking a file changes it from a symlink to a
For details, see http://git-annex.branchable.com/tips/unlocked\_files/ pointer file, and this change can be committed to the git repository.
* The upgrade to version 6 is not done fully automatically yet, because For details, see http://git-annex.branchable.com/tips/unlocked\_files/
upgrading a direct mode repository to version 6 will prevent old * The upgrade to version 6 is not done fully automatically yet, because
versions of git-annex from working in other clones of that repository. upgrading a direct mode repository to version 6 will prevent old
For details, see http://git-annex.branchable.com/upgrades/ versions of git-annex from working in other clones of that repository.
* init: --version parameter added to control which supported repository For details, see http://git-annex.branchable.com/upgrades/
version to use. * init: --version parameter added to control which supported repository
* init, upgrade: Configure .git/info/attributes to use git-annex version to use.
as a smudge filter. In v6 repository mode, this makes git add * init, upgrade: Configure .git/info/attributes to use git-annex
add files to the annex in unlocked mode, unless overridden by as a smudge filter. In v6 repository mode, this makes git add
annex.largefiles configuration. add files to the annex in unlocked mode, unless overridden by
* assistant: In v6 mode, adds files in unlocked mode, so they can annex.largefiles configuration.
continue to be modified. * assistant: In v6 mode, adds files in unlocked mode, so they can
* Added annex.thin setting, which makes unlocked files in v6 repositories continue to be modified.
be hard linked to their content, instead of a copy. This saves disk * Added annex.thin setting, which makes unlocked files in v6 repositories
space but means any modification of an unlocked file will lose the local be hard linked to their content, instead of a copy. This saves disk
(and possibly only) copy of the old version. space but means any modification of an unlocked file will lose the local
* Enable annex.thin by default on upgrade from direct mode to v6, since (and possibly only) copy of the old version.
direct mode made the same tradeoff. * Enable annex.thin by default on upgrade from direct mode to v6, since
* fix: Adjusts unlocked files as configured by annex.thin. direct mode made the same tradeoff.
* persistent-sqlite is now a hard build dependency, since v6 repository * fix: Adjusts unlocked files as configured by annex.thin.
mode needs it. * persistent-sqlite is now a hard build dependency, since v6 repository
* status: On crippled filesystems, was displaying M for all annexed files mode needs it.
that were present. Probably caused by a change to what git status * status: On crippled filesystems, was displaying M for all annexed files
displays in this situation. Fixed by treating files git thinks are that were present. Probably caused by a change to what git status
modified the same as typechanged files. displays in this situation. Fixed by treating files git thinks are
* addurl: Added --batch and --with-files options. modified the same as typechanged files.
* addurl: Support --json, particularly useful in --batch mode. * addurl: Added --batch and --with-files options.
* addurl: Refuse to overwrite any existing, non-annexed file. * addurl: Support --json, particularly useful in --batch mode.
* Debian: Adjust build dependencies for webapp, DAV. Now available on * addurl: Refuse to overwrite any existing, non-annexed file.
mips, mipsel, but temporarily removed armel since build is failing * Debian: Adjust build dependencies for webapp, DAV. Now available on
there. mips, mipsel, but temporarily removed armel since build is failing
* info: Fix "backend usage" numbers, which were counting present keys there.
twice. * info: Fix "backend usage" numbers, which were counting present keys
* info --json: Improve json for "backend usage", using a nested object twice.
with fields for each backend instead of the previous weird nested lists. * info --json: Improve json for "backend usage", using a nested object
This may break existing parsers of this json output, if there were any. with fields for each backend instead of the previous weird nested lists.
* whereis --json: Make url list be included in machine-parseable form. This may break existing parsers of this json output, if there were any.
* test: Added --keep-failures option. * whereis --json: Make url list be included in machine-parseable form.
* unused: Bug fix when a new file was added to the annex, and then * test: Added --keep-failures option.
removed (but not git rmed). git still has the add staged in this case, * unused: Bug fix when a new file was added to the annex, and then
so the content should not be unused and was wrongly treated as such. removed (but not git rmed). git still has the add staged in this case,
* migrate: Copy over metadata to new key. so the content should not be unused and was wrongly treated as such.
* rekey: No longer copies over urls from the old to the new key. * migrate: Copy over metadata to new key.
It makes sense for migrate to do that, but not for this low-level * rekey: No longer copies over urls from the old to the new key.
(and little used) plumbing command to. It makes sense for migrate to do that, but not for this low-level
* view: Fix crash in non-unicode capable locale when entering a view (and little used) plumbing command to.
of metadata containing a slash or backslash. * view: Fix crash in non-unicode capable locale when entering a view
* When annex.http-headers is used to set the User-Agent header, avoid of metadata containing a slash or backslash.
sending User-Agent: git-annex * When annex.http-headers is used to set the User-Agent header, avoid
* Windows: Fix rsync cross-drive hack to work with msys2 rsync. sending User-Agent: git-annex
Thanks, Pieter Kitslaar."""]] * Windows: Fix rsync cross-drive hack to work with msys2 rsync.
Thanks, Pieter Kitslaar."""]]