Re: [PATCH] Don't allow fast-import tree delta chains to exceed maximum depth

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Brian Downing
Date: Tuesday, November 13, 2007 - 10:45 pm

On Tue, Nov 13, 2007 at 11:48:42PM -0500, Shawn O. Pearce wrote:

I'm not sure, but I think that's too many ++'s.

The earlier patch had:

@@ -1084,6 +1087,7 @@ static int store_object(

                delta_count_by_type[type]++;
                last->depth++;
+               e->depth = last->depth;

                hdrlen = encode_header(OBJ_OFS_DELTA, deltalen, hdr);
                write_or_die(pack_data->pack_fd, hdr, hdrlen);

Which of course would be the equivalent of:


Maybe there's some cleverness here I'm missing, though.

-bcd
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Don't allow fast-import tree delta chains to e ..., Brian Downing, (Tue Nov 13, 10:45 pm)