"Catalin Marinas" <catalin.marinas@xxxxxxxxx> writes: > On 14/08/06, Yann Dirson <ydirson@xxxxxxxxxx> wrote: >> This has the direct effect of taking info/grafts into account, since >> ignoring it only causes confusion. > > I don't know the difference but is there any between parsing the > commit file and using git-rev-list --parents? If you mean parsing "cat-file commit" output vs "rev-list --parents" output, the former shows the true parents while the latter shows a list of parents adjusted with information in the grafts file. If you are using pathspec then the latter further simplifies the parent list, but you know that already and you are not using that form here. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html