Signed-off-by: Junio C Hamano <gitster@pobox.com>
@ -1404,7 +1404,7 @@ int git_config_perm(const char *var, const char *value)
int i;
char *endptr;
if (value == NULL)
if (!value)
return PERM_GROUP;
if (!strcmp(value, "umask"))
The note is not visible to the blocked user.