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