diff options
author | Jim Meyering <jim@meyering.net> | 2008-01-29 20:38:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-29 22:00:34 -0800 |
commit | a5d86f7406ecda78b44faf9ab50b7c6e419dba9d (patch) | |
tree | 287998eb9b1401c65f4e35e149d9f644ca467ca7 /Documentation/technical | |
parent | reflog-expire: Avoid creating new files in a directory inside readdir(3) loop (diff) | |
download | tgif-a5d86f7406ecda78b44faf9ab50b7c6e419dba9d.tar.xz |
fix doc typos
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/racy-git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/racy-git.txt b/Documentation/technical/racy-git.txt index 5030d9f2f8..6bdf034b3a 100644 --- a/Documentation/technical/racy-git.txt +++ b/Documentation/technical/racy-git.txt @@ -184,7 +184,7 @@ In a large project where raciness avoidance cost really matters, however, the initial computation of all object names in the index takes more than one second, and the index file is written out after all that happens. Therefore the timestamp of the -index file will be more than one seconds later than the the +index file will be more than one seconds later than the youngest file in the working tree. This means that in these cases there actually will not be any racily clean entry in the resulting index. |