On Sun, May 15, 2016 at 6:57 PM, Junio C Hamano <gits...@pobox.com> wrote: > The double-loop wants to do an early return immediately when one > matching macro is found. Eliminate the extra variable 'a' used for > that purpose and rewrite the "assign found itme to 'a' to make it
What's "itme"? > non-NULL and force the loop(s) to terminate" with a direct return > from there. > > Signed-off-by: Junio C Hamano <gits...@pobox.com> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html