Re: [PATCH 2/2] ctype: implement islower/isupper macro
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:02
김남형 [off-list ref] writes:
2012-02-10 11:17 AM, Junio C Hamano wrote:quoted
Namhyung Kim [off-list ref] writes:quoted
The git-compat-util.h provides various ctype macros but lacks those two (along with others). Add them.Isn't that because we do not use them ourselves? Uses in compat/ do not count, and judging from the way it is used in compat/fnmatch/fnmatch.c, the implementation of sane_iscase() might be overly protective. What problem are you trying to solve?There's no problem. In fact, these patches come from perf as it uses a copy of git code in this part.
Kim-ssi, the above is something I would have like to see in your first message.
If you don't think it's worth applying I'm fine with dropping it.
I never said these patches are worthless. I just was wondering what the motivation behind them were. If you are involved in maintaining Perf, and if it wants to keep its own forked copy as close as ours, that is a good enough justification, as long as the additions we do not use ourselves is still reasonably done.