Felipe Contreras writes:
>> This updates the parse_object() moved by the previous patch. At this
>> point in the codeflow, unlike the original, we already _know_ the
>> object must be a commit; wouldn't an equivalent of:
>>
>> object = &(lookup_commit(sha1)->object)
>>
>> be more correct
On Fri, May 3, 2013 at 4:54 PM, Junio C Hamano wrote:
> Felipe Contreras writes:
>
>> We don't need the parsed objects at this point, merely the information
>> that they have marks.
>>
>> Seems to be three times faster in my setup with lots of objects.
>>
>> Signed-off-by: Felipe Contreras
>> --
Felipe Contreras writes:
> We don't need the parsed objects at this point, merely the information
> that they have marks.
>
> Seems to be three times faster in my setup with lots of objects.
>
> Signed-off-by: Felipe Contreras
> ---
> builtin/fast-export.c | 2 +-
> 1 file changed, 1 insertion(
We don't need the parsed objects at this point, merely the information
that they have marks.
Seems to be three times faster in my setup with lots of objects.
Signed-off-by: Felipe Contreras
---
builtin/fast-export.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/fas
4 matches
Mail list logo