If the most basic concepts are not explained in the definition section,
but are only explained later and implicitly, the reader is left slightly
puzzled.

Signed-off-by: Johannes Schindelin <[EMAIL PROTECTED]>
---
 rfc.xml |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/rfc.xml b/rfc.xml
index 0958331..caa122f 100644
--- a/rfc.xml
+++ b/rfc.xml
@@ -250,6 +250,31 @@
         derived from digesting the object type, length and content.
 
 </t>
+<t hangText="References:">
+
+       The References are the Git refs of the repository being shared.
+
+</t>
+<t hangText="Commit reel offset:">
+
+       An offset into the list of all revisions sorted by their natural
+       topological order, their commit date and their SHA-1.
+
+</t>
+<t hangText="Commit reel:">
+
+       A commit reel consists of two commit reel offsets, and all the objects
+       that are reachable from the revisions between the two offsets, but
+       not the revisions after the second offset.  In Git terms, a commit 
+       reel is a bundle.
+
+</t>
+<t hangText="Block:">
+
+       A block is the actual content of a commit reel, i.e. the objects.
+       In Git terms, it is a pack.
+
+</t>
 </list>
 </section>
 
-- 
1.6.0.rc1.18.g2b4dd


_______________________________________________
Gittorrent mailing list
Gittorrent@lists.utsl.gen.nz
http://lists.utsl.gen.nz/mailman/listinfo.cgi/gittorrent

Reply via email to