bagder: curl-www/auto last5commits.pl,1.7,1.8
[email protected] Fri, 26 Mar 2010 06:58:05 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv14137
Modified Files:
last5commits.pl
Log Message:
fix github url
Index: last5commits.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/last5commits.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- last5commits.pl 22 Mar 2010 22:20:31 -0000 1.7
+++ last5commits.pl 26 Mar 2010 06:58:03 -0000 1.8
@@ -32,7 +32,7 @@
$auth =~ s/ at (.)/ at $1 /;
printf("<tr class=\"%s\"><td nowrap><a href=\"%s/%s\">%s</a></td><td>%s</td><td><pre>%s</pre></td><td>%s</td></tr>\n",
$cl,
- "http://github.com/bagder/curl/commit/",
+ "http://github.com/bagder/curl/commit",
$c{'commit'},
$c{'Date:'}, $auth,
$c{'files'}, $c{'desc'});