@ -136,11 +136,12 @@ int refname_is_safe(const char *refname)
free(buf);
returnresult;
}
while(*refname){
do{
if(!isupper(*refname)&&*refname!='_')
return0;
refname++;
}
}while(*refname);
return1;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.