Fixed a formulation mistake in Documentation/user-manual.txt
authorMarcus Fritzsch <m@fritschy.de>
Fri, 6 Jul 2007 07:02:20 +0000 (09:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2007 17:49:12 +0000 (10:49 -0700)
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>
Documentation/user-manual.txt
index ff7c71d4fb73932dd0925cf9dd19c74544f68055..c23077c724a6a22eee87018961d8435ffe3c0126 100644 (file)
@@ -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.
 
 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.