about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewVCS.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-10 11:49:20 +0000
committerEric Wong <e@80x24.org>2023-01-11 04:41:17 +0000
commit4c48cee337c2d05d13122e442f7950b640e25b38 (patch)
tree65458a75d2c336b0522f8f21f96c4847d5243d64 /lib/PublicInbox/ViewVCS.pm
parent3e29a9a80e6f940e8b8f7f6b92318793d5d30b90 (diff)
downloadpublic-inbox-4c48cee337c2d05d13122e442f7950b640e25b38.tar.gz
In case git has other object types in the future...
Diffstat (limited to 'lib/PublicInbox/ViewVCS.pm')
-rw-r--r--lib/PublicInbox/ViewVCS.pm2
1 files changed, 1 insertions, 1 deletions
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) .