Re: [EXPERIMENTAL PATCH] O(n) bisection algorithm

From: Jon Seymour <jon.seymour@gmail.com>
Date: 2005-06-30 19:03:51
BTW: just in case you are wondering what these variables are for and
why they and the associated code is there...

> +static struct commit_list * topological_order = NULL;
> +static struct commit_list ** t_o_tail = &topological_order;

They are not required. This was a remnant of a previous version that
used the --merge-order code to obtain the topological order. Of
course, the final submission will remove this redundant code.

jon.
-
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
Received on Thu Jun 30 19:04:02 2005

This archive was generated by hypermail 2.1.8 : 2005-06-30 19:04:06 EST