]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
repobrowse: reduce risk of callback reference cycles
authorEric Wong <e@80x24.org>
Tue, 5 Apr 2016 23:55:12 +0000 (23:55 +0000)
committerEric Wong <e@80x24.org>
Tue, 5 Apr 2016 23:55:12 +0000 (23:55 +0000)
commitf744e337c81887f95cc79e27f5cb15ff7e76c776
treed9a9ebe5aeb3403c7a789ca75013fb800596cc01
parent25b49fc37121d8584b84b44b20c910ef43c44950
repobrowse: reduce risk of callback reference cycles

It's unnecessary to rely so much on the req hashref
like this and having to manually drop references could
be considered code smell.
lib/PublicInbox/RepobrowseGitCommit.pm
lib/PublicInbox/RepobrowseGitDiff.pm