On Sun, Aug 20, 2006 at 11:43:22AM +0100, Catalin Marinas wrote: > 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? Yes, git-rev-list at least takes info/grafts into account. > >+ self.__parents = split(_output_lines('git-rev-list --parents > >--max-count=1 %s' % id_hash)[0])[1:] > > Instead of using the split() method, you could call > _output_lines('git-rev-list --parents --max-count=1 %s' % > id_hash)[0].split()[1:]. Maybe that's why they might deprecate the > global split method. Ah, OK. Best regards, -- Yann. -- VGER BF report: U 0.500235 - 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