diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:15:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:15:17 +0200 |
commit | f2301fb44da5134d299a8e4456c366b841a36334 (patch) | |
tree | b25c0274a8ce301f060a946a9b73f83c5384bfa0 /using-git.texinfo | |
parent | add commit (noun) to glossary (diff) | |
download | using-git-f2301fb44da5134d299a8e4456c366b841a36334.tar.gz using-git-f2301fb44da5134d299a8e4456c366b841a36334.tar.bz2 using-git-f2301fb44da5134d299a8e4456c366b841a36334.tar.xz |
add commit (verb) to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index e20aacf..1d1f2c2 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1307,7 +1307,11 @@ 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 (verb) +The action of storing a new snapshot of the +project's state. The state of the index is +stored and @code{HEAD} is advanced to the +new commit. @item commit object A Git internal object which contains the |