diff options
author | W. Trevor King <wking@tremily.us> | 2013-06-22 10:46:27 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-22 23:36:48 -0700 |
commit | 283efb010806d26967a1865d81d6538507c04acf (patch) | |
tree | 58f1869ce6fdcf13097b3535eb4002369b24d03b /Documentation/git-clone.txt | |
parent | Documentation: Update the NFS remote examples to use the staging repo (diff) | |
download | tgif-283efb010806d26967a1865d81d6538507c04acf.tar.xz |
Documentation: Update 'linux-2.6.git' -> 'linux.git'
The 3.x tree has been out for a while now. The -2.6 repository name
survived the initial release [1], but kernel.org now only lists
'linux.git' (for aegl as well as torvalds) [2].
[1]: http://article.gmane.org/gmane.linux.kernel/1147422
On 2011-05-30 01:47:57 GMT, Linus Torvalds wrote:
> ... yes, that means that my git tree is still called
> "linux-2.6.git" on kernel.org.
[2]: http://git.kernel.org/cgit/
Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 84729b0887..450f158779 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -239,8 +239,8 @@ Examples * Clone from upstream: + ------------ -$ git clone git://git.kernel.org/pub/scm/.../linux-2.6 my2.6 -$ cd my2.6 +$ git clone git://git.kernel.org/pub/scm/.../linux.git my-linux +$ cd my-linux $ make ------------ |