git-annex 10.20260624 released with these changes
- Added Botan build flag, which speeds up checksumming significantly for most existing hash backends.
- Added Blake3 build flag, which is the fastest available cryptographically secure hash. Thanks to edef for implementing this.
- When b3sum is in PATH, use it for faster blake3 hashing.
- Added XXH3 build flag, which is the fastest available non-cryptographically secure hash, and is a smaller hash than MD5 or SHA1.
- Improve handling of synced/master and similar branches, by only creating such branches when necessary to push to a non-bare remote, and by removing the local synced branch once its changes are merged.
- put: New command.
- move: Fix bug where an interrupted command other than move could be treated as an interrupted move, resulting in dropping content when not allowed by numcopies.
- Fix build with http-types-0.12.5
- merge, post-receive: Fix bug that prevented merging any synced/ branches into the current branch. (Reversion introduced in 10.20260601)
- git-annex.cabal: Remove unused dependency on old-locale.
- Remove dependencies on securemem and byteable.
Add a comment