]> Sergey Matveev's repositories - public-inbox.git/commit - lib/PublicInbox/Git.pm
git: ensure subclassed ->fail gets called
authorEric Wong <e@80x24.org>
Sun, 29 Nov 2020 10:52:30 +0000 (10:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 Nov 2020 00:47:33 +0000 (00:47 +0000)
commit1ba98a18196aa46a398b25db4dfaa9df7877f6b7
tree3929b76f97f296392550c7e78d33a79339e67cf9
parentf68c45d33656a4602c2d8b8c1a8be813f8a9a70d
git: ensure subclassed ->fail gets called

Some of these changes may not be strictly necessary, but it
makes code easier to maintain and change.  Hackers
using/modifying this code will no longer wonder if a particular
callsite needs to care about subclasses or not.
lib/PublicInbox/Git.pm