summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-19 19:06:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-01-19 19:06:32 +0100
commitfe678413557a3bcc4639897f7f8c30f61cc8fc31 (patch)
treea55bbc4ad082722f671aceff6487c59a4a49f6f6
parent111ccca602e96f18d4fab1117b2b768ae51814f7 (diff)
Revert "Update git-howto with ffmpeg.org URLs"
This reverts commit 69c92320d760d3925d5c83c4fbca6012deef4195. Reason is that this has been commited by mistake as discussed.
-rw-r--r--doc/git-howto.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt
index 519c8970ef..8b1fc14149 100644
--- a/doc/git-howto.txt
+++ b/doc/git-howto.txt
@@ -44,11 +44,11 @@ I. BASICS:
1. Cloning the source tree:
- git clone git://git.ffmpeg.org/ffmpeg.git <target>
+ git clone git://git.videolan.org/ffmpeg <target>
This will put the FFmpeg sources into the directory <target>.
- git clone git@git.ffmpeg.org:ffmpeg.git <target>
+ git clone git@git.videolan.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.ffmpeg.org/
+ interface available at http://git.videolan.org
6. Checking source tree status:
@@ -255,5 +255,5 @@ I. BASICS:
where $SHA1 is the commit SHA1 from the 'git log' output.
-Contact the project admins <git at ffmpeg dot org> if you have technical
+Contact the project admins <root at ffmpeg dot org> if you have technical
problems with the GIT server.