aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 14:59:12 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 14:59:12 +0200
commit4f7813d875042a4d60026668c37905b29d397ec0 (patch)
tree02cd938d4f342b856353cb343c58019b32e00dff /using-git.texinfo
parenton file renames (diff)
downloadusing-git-4f7813d875042a4d60026668c37905b29d397ec0.tar.gz
using-git-4f7813d875042a4d60026668c37905b29d397ec0.tar.bz2
using-git-4f7813d875042a4d60026668c37905b29d397ec0.tar.xz
m + add remote-tracking branch to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo11
1 files changed, 10 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index b6c7c3d..47d7ba0 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -2135,6 +2135,7 @@ or the currently checkout commit in which case
the @code{HEAD} is ``detached''.
@item head ref
+@itemx head reference
Synonym for `head'.
@item hook
@@ -2203,6 +2204,8 @@ to speed up access time of individual
objects.
@c TODO @item pathspec
+@c @item path specification
+
@c TODO @item pickaxe
@item plumbing
@@ -2227,15 +2230,21 @@ The action of rewriting history by pretending
that you pulled updates before committing.
@item ref
+@itemx reference
SHA-1 hash or name of a particular object.
@c TODO @item reflog
+@c @itemx reference log
@item refspec
+@itemx reference specification
Description of the mapping between ref and
local ref. Used by fetch and push.
-@c @item remote-tracking branch
+@item remote-tracking branch
+A reference to a brnach that is used to
+follow changes in another repository.
+
@c @item repository
@item resolve