]> Sergey Matveev's repositories - public-inbox.git/commit
git: reload alternates file on missing blob
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Feb 2018 20:07:11 +0000 (20:07 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Feb 2018 20:56:56 +0000 (20:56 +0000)
commitb42bbc915750cf2f0c559514041ba3f5d1a44a12
tree9f1565b516c9cad95be090194edf58e85334ae40
parentff25a60b1b85c92a7e76a735a2c79c0205233a27
git: reload alternates file on missing blob

Since we'll be adding new repositories to the `alternates' file
in git, we must restart the `git cat-file --batch' process as
git currently does not detect changes to the alternates file
in long-running cat-file processes.

Don't bother with the `--batch-check' process since we won't be
using it with v2.
lib/PublicInbox/Git.pm
t/git.t