* rs/unify-is-branch: refs.c: add a public is_branch function
@ -3074,7 +3074,7 @@ static int log_ref_write(const char *refname, const unsigned char *old_sha1,
return 0;
}
static int is_branch(const char *refname)
int is_branch(const char *refname)
{
return !strcmp(refname, "HEAD") || starts_with(refname, "refs/heads/");
The note is not visible to the blocked user.