A confusing usage of the term 'successor' in the git glossary
From: Lee Doolan <hidden> Date: 2016-06-15 22:49:57
In the gitglossary
(http://www.kernel.org/pub/software/scm/git/docs/gitglossary.html) I
see this:
,----
| chain
|
| A list of objects, where each object in the list contains a reference
| to its successor (for example, the successor of a commit could be one
| of its parents).
`----
don't you mean predecessor instead of successor?