update
authorJoey Hess <joeyh@joeyh.name>
Thu, 25 Apr 2024 21:01:17 +0000 (17:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 25 Apr 2024 21:01:17 +0000 (17:01 -0400)
doc/todo/git-remote-annex.mdwn

index 5693c40da1cb957254dae2bb26def30745df7d63..05ea9239756b6dfef3e1420dc98b348cfced9360 100644 (file)
@@ -9,6 +9,10 @@ Work is in the `git-remote-annex` branch, currently we have a design for
 the core data files and operations.
 <http://source.git-annex.branchable.com/?p=source.git;a=blob;f=doc/internals/git-remote-annex.mdwn;hb=git-remote-annex>
 
+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.