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/technical/racy-git.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/technical/racy-git.txt')
-rw-r--r-- | Documentation/technical/racy-git.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/racy-git.txt b/Documentation/technical/racy-git.txt index 6dc82ca5a8..f716d6d97f 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 |