Re: [PATCH 1/2] Documentation: Update 'linux-2.6.git' - 'linux.git'

2013-06-19 Thread W. Trevor King
On Tue, Jun 18, 2013 at 10:05:50PM -0700, David Aguilar wrote: On Tue, Jun 18, 2013 at 6:55 PM, W. Trevor King wk...@tremily.us wrote: -$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \ +$ git clone --bare -l -s /pub/scm/.../torvalds/linux.git \

Re: [PATCH 1/2] Documentation: Update 'linux-2.6.git' - 'linux.git'

2013-06-19 Thread Junio C Hamano
W. Trevor King wk...@tremily.us writes: diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index a0727d7..8e5260f 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -274,7 +274,7 @@ $ git clone --bare -l /home/proj/.git /pub/scm/proj.git *

Re: [PATCH 1/2] Documentation: Update 'linux-2.6.git' - 'linux.git'

2013-06-19 Thread W. Trevor King
On Wed, Jun 19, 2013 at 10:07:24AM -0700, Junio C Hamano wrote: W. Trevor King wk...@tremily.us writes: diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index a0727d7..8e5260f 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -274,7

Re: [PATCH 1/2] Documentation: Update 'linux-2.6.git' - 'linux.git'

2013-06-19 Thread Junio C Hamano
W. Trevor King wk...@tremily.us writes: I think any doc rewrites should be outside the scope of this patch, which should just replace references to linux-2.6.git with linux.git (as it does). OK. Should the size updates from 2/2 (user-manual: Update download size for Git and the kernel)

[PATCH 1/2] Documentation: Update 'linux-2.6.git' - 'linux.git'

2013-06-18 Thread W. Trevor King
From: W. Trevor King wk...@tremily.us 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

Re: [PATCH 1/2] Documentation: Update 'linux-2.6.git' - 'linux.git'

2013-06-18 Thread David Aguilar
On Tue, Jun 18, 2013 at 6:55 PM, W. Trevor King wk...@tremily.us wrote: From: W. Trevor King wk...@tremily.us 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].