We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes references are stored in the file .git/packed-refs. The code in fun.name_do_object() does not handle that case, causing BadName exception.
.git/packed-refs
fun.name_do_object()
Ref: https://git-scm.com/docs/git-pack-refs
The text was updated successfully, but these errors were encountered:
Thanks a lot for reporting.
Would you have a few lines of code that trigger said BadName exception? That would also allow to post a workaround right here until there is a fix.
Sorry, something went wrong.
No branches or pull requests
Sometimes references are stored in the file
.git/packed-refs
. The code infun.name_do_object()
does not handle that case, causing BadName exception.Ref: https://git-scm.com/docs/git-pack-refs
The text was updated successfully, but these errors were encountered: