about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepobrowseGitLog.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-16 22:22:42 +0000
committerEric Wong <e@80x24.org>2016-04-05 18:58:27 +0000
commit9114c0649e4f675afae1128e73b4d1b94d8929e5 (patch)
tree05ff2e0482b3c78f41feed25842481bd300012ee /lib/PublicInbox/RepobrowseGitLog.pm
parent940a4d5f32ae0bed0e39da852dacf44798d7c623 (diff)
downloadpublic-inbox-9114c0649e4f675afae1128e73b4d1b94d8929e5.tar.gz
Sometimes; people like to advertise projects and group them.
Of course, "-hidden" is a valid group for projects which do
not want to be advertised.
Diffstat (limited to 'lib/PublicInbox/RepobrowseGitLog.pm')
-rw-r--r--lib/PublicInbox/RepobrowseGitLog.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepobrowseGitLog.pm b/lib/PublicInbox/RepobrowseGitLog.pm
index 197d2cb1..0c360e73 100644
--- a/lib/PublicInbox/RepobrowseGitLog.pm
+++ b/lib/PublicInbox/RepobrowseGitLog.pm
@@ -29,7 +29,7 @@ sub call_git_log {
         sub {
                 my ($res) = @_; # Plack callback
                 my $fh = $res->([200, ['Content-Type'=>'text/html']]);
-                my $title = utf8_html("log: $repo_info->{path_info} ($h)");
+                my $title = "log: $repo_info->{repo} ".utf8_html("($h)");
                 $fh->write($self->html_start($req, $title));
                 git_log_stream($req, $q, $log, $fh, $git);
                 $fh->close;