Junio C Hamano writes:
>> @@ -395,10 +395,8 @@ int df_name_compare(const char *name1, int len1, int
>> mode1,
>> return c1 - c2;
>> }
>>
>> -int cache_name_compare(const char *name1, int flags1, const char *name2,
>> int flags2)
>> +int cache_name_stage_compare(const char *name1, int st
Thomas Gummerer writes:
> Strip the name length from the ce_flags field and move it
> into its own ce_namelen field in struct cache_entry. This
> will both give us a tiny bit of a performance enhancement
> when working with long pathnames and is part of the
> refactoring for the index-v5 file for
Strip the name length from the ce_flags field and move it
into its own ce_namelen field in struct cache_entry. This
will both give us a tiny bit of a performance enhancement
when working with long pathnames and is part of the
refactoring for the index-v5 file format.
Index-v5 won't store the name
3 matches
Mail list logo