From: Paul Mackerras Date: Thu, 18 Aug 2005 10:40:39 +0000 (+1000) Subject: Use the --parents flag to git-rev-list. X-Git-Tag: v0.99.5~13^2^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e5ea701b8e2901dd01b50e9ca296ad940cd65cbc;hp=e5ea701b8e2901dd01b50e9ca296ad940cd65cbc;p=git.git 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. ---