diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:11:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:11:38 +0200 |
commit | 042cc10c62b15f9e9cc50e17c88996a2f4fa1dff (patch) | |
tree | f6ed6f231b05c3891b8e3f304b13000e9e282cd5 /using-git.texinfo | |
parent | put glossary after license (diff) | |
download | using-git-042cc10c62b15f9e9cc50e17c88996a2f4fa1dff.tar.gz using-git-042cc10c62b15f9e9cc50e17c88996a2f4fa1dff.tar.bz2 using-git-042cc10c62b15f9e9cc50e17c88996a2f4fa1dff.tar.xz |
add commit (noun) to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 6b750d1..e20aacf 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1298,7 +1298,16 @@ Creating a new commit from a subset of commits. A working tree is clean if has no changes relative to the current @code{HEAD} -@c @item commit +@item commit (noun) +A single point in the development history +stored in Git. The entire history of a project +is represented as a set of interrelated commits. + +Alternatives to Git may use the terms `revision' +or `version' instead of `commit'. `Commit' is +also used as a short and for `commit object'. + +@c @item commit (verb) @item commit object A Git internal object which contains the |