Use the --parents flag to git-rev-list.
authorPaul Mackerras <paulus@samba.org>
Thu, 18 Aug 2005 10:40:39 +0000 (20:40 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 18 Aug 2005 10:40:39 +0000 (20:40 +1000)
With --parents, git-rev-list gives us the list of parents on the
first line of each commit. We use that rather than looking for
the parent: lines in the commit body, since this way we get to
know about the grafts for free.

No differences found