|
|
|
@@ -1,3 +1,395 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 22 18:12:16 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250721.
|
|
|
|
|
git-annex (10.20250721) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Improved workaround for git 2.50 bug, avoding an occasional test suite
|
|
|
|
|
failure, as well as some situations where an unlocked file did not get
|
|
|
|
|
populated when adding another file to the repository with the same
|
|
|
|
|
content.
|
|
|
|
|
* Add --url option and url= preferred content expression, to match
|
|
|
|
|
content that is recorded as present in an url.
|
|
|
|
|
* p2phttp: Scan multilevel directories with --directory.
|
|
|
|
|
* p2phttp: Added --socket option.
|
|
|
|
|
* Fix bug in handling of linked worktrees on filesystems not supporting
|
|
|
|
|
symlinks, that caused annexed file content to be stored in the wrong
|
|
|
|
|
location inside the git directory, and also caused pointer files to not
|
|
|
|
|
get populated.
|
|
|
|
|
* fsck: Fix location of annexed files when run in linked worktrees
|
|
|
|
|
that have experienced the above bug.
|
|
|
|
|
* Fix symlinks generated to annexed content when in adjusted unlocked
|
|
|
|
|
branch in a linked worktree on a filesystem not supporting symlinks.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Tue, 22 Jul 2025 14:11:26 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 30 14:06:16 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250630.
|
|
|
|
|
* Work around git 2.50 bug that caused it to crash when there is
|
|
|
|
|
a merge conflict with an unlocked annexed file. [bsc#1245270]
|
|
|
|
|
* Skip and warn when a tree import includes empty filenames,
|
|
|
|
|
which can happen with eg a S3 bucket.
|
|
|
|
|
* Avoid a problem with temp file names ending in whitespace on
|
|
|
|
|
filesystems like VFAT that don't support such filenames.
|
|
|
|
|
* webapp: Rename "Upgrade Repository" to "Convert Repository"
|
|
|
|
|
to avoid confusion with git-annex upgrade.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 5 18:13:58 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250605.
|
|
|
|
|
git-annex (10.20250605) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* sync: Push the current branch first, rather than a synced branch,
|
|
|
|
|
to better support git forges (gitlab, gitea, forgejo, etc.) which
|
|
|
|
|
use push-to-create with the first pushed branch becoming the default
|
|
|
|
|
branch.
|
|
|
|
|
* Added annex.fastcopy and remote.name.annex-fastcopy config setting.
|
|
|
|
|
When set, this allows the copy_file_range syscall to be used, which
|
|
|
|
|
can eg allow for server-side copies on NFS. (For fastest copying,
|
|
|
|
|
also disable annex.verify or remote.name.annex-verify.)
|
|
|
|
|
* map: Support --json option.
|
|
|
|
|
* map: Improve display of remote names.
|
|
|
|
|
* When annex.freezecontent-command or annex.thawcontent-command is
|
|
|
|
|
configured but fails, prevent initialization. This allows the user to
|
|
|
|
|
fix their configuration and avoid crippled filesystem detection
|
|
|
|
|
entering an adjusted branch.
|
|
|
|
|
* assistant: Avoid hanging at startup when a process has a *.lock file
|
|
|
|
|
open in the .git directory.
|
|
|
|
|
* Windows: Fix duplicate file bug that could occur when files were
|
|
|
|
|
supposed to be moved across devices.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Thu, 05 Jun 2025 14:10:36 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 20 14:30:35 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250520.
|
|
|
|
|
git-annex (10.20250520) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Preferred content now supports "balanced=groupname:lackingcopies"
|
|
|
|
|
to make files be evenly balanced amoung as many repositories as are
|
|
|
|
|
needed to satisfy numcopies.
|
|
|
|
|
* map: Fix buggy handling of remotes that are bare git repositories
|
|
|
|
|
accessed via ssh.
|
|
|
|
|
* map: Avoid looping forever with mutually recursive paths between
|
|
|
|
|
repositories accessed via ssh.
|
|
|
|
|
* whereused: Fix bug that could find matches from grafts
|
|
|
|
|
in remote git-annex branches.
|
|
|
|
|
* Windows: Fix bug that can cause git status to show annexed files as
|
|
|
|
|
modified when built with OsPath.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Tue, 20 May 2025 10:25:47 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 16 17:35:22 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250416.
|
|
|
|
|
git-annex (10.20250416) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Added the mask special remote.
|
|
|
|
|
* updatecluster, updateproxy: When a remote that has no annex-uuid is
|
|
|
|
|
configured as annex-cluster-node, warn and avoid writing bad data to
|
|
|
|
|
the git-annex branch.
|
|
|
|
|
* Fix build without the assistant.
|
|
|
|
|
* fsck: Avoid complaining about required content of dead repositories.
|
|
|
|
|
* drop: Avoid redundant object directory thawing.
|
|
|
|
|
* httpalso: Windows url fix.
|
|
|
|
|
* Added remote.name.annex-web-options config, which is a per-remote
|
|
|
|
|
version of the annex.web-options config.
|
|
|
|
|
* migrate: Fix --remove-size to work when a file is not present.
|
|
|
|
|
Fixes reversion introduced in version 10.20231129.
|
|
|
|
|
* Support git remotes that use a IPV6 link-local address with a zone ID.
|
|
|
|
|
* Support git remotes that use an url with a user name that is URL
|
|
|
|
|
encoded, or in the case of an "scp-style" url, a user name that must be
|
|
|
|
|
encoded to be legal in an URL.
|
|
|
|
|
* Fix git-lfs special remote ssh endpoint discovery when the repository
|
|
|
|
|
path is URL encoded.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Wed, 16 Apr 2025 13:34:40 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 20 17:11:33 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250320.
|
|
|
|
|
git-annex (10.20250320) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Added the compute special remote.
|
|
|
|
|
* addcomputed: New command, adds a file that is generated by a compute
|
|
|
|
|
special remote.
|
|
|
|
|
* recompute: New command, recomputes computed files.
|
|
|
|
|
* findcomputed: New command, displays information about computed files.
|
|
|
|
|
* Support help.autocorrect settings "prompt", "never", and "immediate".
|
|
|
|
|
* Allow setting remote.foo.annex-tracking-branch to a branch name
|
|
|
|
|
that contains "/", as long as it's not a remote tracking branch.
|
|
|
|
|
* Added OsPath build flag, which speeds up git-annex's operations on files.
|
|
|
|
|
* git-lfs: Added an optional apiurl parameter.
|
|
|
|
|
(This needs version 1.2.5 of the haskell git-lfs library to be used.)
|
|
|
|
|
* fsck: Remember the files that are checked, so a later run with --more
|
|
|
|
|
will skip them, without needing to use --incremental.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Thu, 20 Mar 2025 13:10:48 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 15 16:38:16 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250115.
|
|
|
|
|
|
|
|
|
|
* Improve handing of ssh connection problems during
|
|
|
|
|
remote annex.uuid discovery.
|
|
|
|
|
* log: Support --key, as well as --branch and --unused.
|
|
|
|
|
* Avoid verification error when addurl --verifiable is used
|
|
|
|
|
with an url claimed by a special remote other than the web.
|
|
|
|
|
* Fix installation on Android.
|
|
|
|
|
* Allow enableremote of an existing webdav special remote that has
|
|
|
|
|
read-only access.
|
|
|
|
|
* git-remote-annex: Use enableremote rather than initremote.
|
|
|
|
|
* Windows: Fix permission denied error when dropping files that
|
|
|
|
|
have the readonly attribute set.
|
|
|
|
|
* Added freezecontent-annex and thawcontent-annex hooks that
|
|
|
|
|
correspond to the git configs annex.freezecontent and
|
|
|
|
|
annex.thawcontent.
|
|
|
|
|
* Added secure-erase-annex hook that corresponds to the git config
|
|
|
|
|
annex.secure-erase-command.
|
|
|
|
|
* Added commitmessage-annex hook that corresponds to the git config
|
|
|
|
|
annex.commitmessage-command.
|
|
|
|
|
* Added http-headers-annex hook that corresponds to the git config
|
|
|
|
|
annex.http-headers-command.
|
|
|
|
|
* Added git configs annex.post-update-command and annex.pre-commit-command
|
|
|
|
|
that correspond to the post-update-annex and pre-commit-annex hooks.
|
|
|
|
|
* Added annex.pre-init-command git config and pre-init-annex hook
|
|
|
|
|
that is run before git-annex repository initialization.
|
|
|
|
|
* Linux standalone builds' bundled rsync updated to fix security holes.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 2 16:32:11 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20250102.
|
|
|
|
|
|
|
|
|
|
* Added config `url.<base>.annexInsteadOf` corresponding to git's
|
|
|
|
|
`url.<base>.pushInsteadOf`, to configure the urls to use for accessing
|
|
|
|
|
the git-annex repositories on a server without needing to configure
|
|
|
|
|
remote.name.annexUrl in each repository.
|
|
|
|
|
* Work around git hash-object --stdin-paths's odd stripping of carriage
|
|
|
|
|
return from the end of the line (some windows infection), avoiding
|
|
|
|
|
crashing when the repo contains a filename ending in a carriage return.
|
|
|
|
|
* Document that settting preferred content to "" is the same as the
|
|
|
|
|
default unset behavior.
|
|
|
|
|
* sync: Avoid misleading warning about future preferred content
|
|
|
|
|
transition when preferred content is set to "".
|
|
|
|
|
* Honor annex.addunlocked configuration when importing a tree from a
|
|
|
|
|
special remote.
|
|
|
|
|
* Removed the i386ancient standalone tarball build for linux, which
|
|
|
|
|
was increasingly unable to support new git-annex features.
|
|
|
|
|
* Removed support for building with ghc older than 9.0.2,
|
|
|
|
|
and with older versions of haskell libraries than are in current Debian
|
|
|
|
|
stable.
|
|
|
|
|
* stack.yaml: Update to lts-23.2.
|
|
|
|
|
|
|
|
|
|
- Refresh "0001-persistent-2.12.0.1-include-the-code-from-persistent.patch".
|
|
|
|
|
Most patches to git-annex itself are now unnecessary. We only need to drop
|
|
|
|
|
persistent-templates from the list of build dependencies.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 2 16:37:14 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20241202.
|
|
|
|
|
git-annex (10.20241202) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* add: Consistently treat files in a dotdir as dotfiles, even
|
|
|
|
|
when ran inside that dotdir.
|
|
|
|
|
* add: When adding a dotfile as a non-large file, mention that it's a
|
|
|
|
|
dotfile.
|
|
|
|
|
* p2phttp: Added --directory option which serves multiple git-annex
|
|
|
|
|
repositories located inside a directory.
|
|
|
|
|
* When remote.name.annexUrl is an annex+http(s) url, that
|
|
|
|
|
uses the same hostname as remote.name.url, which is itself a http(s)
|
|
|
|
|
url, they are assumed to share a username and password. This avoids
|
|
|
|
|
unnecessary duplicate password prompts.
|
|
|
|
|
* git-remote-annex: Fix a reversion introduced in version 10.20241031
|
|
|
|
|
that broke cloning from a special remote.
|
|
|
|
|
* git-remote-annex: Fix cloning from a special remote on a crippled
|
|
|
|
|
filesystem.
|
|
|
|
|
* git-remote-annex: Fix buggy behavior when annex.stalldetection is
|
|
|
|
|
configured.
|
|
|
|
|
* git-remote-annex: Require git version 2.31 or newer, since old
|
|
|
|
|
ones had a buggy git bundle command.
|
|
|
|
|
* S3: Support versioning=yes with a readonly bucket.
|
|
|
|
|
(Needs aws-0.24.3)
|
|
|
|
|
* S3: Send git-annex or other configured User-Agent.
|
|
|
|
|
(Needs aws-0.24.3)
|
|
|
|
|
* S3: Fix infinite loop and memory blowup when importing from an
|
|
|
|
|
unversioned S3 bucket that is large enough to need pagination.
|
|
|
|
|
* S3: Use significantly less memory when importing from a
|
|
|
|
|
versioned S3 bucket.
|
|
|
|
|
* vpop: Only update state after successful checkout.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Mon, 02 Dec 2024 12:31:08 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 31 21:20:43 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20241031.
|
|
|
|
|
git-annex (10.20241031) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Sped up proxied downloads from special remotes, by streaming.
|
|
|
|
|
* Added GETORDERED request to external special remote protocol.
|
|
|
|
|
When the external special remote responds with ORDERED, it can stream
|
|
|
|
|
through a proxy.
|
|
|
|
|
* p2phttp: Support serving unauthenticated users while requesting
|
|
|
|
|
authentication for operations that need it. Eg, --unauth-readonly
|
|
|
|
|
can be combined with --authenv.
|
|
|
|
|
* p2phttp: Allow unauthenticated users to lock content by default.
|
|
|
|
|
* p2phttp: Added --unauth-nolocking option to prevent unauthenticated
|
|
|
|
|
users from locking content.
|
|
|
|
|
* Allow enabling the servant build flag with older versions of stm,
|
|
|
|
|
allowing building with ghc 9.0.2.
|
|
|
|
|
* git-remote-annex: Fix bug that prevented using it with external special
|
|
|
|
|
remotes, leading to protocol error messages involving "GITMANIFEST".
|
|
|
|
|
* adjust: Allow any order of options when combining --hide-missing with
|
|
|
|
|
options like --unlock.
|
|
|
|
|
* Support P2P protocol version 4. This allows DATA-PRESENT to be sent
|
|
|
|
|
after PUT (and in the HTTP P2P protocol, v4/put has a data-present
|
|
|
|
|
parameter). When used with a proxy to a special remote like a S3
|
|
|
|
|
bucket, this allows a custom client to upload content to S3 itself,
|
|
|
|
|
and then use the P2P protocol to inform the proxy that the content has
|
|
|
|
|
been stored there, which will result in the same git-annex branch state
|
|
|
|
|
updates as sending DATA via the proxy.
|
|
|
|
|
* Fix hang when receiving a large file into a proxied special remote.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Thu, 31 Oct 2024 17:19:56 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 30 23:17:41 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20240927.
|
|
|
|
|
git-annex (10.20240927) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Detect when a preferred content expression contains "not present",
|
|
|
|
|
which would lead to repeatedly getting and then dropping files,
|
|
|
|
|
and make it never match. This also applies to
|
|
|
|
|
"not balanced" and "not sizebalanced".
|
|
|
|
|
* Fix --explain display of onlyingroup preferred content expression.
|
|
|
|
|
* Allow maxsize to be set to 0 to stop checking maxsize for a repository.
|
|
|
|
|
* Fix bug that prevented anything being stored in an empty
|
|
|
|
|
repository whose preferred content expression uses sizebalanced.
|
|
|
|
|
* sim: New command, can be used to simulate networks of repositories
|
|
|
|
|
and see how preferred content and other configuration makes file
|
|
|
|
|
content flow through it.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Mon, 30 Sep 2024 19:15:35 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 31 23:51:02 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20240831.
|
|
|
|
|
git-annex (10.20240831) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Special remotes configured with exporttree=yes annexobjects=yes
|
|
|
|
|
can store objects in .git/annex/objects, as well as an exported tree.
|
|
|
|
|
* Support proxying to special remotes configured with
|
|
|
|
|
exporttree=yes annexobjects=yes, and allow such remotes to be used as
|
|
|
|
|
cluster nodes.
|
|
|
|
|
* post-retrieve: When proxying is enabled for an exporttree=yes
|
|
|
|
|
special remote (or it is a cluster node) and the configured
|
|
|
|
|
remote.name.annex-tracking-branch is received, the tree is
|
|
|
|
|
exported to the special remote.
|
|
|
|
|
* Support "balanced=", "fullybalanced=", "sizebalanced=" and
|
|
|
|
|
"fullysizebalanced=" in preferred content expressions.
|
|
|
|
|
* Added --rebalance option.
|
|
|
|
|
* Added the annex.fullybalancedthreshhold git config.
|
|
|
|
|
* maxsize: New command to tell git-annex how large the expected maximum
|
|
|
|
|
size of a repository is, and to display repository sizes.
|
|
|
|
|
* vicfg: Include maxsize configuration.
|
|
|
|
|
* info: Improved speed by using new repository size tracking.
|
|
|
|
|
* lookupkey: Allow using --ref in a bare repository.
|
|
|
|
|
* export: Added --from option.
|
|
|
|
|
* git-remote-annex: Store objects in exportree=yes special remotes
|
|
|
|
|
in the same paths used by annexobjects=yes. This is a backwards
|
|
|
|
|
compatible change.
|
|
|
|
|
* updateproxy, updatecluster: Prevent using an exporttree=yes special
|
|
|
|
|
remote that does not have annexobjects=yes, since it will not work.
|
|
|
|
|
* The config versioning=true is now reserved for use by versioned special
|
|
|
|
|
remotes. External special remotes should not use that config for their
|
|
|
|
|
own purposes.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Sat, 31 Aug 2024 19:48:17 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 8 19:27:29 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20240808.
|
|
|
|
|
git-annex (10.20240808) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* Remove debug output (to stderr) accidentially included in
|
|
|
|
|
last version.
|
|
|
|
|
* When getting from a P2P HTTP remote, prompt for credentials when
|
|
|
|
|
required, instead of failing.
|
|
|
|
|
* When proxying an upload to a special remote, verify the hash.
|
|
|
|
|
* Avoid loading cluster log at startup.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Thu, 08 Aug 2024 15:26:26 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 31 18:05:34 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20240731.
|
|
|
|
|
git-annex (10.20240731) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* New HTTP API that is equivilant to the P2P protocol.
|
|
|
|
|
* New p2phttp command to serve the HTTP API.
|
|
|
|
|
* annex+http and annex+https urls can be configured for
|
|
|
|
|
remote.name.annexUrl to use the HTTP API to communicate with a server.
|
|
|
|
|
This supports writable repositories, as well as accessing clusters
|
|
|
|
|
and proxied remotes over HTTP.
|
|
|
|
|
* When a http remote has annex.url set to an annex+http url in
|
|
|
|
|
the git config file on the website, it will be copied into
|
|
|
|
|
remote.name.annexUrl the first time git-annex uses the remote.
|
|
|
|
|
* assistant: Fix a race condition that could cause a pointer file to
|
|
|
|
|
get ingested into the annex.
|
|
|
|
|
* Avoid potential data loss in unlikely situations where git-annex-shell
|
|
|
|
|
or git-annex remotedaemon is killed while locking a key to prevent its
|
|
|
|
|
removal.
|
|
|
|
|
* When proxying a download from a special remote, avoid unncessary hashing.
|
|
|
|
|
* When proxying an upload to a special remote, verify the hash.
|
|
|
|
|
* Propagate --force to git-annex transferrer.
|
|
|
|
|
* Added a build flag for servant, enabling annex+http urls and
|
|
|
|
|
git-annex p2phttp.
|
|
|
|
|
* Added a dependency on the haskell clock library.
|
|
|
|
|
* Updated stack.yaml to nightly-2024-07-29.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Wed, 31 Jul 2024 14:02:21 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 2 16:31:40 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update git-annex to version 10.20240701.
|
|
|
|
|
git-annex (10.20240701) upstream; urgency=medium
|
|
|
|
|
|
|
|
|
|
* git-annex remotes can now act as proxies that provide access to
|
|
|
|
|
their remotes. Configure this with remote.name.annex-proxy
|
|
|
|
|
and the git-annex update proxy command.
|
|
|
|
|
* Clusters are now supported. These are collections of nodes that can
|
|
|
|
|
be accessed as a single entity, accessed by one or more gateway
|
|
|
|
|
repositories.
|
|
|
|
|
* Added git-annex initcluster, updatecluster, and extendcluster commands.
|
|
|
|
|
* Fix a bug where interrupting git-annex while it is updating the
|
|
|
|
|
git-annex branch for an export could later lead to git fsck
|
|
|
|
|
complaining about missing tree objects.
|
|
|
|
|
* Tab completion of options like --from now includes special remotes,
|
|
|
|
|
as well as proxied remotes and clusters.
|
|
|
|
|
* Tab completion of many commands like info and trust now includes
|
|
|
|
|
remotes.
|
|
|
|
|
* P2P protocol version 2.
|
|
|
|
|
* Fix Windows build with Win32 2.13.4+
|
|
|
|
|
Thanks, Oleg Tolmatcev
|
|
|
|
|
* When --debugfilter or annex.debugfilter is set, avoid propigating
|
|
|
|
|
debug output from git-annex-shell, since it cannot be filtered.
|
|
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Mon, 01 Jul 2024 15:11:48 -0400
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 31 16:33:01 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
|
|