diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 7 |
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. |