git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ab3a3
)
Fix a second bad gitweb link
author
Todd Lyons
<tlyons@exim.org>
Tue, 6 May 2014 12:14:28 +0000
(
05:14
-0700)
committer
Todd Lyons
<tlyons@exim.org>
Tue, 6 May 2014 12:14:28 +0000
(
05:14
-0700)
templates/log.tt
patch
|
blob
|
history
diff --git
a/templates/log.tt
b/templates/log.tt
index a151d6cc5b03ed5229f1a73df8714eb866273dff..223339743343f8e8473b15ad547d767ecc312e0c 100644
(file)
--- a/
templates/log.tt
+++ b/
templates/log.tt
@@
-105,7
+105,7
@@
See accompanying License file for license details
<h5>Git log</h5>
<pre>
[% IF last_build_git_ref && git_head_ref %]
-<a href="https://github.com/
postgres/postgres
/compare/[% last_build_git_ref %]...[% git_head_ref %]">Change Set for this build</a>
+<a href="https://github.com/
Exim/exim
/compare/[% last_build_git_ref %]...[% git_head_ref %]">Change Set for this build</a>
[% END %]
[% FOREACH clog IN changed_this_run_logs ; PROCESS gitlog -%]
[%- END -%]