Jeff King <peff@xxxxxxxx> writes: > The culprit is the recent changes to the builtins. cmd_read_tree now > takes an extra parameter 'prefix' which shadows the global declaration > in builtin-read-tree.c (and has a completely different meaning). Thanks -- well spotted. And of course "next" does not suffer because the prefix global is gone and is replaced with a member of a structure that is given as a parameter. - : 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