Re: [PATCH] add, merge, diff: do not use strcasecmp to compare config variable names
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:14
Jonathan Nieder [off-list ref] writes:
The config machinery already makes section and variable names
lowercase when parsing them, so using strcasecmp for comparison just
feels wasteful. No noticeable change intended.
A quick "grep 'strcasecmp(va*r*, "[^"]*\.' yields exactly the ones covered
by this patch.
Thanks, I've been meaning to change these while reading merge-recursive.