aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-03 20:03:42 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-03 20:03:42 +0200
commit0d89e44a5cce93911d858ec7efac7ec7145becac (patch)
tree31ba8a3dc38c1b784544bff61216bc64b7522ddd
parentexplination of remote tag removal syntax (diff)
downloadusing-git-0d89e44a5cce93911d858ec7efac7ec7145becac.tar.gz
using-git-0d89e44a5cce93911d858ec7efac7ec7145becac.tar.bz2
using-git-0d89e44a5cce93911d858ec7efac7ec7145becac.tar.xz
add commit object to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo7
1 files changed, 6 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index b706a70..0cd94fc 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1293,7 +1293,12 @@ A working tree is clean if has no changes
relative to the current @code{HEAD}
@c @item commit
-@c @item commit object
+
+@item commit object
+A Git internal object which contains the
+information about a particalur revision.
+It contains informations such as author,
+commiter, date, files and parents.
@item core Git
The fundamental tools of source code management.