[FFmpeg-devel] [PATCH]download: Use git.ffmpeg.org to browse repository

Lou Logan lou at lrcd.com
Fri Mar 9 01:02:39 EET 2018


On Thu, 8 Mar 2018 23:37:19 +0100
Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> Hi!
> 
> Is there a reason why we point users to another website to browse the
> FFmpeg repository?

My guess is fa2da62:
src/download: use a https based link for main "Browse" button

But git.ffmpeg.org now has HTTPS so it's a moot point.

> Carl Eugen
> From 36be2bb8ceaa5d564e999aa6c748d826ebfe757b Mon Sep 17 00:00:00 2001
> From: Carl Eugen Hoyos <ceffmpeg at gmail.com>
> Date: Thu, 8 Mar 2018 23:35:29 +0100
> Subject: [PATCH] download: Use git.ffmpeg.org to browse repository.
> 
> ---
>  src/download |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/download b/src/download
> index 6783c35..b03e3d0 100644
> --- a/src/download
> +++ b/src/download
> @@ -143,7 +143,7 @@
>                <i class="fa fa-git"></i>
>                Snapshot
>              </a>  
> -            <a href="https://github.com/FFmpeg/FFmpeg" class="btn btn-success">
> +            <a href="https://git.ffmpeg.org/gitweb/ffmpeg.git" class="btn btn-success">
>                Browse
>              </a>
>            </div>

Fine with me.


More information about the ffmpeg-devel mailing list