aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-18 14:26:40 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-18 14:26:40 +0200
commit2d68b40817af0e0c494a225fffcda824f6881585 (patch)
tree0353fc2b6dea7d91b9dde80b584ae2d4e2690440 /using-git.texinfo
parentadd rebase to glossary (diff)
downloadusing-git-2d68b40817af0e0c494a225fffcda824f6881585.tar.gz
using-git-2d68b40817af0e0c494a225fffcda824f6881585.tar.bz2
using-git-2d68b40817af0e0c494a225fffcda824f6881585.tar.xz
add pack index to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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.