From 4c48cee337c2d05d13122e442f7950b640e25b38 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 10 Jan 2023 11:49:20 +0000 Subject: [PATCH] viewvcs: update comment about show_other_result In case git has other object types in the future... --- lib/PublicInbox/ViewVCS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/ViewVCS.pm b/lib/PublicInbox/ViewVCS.pm index d8f6742f..9a559687 100644 --- a/lib/PublicInbox/ViewVCS.pm +++ b/lib/PublicInbox/ViewVCS.pm @@ -104,7 +104,7 @@ sub stream_large_blob ($$) { $qsp->psgi_return($env, undef, \&stream_blob_parse_hdr, $ctx); } -sub show_other_result ($$) { # tag +sub show_other_result ($$) { # future-proofing my ($bref, $ctx) = @_; if (my $qsp_err = delete $ctx->{-qsp_err}) { return html_page($ctx, 500, dbg_log($ctx) . -- 2.44.0