diff options
author | Tuncer Ayaz <[email protected]> | 2011-03-18 17:12:30 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-04-28 15:26:10 +0200 |
commit | 3f25aa33594331fe49bcb3604655fae493c49b89 (patch) | |
tree | 79862ba9ce27913d96f1a5ef1c2bcf00690cf576 | |
parent | 7688fe1694508c8d009425cffe1c87d0ca89577f (diff) | |
download | otp-3f25aa33594331fe49bcb3604655fae493c49b89.tar.gz otp-3f25aa33594331fe49bcb3604655fae493c49b89.tar.bz2 otp-3f25aa33594331fe49bcb3604655fae493c49b89.zip |
Use https github url
-rwxr-xr-x | page | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ the topic branch has been updated. <ul> END -my $root_url = "http://github.com/erlang/otp/commit"; +my $root_url = "https://github.com/erlang/otp/commit"; foreach (`git log --oneline --first-parent dev..pu`) { if (/^([\da-f]*) Merge branch '([^\']*)'/) { my($child,$topic) = ($1,$2); |