From mboxrd@z Thu Jan 1 00:00:00 1970 From: "W. Trevor King" Subject: [PATCH v2 4/4] Documentation: Update 'linux-2.6.git' -> 'linux.git' Date: Sat, 22 Jun 2013 10:46:27 -0400 Message-ID: References: <7vppvhye6s.fsf@alter.siamese.dyndns.org> Cc: Junio C Hamano , David Aguilar , "W. Trevor King" To: Git X-From: git-owner@vger.kernel.org Sat Jun 22 16:46:40 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UqP5K-0003Nh-UD for gcvg-git-2@plane.gmane.org; Sat, 22 Jun 2013 16:46:39 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756286Ab3FVOqf (ORCPT ); Sat, 22 Jun 2013 10:46:35 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:50188 "EHLO vms173011pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308Ab3FVOqe (ORCPT ); Sat, 22 Jun 2013 10:46:34 -0400 Received: from odin.tremily.us ([unknown] [72.68.80.60]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MOS003QVUDK6220@vms173011.mailsrvcs.net> for git@vger.kernel.org; Sat, 22 Jun 2013 09:46:33 -0500 (CDT) Received: by odin.tremily.us (Postfix, from userid 1000) id 013A1A3D886; Sat, 22 Jun 2013 10:46:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1371912392; bh=VTDi+UQcW04bCg1OcyCSq0r4KF4c25Mgjvuxn8KEHGA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References; b=oms2NaiwIby+nCQcq8jZSQwWlln83K8ia+tW6EuxgG3PIKaAoRxN3isJLm4ylxzju K9sl5pVrXqouuhmg92w6atET2cprhH21vLedMIaiZCtvUb3/y0jsiDCVIsJhnaXFXS lleXL4YZZKNu6WDSlNPK79KinouJdIiqefOVvnCg= X-Mailer: git-send-email 1.8.1.5 In-reply-to: In-reply-to: References: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: "W. Trevor King" 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 --- Documentation/git-clone.txt | 4 ++-- Documentation/git-fast-export.txt | 2 +- Documentation/technical/racy-git.txt | 6 +++--- Documentation/user-manual.txt | 8 ++++---- t/perf/README | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index bf05ada..98b139c 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 ------------ diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index d6487e1..0314da3 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -137,7 +137,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/technical/racy-git.txt b/Documentation/technical/racy-git.txt index 6dc82ca..f716d6d 100644 --- a/Documentation/technical/racy-git.txt +++ b/Documentation/technical/racy-git.txt @@ -135,9 +135,9 @@ them, and give the same timestamp to the index file: $ git ls-files | git update-index --stdin $ touch -r .datestamp .git/index -This will make all index entries racily clean. The linux-2.6 -project, for example, there are over 20,000 files in the working -tree. On my Athlon 64 X2 3800+, after the above: +This will make all index entries racily clean. The linux project, for +example, there are over 20,000 files in the working tree. On my +Athlon 64 X2 3800+, after the above: $ /usr/bin/time git diff-files 1.68user 0.54system 0:02.22elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 4283d8f..a13de93 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -66,8 +66,8 @@ $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git The initial clone may be time-consuming for a large project, but you will only need to clone once. -The clone command creates a new directory named after the project (`git` -or `linux-2.6` in the examples above). After you cd into this +The clone command creates a new directory named after the project +(`git` or `linux` in the examples above). After you cd into this directory, you will see that it contains a copy of the project files, called the <>, together with a special top-level directory named `.git`, which contains all the information @@ -2162,7 +2162,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 ------------------------------------------------- @@ -2204,7 +2204,7 @@ make it easy to push both branches to your public tree. (See ------------------------------------------------- $ cat >> .git/config <