aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--using-git.texinfo8
1 files changed, 7 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index dd37aa9..9118869 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -2147,7 +2147,11 @@ you cloned.
@item pack
A set of objects that have been compressed.
-@c @item pack index
+@item pack index
+A list of metadata for objects in a pack,
+to speed up access time of individual
+objects.
+
@c @item pathspec
@c @item pickaxe
@@ -2166,6 +2170,8 @@ branch, often a remote-tracking branch.
The adcttion of sending updates to a remote
repository.
+@c TODO @item reachable
+
@item rebase
The action of rewriting history by pretending
that you pulled updates before committing.