summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2fa090b)
raw | patch | inline | side by side (parent: 2fa090b)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 00:16:04 +0000 (16:16 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 00:16:04 +0000 (16:16 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/glossary.txt | patch | blob | history | |
Documentation/sort_glossary.pl | patch | blob | history |
index 07df6b48be0aab9c711905a3109d90c7567cca3e..520f4c50fc129e1b1e3ad56a6219440590d4c6ed 100644 (file)
object database::
Stores a set of "objects", and an individial object is identified
- by its object name. The object usually live in $GIT_DIR/objects/.
+ by its object name. The objects usually live in `$GIT_DIR/objects/`.
blob object::
Untyped object, e.g. the contents of a file.
branch::
A non-cyclical graph of revisions, i.e. the complete history of
a particular revision, which is called the branch head. The
- branch heads are stored in $GIT_DIR/refs/heads/.
+ branch heads are stored in `$GIT_DIR/refs/heads/`.
ref::
A 40-byte hex representation of a SHA1 pointing to a particular
- object. These may be stored in $GIT_DIR/refs/.
+ object. These may be stored in `$GIT_DIR/refs/`.
head ref::
A ref pointing to a head. Often, this is abbreviated to "head".
- Head refs are stored in $GIT_DIR/refs/heads/.
+ Head refs are stored in `$GIT_DIR/refs/heads/`.
tree-ish::
A ref pointing to either a commit object, a tree object, or a
ent::
Favorite synonym to "tree-ish" by some total geeks. See
- http://en.wikipedia.org/wiki/Ent_(Middle-earth) for an in-depth
+ `http://en.wikipedia.org/wiki/Ent_(Middle-earth)` for an in-depth
explanation.
tag object::
tag::
A ref pointing to a tag or commit object. In contrast to a head,
a tag is not changed by a commit. Tags (not tag objects) are
- stored in $GIT_DIR/refs/tags/. A git tag has nothing to do with
+ stored in `$GIT_DIR/refs/tags/`. A git tag has nothing to do with
a Lisp tag (which is called object type in git's context).
A tag is most typically used to mark a particular point in the
commit ancestry chain.
index babbea04158404e0b38d332f4fd47e91482d3c60..e57dc78e0e9fd54812727f28eda6d534ad55ec51 100644 (file)
print 'GIT Glossary
============
-Aug 2005
This list is sorted alphabetically: