diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-01 12:41:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-01 12:41:34 -0700 |
commit | 0d07e98e741b50dbb4b98d561f7aeb48fb6a7bbc (patch) | |
tree | b448a5b7092cd48f9c62c92557678df1a6c9ef32 /Documentation/technical | |
parent | Merge branch 'jc/topo-author-date-sort' (diff) | |
parent | Documentation: Update 'linux-2.6.git' -> 'linux.git' (diff) | |
download | tgif-0d07e98e741b50dbb4b98d561f7aeb48fb6a7bbc.tar.xz |
Merge branch 'wk/doc-in-linux-3.x-era'
Update documentation to match more recent realities.
* wk/doc-in-linux-3.x-era:
Documentation: Update 'linux-2.6.git' -> 'linux.git'
Documentation: Update the NFS remote examples to use the staging repo
doc/clone: Pick more compelling paths for the --reference example
doc/clone: Remove the '--bare -l -s' example
Diffstat (limited to 'Documentation/technical')
-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 |