[sorry about taking so much time to get back to you, was too busy with
other stuff to work on git]
Duy Nguyen writes:
> On Mon, Aug 19, 2013 at 2:42 AM, Thomas Gummerer wrote:
>> +char *super_directory(const char *filename)
>> +{
>> + char *slash;
>> +
>> + slash = strrchr(filename
On Sat, Aug 24, 2013 at 11:07 AM, Duy Nguyen wrote:
> On Mon, Aug 19, 2013 at 2:42 AM, Thomas Gummerer wrote:
>> Write the index version 5 file format to disk. This version doesn't
>> write the cache-tree data and resolve-undo data to the file.
>
> I keep having things to add after sending my ema
On Mon, Aug 19, 2013 at 2:42 AM, Thomas Gummerer wrote:
> Write the index version 5 file format to disk. This version doesn't
> write the cache-tree data and resolve-undo data to the file.
I keep having things to add after sending my emails. Now that we have
all conflicted entries in file block,
On Mon, Aug 19, 2013 at 2:42 AM, Thomas Gummerer wrote:
> +char *super_directory(const char *filename)
> +{
> + char *slash;
> +
> + slash = strrchr(filename, '/');
> + if (slash)
> + return xmemdupz(filename, slash-filename);
> + return NULL;
> +}
> +
Why is
Write the index version 5 file format to disk. This version doesn't
write the cache-tree data and resolve-undo data to the file.
The main work is done when filtering out the directories from the
current in-memory format, where in the same turn also the conflicts
and the file data is calculated.
H
5 matches
Mail list logo