Re: Subprojects tasks
From: Sven Verdoolaege <hidden>
Date: 2016-08-11 20:15:56
On Sat, Dec 16, 2006 at 11:58:10PM +0100, Martin Waitz wrote:
On Sat, Dec 16, 2006 at 01:07:04PM -0800, Junio C Hamano wrote:quoted
Sven Verdoolaege [off-list ref] writes:quoted
On Sat, Dec 16, 2006 at 10:32:36AM -0800, Junio C Hamano wrote:quoted
I suspect the hardest part is "rev-list --objects" (now most of it is found in revision.c). [..] But I think the updated code needs to know that "link" needs to be unwrapped and contained "commit" needs to be injected back to the ancestry walking machinery.Well, I already got to the point of using the commit directly, instead of any link object.
I think Junio is simply refering to the type of the object as represented in a tree and that the value would indeed just be the commit hash, as in your implementation.