sane_iscase 785 git-compat-util.h #define islower(x) sane_iscase(x, 1) sane_iscase 786 git-compat-util.h #define isupper(x) sane_iscase(x, 0)