You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have Repository::set_head_bytes() that works like Repository::set_head() but which does not require valid UTF8 (analogous to having both Repository::set_namespace() and Repository::set_namespace_bytes()). Without set_head_bytes(), if a user chooses a branch name that's invalid UTF8, I can't set HEAD to that branch.
Thanks,
Michael Henry
The text was updated successfully, but these errors were encountered:
I'd like to have
Repository::set_head_bytes()
that works likeRepository::set_head()
but which does not require valid UTF8 (analogous to having bothRepository::set_namespace()
andRepository::set_namespace_bytes()
). Withoutset_head_bytes()
, if a user chooses a branch name that's invalid UTF8, I can't setHEAD
to that branch.Thanks,
Michael Henry
The text was updated successfully, but these errors were encountered: