]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: don't verify tip if reindexing
authorEric Wong <e@80x24.org>
Fri, 25 Dec 2020 10:21:14 +0000 (10:21 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Dec 2020 06:22:56 +0000 (06:22 +0000)
commit9a17bc230973405b0656bf05fb76902d46627ffa
tree73b6e4dfe1b751b924d9d46a9d6faa36a3447d4d
parent66518051763825d491d0c1df6837d4266edc180a
v2writable: don't verify tip if reindexing

We only rely on git-rev-parse to resolve symbolic names ("HEAD")
to a SHA-* git commit ID.  We'll assume any git commit IDs we
get from SQLite DBs are valid and let "git-log" fail if it
isn't.
lib/PublicInbox/V2Writable.pm