]> Sergey Matveev's repositories - public-inbox.git/commit
solvergit: allow searching on longer-than-needed OIDs
authorEric Wong <e@80x24.org>
Thu, 31 Jan 2019 01:41:15 +0000 (01:41 +0000)
committerEric Wong <e@80x24.org>
Thu, 31 Jan 2019 01:41:15 +0000 (01:41 +0000)
commitcdbcf648ed1c28cc5774416f7868d78b4e0e2dba
treecf7a2811c7f8a8bc7ccb13b5f0a3ac3aaeb9a4d4
parent2d4403cf9972f8ae78aa52fe6ce7a01d9b6757c1
solvergit: allow searching on longer-than-needed OIDs

public-inbox can only index the abbreviated object_ids in
emails, not the full or even longer-than-necessary object_ids.
So retry failed object_ids if they're longer than 7 hex
characters.
lib/PublicInbox/SolverGit.pm
t/solver_git.t