From: Joey Hess Date: Thu, 25 Apr 2024 21:01:17 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d895df10105d20ff708a2f44bd9ac2c9f7aaa5d4;p=git-annex.git update --- diff --git a/doc/todo/git-remote-annex.mdwn b/doc/todo/git-remote-annex.mdwn index 5693c40da1..05ea923975 100644 --- a/doc/todo/git-remote-annex.mdwn +++ b/doc/todo/git-remote-annex.mdwn @@ -9,6 +9,10 @@ Work is in the `git-remote-annex` branch, currently we have a design for the core data files and operations. +Also, that branch has a proof of concept implementation in a shell script. +Though it doesn't yet use special remotes at all, it is able to do +incremental pushes to git bundles with a manifest. + I still need to do some design work around using the git-annex branch to detect concurrent push situations where changes to the manifest get lost, and re-add those changes to it later.