-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using a repository with a unicode primary bookmark name #5359
Labels
Comments
Figured out the actual solution, the config should be: [revset-aliases]
"trunk()" = "'κεφάλαιος'@origin" So the error is more that when cloning the repo it doesn't correctly serialize the bookmark name into revset syntax taking into account which bookmark names need escaping. |
yuja
added a commit
to yuja/jj
that referenced
this issue
Jan 15, 2025
Tag and bookmark names are usually ASCII, but they occasionally include Latin or Han characters. This doesn't fix the serialization problem, but should mitigate jj-vcs#5359.
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 15, 2025
Tag and bookmark names are usually ASCII, but they occasionally include Latin or Han characters. This doesn't fix the serialization problem, but should mitigate #5359.
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Attempting to use a repository that uses a unicode primary bookmark name fails. Commenting out the
trunk()
alias in the local config avoids the issue, and afaict all commands work correctly with the bookmark name (except where they need to know the head is immutable or primary).Steps to Reproduce the Problem
Specifications
libssh2
for authentication with Git hosts #3191)The text was updated successfully, but these errors were encountered: