commit e0077a0d28a1bfce093c39dc1eabdfb4a87aa358 from: Stefan Sperling date: Wed Sep 22 08:40:39 2021 UTC we can generate deltas by now; update notes-pull-push file accordingly commit - e9b7f62455a9c3e267b1626056d6f147cf626857 commit + e0077a0d28a1bfce093c39dc1eabdfb4a87aa358 blob - f12d3de22990777f841ead1d167e89452fc94ccd blob + 88e5ead5a793338bf2120801825d603382aa08a0 --- notes-pull-push +++ notes-pull-push @@ -159,7 +159,4 @@ as a base. File deletions could send a delta which sim from the specified base blob in addition to an explicit 'delete' command to allow the server to distinguish this case from an empty file on disk. -Implementing a network protocol will require support for generating deltas. -At present, got can only parse deltas, but not generate them. Since deltas -are also necessary to create pack files it makes sense to implement support -for creating pack files before implementing a network protocol. +The above functionality could be implemented via a Git protocol extension.