1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 09:49:58 +02:00

git-howto: update git url.

git.videolan.org is confusing to some users as videolan is a seperate project from ffmpeg.
the new name points to git.videolan.org but avoids the confusion.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-20 22:31:36 +01:00
parent 15a686b714
commit 3cc04b6a9a

View File

@ -44,11 +44,11 @@ I. BASICS:
1. Cloning the source tree:
git clone git://git.videolan.org/ffmpeg <target>
git clone git://source.ffmpeg.org/ffmpeg <target>
This will put the FFmpeg sources into the directory <target>.
git clone git@git.videolan.org:ffmpeg <target>
git clone git@source.ffmpeg.org:ffmpeg <target>
This will put the FFmpeg sources into the directory <target> and let
you push back your changes to the remote repository.
@ -97,7 +97,7 @@ I. BASICS:
git log <filename(s)>
You may also use the graphical tools like gitview or gitk or the web
interface available at http://git.videolan.org
interface available at http://source.ffmpeg.org
6. Checking source tree status: