update
This commit is contained in:
parent
4b9da9fd56
commit
8e24fb3507
1 changed files with 6 additions and 9 deletions
15
CHANGELOG
15
CHANGELOG
|
@ -4,9 +4,7 @@ git-annex (8.20210331) UNRELEASED; urgency=medium
|
||||||
prevent storing information about a repository and remotes in the
|
prevent storing information about a repository and remotes in the
|
||||||
git-annex branch.
|
git-annex branch.
|
||||||
* initremote: Added --private option to set up a private special remote.
|
* initremote: Added --private option to set up a private special remote.
|
||||||
* Fix build with persistent-2.12.0.1
|
* importfeed: Made "checking known urls" phase run 12 times faster.
|
||||||
* Avoid excess commits to the git-annex branch when stall detection is
|
|
||||||
enabled.
|
|
||||||
* Added --debugfilter (and annex.debugfilter)
|
* Added --debugfilter (and annex.debugfilter)
|
||||||
* diffdriver: Support unlocked files.
|
* diffdriver: Support unlocked files.
|
||||||
* forget: Preserve currently exported trees, avoiding problems with
|
* forget: Preserve currently exported trees, avoiding problems with
|
||||||
|
@ -14,14 +12,13 @@ git-annex (8.20210331) UNRELEASED; urgency=medium
|
||||||
* fsck: When downloading content from a remote, if the content is able
|
* fsck: When downloading content from a remote, if the content is able
|
||||||
to be verified during the transfer, skip checksumming it a second time.
|
to be verified during the transfer, skip checksumming it a second time.
|
||||||
* directory: When cp supports reflinks, use it.
|
* directory: When cp supports reflinks, use it.
|
||||||
|
* Avoid excess commits to the git-annex branch when stall detection is
|
||||||
|
enabled.
|
||||||
* init: Fix a crash when the repo's was cloned from a repo that had an
|
* init: Fix a crash when the repo's was cloned from a repo that had an
|
||||||
adjusted branch checked out, and the origin remote is not named "origin".
|
adjusted branch checked out, and the origin remote is not named "origin".
|
||||||
* Fix bug caused by recent optimisations that could make git-annex not
|
* Fix some bugs that made git-annex not see recently recorded status
|
||||||
see recently recorded status information when configured with
|
information when configured with annex.alwayscommit=false.
|
||||||
annex.alwayscommit=false.
|
* Fix build with persistent-2.12.0.1
|
||||||
* Fix bug that could make git-annex importfeed not see recently recorded
|
|
||||||
state when configured with annex.alwayscommit=false.
|
|
||||||
* importfeed: Made "checking known urls" phase run 12 times faster.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 01 Apr 2021 12:17:26 -0400
|
-- Joey Hess <id@joeyh.name> Thu, 01 Apr 2021 12:17:26 -0400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue