]> Sergey Matveev's repositories - public-inbox.git/commit
lei_mirror: support resuming multi-repo clones
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:32:05 +0000 (05:32 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:57 +0000 (23:38 +0000)
commit182240329e88ec75e366dd81f5e09b14a2422058
tree12425a42cb53c225ff506cac85873188638f1ba9
parent4452b5ebd8f202d72260325768512230c93ef6f2
lei_mirror: support resuming multi-repo clones

This is actually a combination of clone and fetch, and I don't
think `public-inbox-fetch' will be used to update multiple git
repos (inbox or not).

Our use of `git update-ref --stdin -z' was broken for
incremental updates, but now fixed to properly NUL-terminate
commands.
lib/PublicInbox/LeiMirror.pm