diff options
author | Marcus Fritzsch <m@fritschy.de> | 2007-07-06 09:02:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-06 10:49:12 -0700 |
commit | 483891810c5f814ede2407999a0d0b961def246c (patch) | |
tree | eccb290d2bd59c60390ca05751ac13d700892b70 /Documentation | |
parent | 46f74f007b86452c4b4135f5145f94eefc994ea2 (diff) | |
download | git-483891810c5f814ede2407999a0d0b961def246c.tar.gz |
Fixed a formulation mistake in Documentation/user-manual.txt
This one fixes a small formulation weirdness in
Documentation/user-manual.txt
Signed-off-by: Marcus Fritzsch <m@fritschy.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index ff7c71d4fb..c23077c724 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2957,13 +2957,13 @@ developed. If you blow the directory cache away entirely, you generally haven't lost any information as long as you have the name of the tree that it described. -At the same time, the index is at the same time also the -staging area for creating new trees, and creating a new tree always -involves a controlled modification of the index file. In particular, -the index file can have the representation of an intermediate tree that -has not yet been instantiated. So the index can be thought of as a -write-back cache, which can contain dirty information that has not yet -been written back to the backing store. +At the same time, the index is also the staging area for creating +new trees, and creating a new tree always involves a controlled +modification of the index file. In particular, the index file can +have the representation of an intermediate tree that has not yet been +instantiated. So the index can be thought of as a write-back cache, +which can contain dirty information that has not yet been written back +to the backing store. |