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)
commite5ea701b8e2901dd01b50e9ca296ad940cd65cbc
treece38e7cfa0904b80960a4cb7c4fbb39df35ba516
parentf6075ebadb1fce2bd75f2dd68b8aeae40a69158a
Use the --parents flag to git-rev-list.

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.
gitk