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:
1cc152e
)
allow git-cvsserver changesets
author
Andrew Dunstan
<andrew@dunslane.net>
Fri, 8 Oct 2010 14:31:31 +0000
(14:31 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Fri, 8 Oct 2010 14:31:31 +0000
(14:31 +0000)
cgi-bin/show_log.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_log.pl
b/cgi-bin/show_log.pl
index cfee5710bc73461a05cc8efe9f732d6f70f92278..d282c1e3e57113a437d5fee8df029070b98ac487 100755
(executable)
--- a/
cgi-bin/show_log.pl
+++ b/
cgi-bin/show_log.pl
@@
-99,7
+99,7
@@
foreach my $chgd ($changed_this_run,$changed_since_success)
}
elsif ($scm eq 'cvs')
{
- next unless m!^
pgsql
/!;
+ next unless m!^
(pgsql|master|REL\d_\d_STABLE)
/!;
s!(^\S+)(\s+)(\S+)!<a href="$cvsurl/$1?rev=$3">$1$2$3</a>!;
}
}