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 \
   /pub/scm/.../me/subsys-2.6.git
 
 Perhaps subsys.git instead of subsys-2.6.git too?

Good point.  `git grep -- -2.6.git` also turns up a few references to
git://linux-nfs.org/pub/nfs-2.6.git, but I can't figure out where that
has gone.  It looks like the NFS folks only have personal repositories
anymore [1].

Cheers,
Trevor

[1]: http://git.linux-nfs.org/

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy


signature.asc
Description: OpenPGP digital signature


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
  * Create a repository on the kernel.org machine that borrows from Linus:
  +
  
 -$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
 +$ git clone --bare -l -s /pub/scm/.../torvalds/linux.git \
  /pub/scm/.../me/subsys-2.6.git
  

Aside from s|subsys-2.6|subsys| David already mentioned, I think
it is a lot saner to remove this particular example.  Nobody runs
shell on k.org machines these days, and local borrowing -l -s is
already shown in another example.

Also you seem to have missed another linux-2.6 my2.6 clone in the
first example.

Will not apply in this form; expecting a reroll.

Thanks.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 +274,7 @@ $ git clone --bare -l /home/proj/.git /pub/scm/proj.git
   * Create a repository on the kernel.org machine that borrows from Linus:
   +
   
  -$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
  +$ git clone --bare -l -s /pub/scm/.../torvalds/linux.git \
   /pub/scm/.../me/subsys-2.6.git
   
 
 Aside from s|subsys-2.6|subsys| David already mentioned, I think
 it is a lot saner to remove this particular example.  Nobody runs
 shell on k.org machines these days, and local borrowing -l -s is
 already shown in another example.
 
 Also you seem to have missed another linux-2.6 my2.6 clone in the
 first example.

Between the nfs-2.6 examples I mentioned earlier, the my2.6 clone
here, and the:

  $ git clone --reference my2.6 \
git://git.kernel.org/pub/scm/.../linux-2.7 \
my2.7

example listed later in git-clone.txt, I think we're trying to push
linux.git examples too far ;).  However, I can't think of a simple
example for --reference that doesn't drag in a longer discussion to
motivate shared object repositories.  I'll hunt through the rest of
the docs looking for other examples I can reuse.

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).  Further cleanups to remove references to the NFS and
my2.{6,7} stuff and replace them with alternative examples can come as
follow-up patches in v2 of this series.  Does that sound reasonable?

Should the size updates from 2/2 (user-manual: Update download size
for Git and the kernel) go into the reroll, or have they been picked
up in a separate branch?

Cheers,
Trevor

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy


signature.asc
Description: OpenPGP digital signature


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) go into the reroll, or have they been picked
 up in a separate branch?

I think 2/2 is fine.  Here is what I'll queue.

diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index e831cc2..1cbf5af 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -57,10 +57,10 @@ download a copy of an existing repository.  If you don't 
already have a
 project in mind, here are some interesting examples:
 
 
-   # Git itself (approx. 10MB download):
+   # Git itself (approx. 40MB download):
 $ git clone git://git.kernel.org/pub/scm/git/git.git
-   # the Linux kernel (approx. 150MB download):
-$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
+   # the Linux kernel (approx. 640MB download):
+$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 
 
 The initial clone may be time-consuming for a large project, but you
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[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 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 wk...@tremily.us
---
 Documentation/git-clone.txt   | 2 +-
 Documentation/git-fast-export.txt | 2 +-
 Documentation/user-manual.txt | 6 +++---
 t/perf/README | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

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
 * Create a repository on the kernel.org machine that borrows from Linus:
 +
 
-$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
+$ git clone --bare -l -s /pub/scm/.../torvalds/linux.git \
 /pub/scm/.../me/subsys-2.6.git
 
 
diff --git a/Documentation/git-fast-export.txt 
b/Documentation/git-fast-export.txt
index efb0380..85f1f30 100644
--- a/Documentation/git-fast-export.txt
+++ b/Documentation/git-fast-export.txt
@@ -141,7 +141,7 @@ Limitations
 ---
 
 Since 'git fast-import' cannot tag trees, you will not be
-able to export the linux-2.6.git repository completely, as it contains
+able to export the linux.git repository completely, as it contains
 a tag referencing a tree instead of a commit.
 
 GIT
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index e831cc2..cd9941a 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -60,7 +60,7 @@ project in mind, here are some interesting examples:
# Git itself (approx. 10MB download):
 $ git clone git://git.kernel.org/pub/scm/git/git.git
# the Linux kernel (approx. 150MB download):
-$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
+$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 
 
 The initial clone may be time-consuming for a large project, but you
@@ -2156,7 +2156,7 @@ To set this up, first create your work tree by cloning 
Linus's public
 tree:
 
 -
-$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git work
+$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
work
 $ cd work
 -
 
@@ -2198,7 +2198,7 @@ make it easy to push both branches to your public tree.  
(See
 -
 $ cat  .git/config EOF
 [remote mytree]
-   url =  master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
+   url =  master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux.git
push = release
push = test
 EOF
diff --git a/t/perf/README b/t/perf/README
index c552f56..8848c14 100644
--- a/t/perf/README
+++ b/t/perf/README
@@ -66,7 +66,7 @@ You can set the following variables (also in your config.mak):
 GIT_PERF_LARGE_REPO
Repositories to copy for the performance tests.  The normal
repo should be at least git.git size.  The large repo should
-   probably be about linux-2.6.git size for optimal results.
+   probably be about linux.git size for optimal results.
Both default to the git.git you are running from.
 
 You can also pass the options taken by ordinary git tests; the most
-- 
1.8.3

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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].

 [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 wk...@tremily.us
 ---
  Documentation/git-clone.txt   | 2 +-
  Documentation/git-fast-export.txt | 2 +-
  Documentation/user-manual.txt | 6 +++---
  t/perf/README | 2 +-
  4 files changed, 6 insertions(+), 6 deletions(-)

 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
  * Create a repository on the kernel.org machine that borrows from Linus:
  +
  
 -$ git clone --bare -l -s /pub/scm/.../torvalds/linux-2.6.git \
 +$ git clone --bare -l -s /pub/scm/.../torvalds/linux.git \
  /pub/scm/.../me/subsys-2.6.git

Perhaps subsys.git instead of subsys-2.6.git too?
--
David
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html