Fix gitweb to not say shortlog instead of graph.
--- a/templates/gitweb/graph.tmpl Tue Jun 24 09:36:24 2008 +0200
+++ b/templates/gitweb/graph.tmpl Tue Jun 24 09:53:48 2008 +0200
@@ -1,5 +1,5 @@
#header#
-<title>#repo|escape#: Shortlog</title>
+<title>#repo|escape#: Graph</title>
<link rel="alternate" type="application/atom+xml"
href="{url}atom-log" title="Atom feed for #repo|escape#"/>
<link rel="alternate" type="application/rss+xml"
@@ -8,7 +8,7 @@
<body>
<div class="page_header">
-<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / shortlog
+<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / graph
</div>
<form action="{url}log">