diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-18 14:32:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-18 14:32:19 +0200 |
commit | 6daee40046a70c7ff5a0b402becfa7958c08e7ac (patch) | |
tree | ce6676d1e67ec6d096d931a60e850de73bffe6dd /using-git.texinfo | |
parent | add pack index to glossary (diff) | |
download | using-git-6daee40046a70c7ff5a0b402becfa7958c08e7ac.tar.gz using-git-6daee40046a70c7ff5a0b402becfa7958c08e7ac.tar.bz2 using-git-6daee40046a70c7ff5a0b402becfa7958c08e7ac.tar.xz |
add ref and refspec to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 9118869..087912c 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2152,8 +2152,8 @@ A list of metadata for objects in a pack, to speed up access time of individual objects. -@c @item pathspec -@c @item pickaxe +@c TODO @item pathspec +@c TODO @item pickaxe @item plumbing The fundamental tools of source code management. @@ -2176,9 +2176,15 @@ repository. The action of rewriting history by pretending that you pulled updates before committing. -@c @item ref -@c @item reflog -@c @item refspec +@item ref +SHA-1 hash or name of a particular object. + +@c TODO @item reflog + +@item refspec +Description of the mapping between ref and +local ref. Used by fetch and push. + @c @item remote-tracking branch @c @item repository |