[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0e12bbe download: move git instructions
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Sep 29 00:25:32 CEST 2011
The branch, master has been updated
via 0e12bbe47ca4e199cd0ea795bbc0735e85ee26bb (commit)
via 7e1ac972a6ef75d8c31cb1656691302e51be7825 (commit)
from 74192a88e39583fe7cfdc11f7e27715275292c21 (commit)
- Log -----------------------------------------------------------------
commit 0e12bbe47ca4e199cd0ea795bbc0735e85ee26bb
Author: Francesco Cosoleto <cosoleto at gmail.com>
AuthorDate: Thu Sep 29 00:20:42 2011 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Sep 29 00:20:42 2011 +0200
download: move git instructions
diff --git a/src/download b/src/download
index 26660b0..58d1e43 100644
--- a/src/download
+++ b/src/download
@@ -15,6 +15,20 @@ Given the decentralized nature of Git, multiple repositories from
developers and groups of developers are available.
</p>
+<p>
+You can retrieve the source code through the standard Git client by
+using the command:
+</p>
+
+<blockquote>
+<pre>git clone <i>CLONE_URL</i> ffmpeg</pre>
+</blockquote>
+
+<p>
+where <i>CLONE_URL</i> is one of the Git clone URLs listed in the
+table below.
+</p>
+
<table id="repos">
<thead>
<tr>
@@ -122,20 +136,6 @@ developers and groups of developers are available.
</tbody>
</table>
-<p>
-You can retrieve the source code through the standard Git client by
-using the command:
-</p>
-
-<blockquote>
-<pre>git clone <i>CLONE_URL</i> ffmpeg</pre>
-</blockquote>
-
-<p>
-where <i>CLONE_URL</i> is one of the Git clone URLs listed in the
-table above.
-</p>
-
<h2>FFmpeg Repository Snapshots</h2>
commit 7e1ac972a6ef75d8c31cb1656691302e51be7825
Author: Francesco Cosoleto <cosoleto at gmail.com>
AuthorDate: Thu Sep 29 00:12:49 2011 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Sep 29 00:12:49 2011 +0200
download: fix ffmpeg-web clone URL
Signed-off-by: Francesco Cosoleto <cosoleto at gmail.com>
diff --git a/src/download b/src/download
index 2cfb650..26660b0 100644
--- a/src/download
+++ b/src/download
@@ -37,7 +37,7 @@ developers and groups of developers are available.
to use.</td>
</tr>
<tr>
- <td><a href="gil at ffmpeg.org:ffmpeg-web">gil at ffmpeg.org:ffmpeg-web</a></td>
+ <td><a href="git://ffmpeg.org/ffmpeg-web">git://ffmpeg.org/ffmpeg-web</a></td>
<td>-</td>
<td>-</td>
<td>Michael Niedermayer</td>
-----------------------------------------------------------------------
Summary of changes:
src/download | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list