reorder
This commit is contained in:
parent
6ea511beb4
commit
dcaa1c1cc9
1 changed files with 20 additions and 20 deletions
40
CHANGELOG
40
CHANGELOG
|
@ -6,39 +6,39 @@ git-annex (8.20200815) UNRELEASED; urgency=medium
|
||||||
This can be used by an external special remote to let a single process
|
This can be used by an external special remote to let a single process
|
||||||
perform concurrent actions, rather than multiple processes being
|
perform concurrent actions, rather than multiple processes being
|
||||||
started, when that is more efficient.
|
started, when that is more efficient.
|
||||||
* Display warning when external special remote does not start up
|
* Retry transfers to exporttree=yes remotes same as for other remotes.
|
||||||
properly, or is not usable.
|
* import: Retry downloads that fail, same as is done for downloads generally.
|
||||||
* Fixed several cases where files were created without file mode bits
|
|
||||||
that the umask would usually set. This included exports to the
|
|
||||||
directory special remote, torrent files used by the bittorrent special
|
|
||||||
remote, hooks written by git-annex init, and some log files in .git/annex/
|
|
||||||
* stack.yaml: Updated to lts-16.10.
|
|
||||||
* Fix reversion in 7.20190322 that made addurl --file not be honored
|
|
||||||
when youtube-dl was used to download media.
|
|
||||||
* Fix reversion in 8.20200617 that made annex.pidlock being enabled
|
|
||||||
result in some commands stalling, particularly those needing to
|
|
||||||
autoinit.
|
|
||||||
* Display a message when git-annex has to wait for a pid lock file
|
|
||||||
held by another process.
|
|
||||||
* test: Stop gpg-agent daemons that are started for the test framework's
|
|
||||||
gpg key.
|
|
||||||
* Support git remotes where .git is a file, not a directory,
|
|
||||||
eg when --separate-git-dir was used.
|
|
||||||
* Limit retrying of failed transfers when forward progress is being made
|
* Limit retrying of failed transfers when forward progress is being made
|
||||||
to 5, to avoid some unusual edge cases where too much retrying could
|
to 5, to avoid some unusual edge cases where too much retrying could
|
||||||
result in far more data transfer than makes sense.
|
result in far more data transfer than makes sense.
|
||||||
* Exposed annex.forward-retry git config, to configure the forward retry
|
* Exposed annex.forward-retry git config, to configure the forward retry
|
||||||
behavior that git-annex has had for a long time.
|
behavior that git-annex has had for a long time.
|
||||||
* Retry transfers to exporttree=yes remotes same as for other remotes.
|
|
||||||
* import: Retry downloads that fail, same as is done for downloads generally.
|
|
||||||
* sync, assistant, merge: When merge.directoryRenames is not set,
|
* sync, assistant, merge: When merge.directoryRenames is not set,
|
||||||
default it it to "false", which works better with automatic merge
|
default it it to "false", which works better with automatic merge
|
||||||
conflict resolution than git's ususual default of "conflict".
|
conflict resolution than git's ususual default of "conflict".
|
||||||
(This is not done when automatic merge conflict resolution is disabled.)
|
(This is not done when automatic merge conflict resolution is disabled.)
|
||||||
* resolvemerge: Improve cleanup of cruft left in the working tree
|
* resolvemerge: Improve cleanup of cruft left in the working tree
|
||||||
by a conflicted merge.
|
by a conflicted merge.
|
||||||
|
* Support git remotes where .git is a file, not a directory,
|
||||||
|
eg when --separate-git-dir was used.
|
||||||
|
* Fixed several cases where files were created without file mode bits
|
||||||
|
that the umask would usually set. This included exports to the
|
||||||
|
directory special remote, torrent files used by the bittorrent special
|
||||||
|
remote, hooks written by git-annex init, and some log files in .git/annex/
|
||||||
|
* Fix reversion in 7.20190322 that made addurl --file not be honored
|
||||||
|
when youtube-dl was used to download media.
|
||||||
|
* Fix reversion in 8.20200617 that made annex.pidlock being enabled
|
||||||
|
result in some commands stalling, particularly those needing to
|
||||||
|
autoinit.
|
||||||
|
* Display warning when external special remote does not start up
|
||||||
|
properly, or is not usable.
|
||||||
|
* Display a message when git-annex has to wait for a pid lock file
|
||||||
|
held by another process.
|
||||||
|
* test: Stop gpg-agent daemons that are started for the test framework's
|
||||||
|
gpg key.
|
||||||
* Removed the S3 and WebDAV build flags so these special remotes are
|
* Removed the S3 and WebDAV build flags so these special remotes are
|
||||||
always supported.
|
always supported.
|
||||||
|
* stack.yaml: Updated to lts-16.10.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Fri, 14 Aug 2020 14:57:45 -0400
|
-- Joey Hess <id@joeyh.name> Fri, 14 Aug 2020 14:57:45 -0400
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue