add news item for git-annex 10.20230828
This commit is contained in:
parent
a0a42e7ec1
commit
d3796248ea
2 changed files with 22 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
git-annex 10.20230321 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text=""" * Using git-annex view in an adjusted branch, or git-annex adjust in a
|
|
||||||
view branch, will enter an adjusted view branch.
|
|
||||||
* sync: Fix a reversion that prevented sending files to exporttree=yes
|
|
||||||
remotes when annex-tracking-branch was configured to branch:subdir
|
|
||||||
(Introduced in version 10.20230214)
|
|
||||||
* status: This command is deprecated because it was only needed in direct
|
|
||||||
mode; git status --short is very similar.
|
|
||||||
* Windows: Support long filenames in more (possibly all) of the code.
|
|
||||||
* Added arm64 build for ancient kernels, needed to support Android phones
|
|
||||||
whose kernels are too old to support kernels used by the current arm64
|
|
||||||
build.
|
|
||||||
* importfeed: Display feed title.
|
|
||||||
* init: Support being ran in a repository that has a newline in its path.
|
|
||||||
* copy: When --from and --to are combined and the content is already
|
|
||||||
present on the destination remote, update location tracking as
|
|
||||||
necessary.
|
|
||||||
* Fixed spelling of some messages and added a .codespellrc
|
|
||||||
Thanks, Yaroslav Halchenko"""]]
|
|
22
doc/news/version_10.20230828.mdwn
Normal file
22
doc/news/version_10.20230828.mdwn
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
git-annex 10.20230828 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text=""" * oldkeys: New command that lists the keys used by old versions of a file.
|
||||||
|
* Fix behavior of onlyingroup.
|
||||||
|
* info: Added --dead-repositories option.
|
||||||
|
* Significant startup speed increase by avoiding repeatedly checking
|
||||||
|
if some remote git-annex branch refs need to be merged.
|
||||||
|
* Fix behavior when importing a tree from a directory remote when the
|
||||||
|
directory does not exist. An empty tree was imported, rather than the
|
||||||
|
import failing.
|
||||||
|
* sync, assist, push, pull: Skip more types of remotes when they
|
||||||
|
are not available due to eg being on a drive that is offline.
|
||||||
|
(directory, borg, bup, ddar, gcrypt, rsync)
|
||||||
|
* info: Added available to the info displayed for a remote.
|
||||||
|
* Added AVAILABILITY UNAVAILABLE and the UNAVAILABLERESPONSE extension
|
||||||
|
to the external special remote protocol.
|
||||||
|
* The remote.name.annex-availability git config is no longer used.
|
||||||
|
* Avoid using curl when annex.security.allowed-ip-addresses is set
|
||||||
|
but neither annex.web-options nor annex.security.allowed-url-schemes
|
||||||
|
is set to a value that needs curl.
|
||||||
|
* Stop bundling curl in the OSX dmg and linux standalone image.
|
||||||
|
* diffdriver: Added --get option.
|
||||||
|
* diffdriver: Refuse to run when not in a git-annex repository."""]]
|
Loading…
Reference in a new issue