projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2c3589b
)
Update git-howto with ffmpeg.org URLs
author
Mans Rullgard
<mans@mansr.com>
Sun, 16 Jan 2011 19:23:00 +0000
(19:23 +0000)
committer
Mans Rullgard
<mans@mansr.com>
Tue, 18 Jan 2011 20:48:23 +0000
(20:48 +0000)
doc/git-howto.txt
patch
|
blob
|
history
diff --git
a/doc/git-howto.txt
b/doc/git-howto.txt
index
8b1fc14
..
519c897
100644
(file)
--- a/
doc/git-howto.txt
+++ b/
doc/git-howto.txt
@@
-44,11
+44,11
@@
I. BASICS:
1. Cloning the source tree:
1. Cloning the source tree:
- git clone git://git.
videolan.org/ffmpeg
<target>
+ git clone git://git.
ffmpeg.org/ffmpeg.git
<target>
This will put the FFmpeg sources into the directory <target>.
This will put the FFmpeg sources into the directory <target>.
- git clone git@git.
videolan.org:ffmpeg
<target>
+ git clone git@git.
ffmpeg.org:ffmpeg.git
<target>
This will put the FFmpeg sources into the directory <target> and let
you push back your changes to the remote repository.
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
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://git.
ffmpeg.org/
6. Checking source tree status:
6. Checking source tree status:
@@
-255,5
+255,5
@@
I. BASICS:
where $SHA1 is the commit SHA1 from the 'git log' output.
where $SHA1 is the commit SHA1 from the 'git log' output.
-Contact the project admins <
roo
t at ffmpeg dot org> if you have technical
+Contact the project admins <
gi
t at ffmpeg dot org> if you have technical
problems with the GIT server.
problems with the GIT server.