This commit is contained in:
Joey Hess 2023-06-05 15:15:20 -04:00
parent 1f0f774ab7
commit cfad0def18
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -7,7 +7,8 @@ git-annex (10.20230408) UNRELEASED; urgency=medium
* assist: New command, which is the same as git-annex sync but with * assist: New command, which is the same as git-annex sync but with
new files added and content transferred by default. new files added and content transferred by default.
* Many commands now quote filenames that contain unusual characters the * Many commands now quote filenames that contain unusual characters the
same way that git does, to avoid exposing control characters to the terminal. same way that git does, to avoid exposing control characters to the
terminal.
* Support core.quotePath, which can be set to false to display utf8 * Support core.quotePath, which can be set to false to display utf8
characters as-is in filenames. characters as-is in filenames.
* Control characters in non-filename data coming from the repository or * Control characters in non-filename data coming from the repository or