Hacker News new | ask | show | jobs
by erso 5110 days ago
kisielk got it right, but to add:

A commit knows about its history via its parent(s), thus the arrow pointing to the parent. As far as I know no commit can (or for that matter should) know about its descendants.

Does that help?