Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Instead of traversing them twice, we just build a list of branch switches, > pick the one we're interested in, and free the list again. Isn't the code keeping them all in core, or am I reading the patch wrong? If you know that you are interested in the nth-from-the-last switch, and if you are reading from the beginning, you would need to keep at most n last switches you have seen in core, wouldn't you? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html