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
@
HEAD
Git allows specifying the current head as either HEAD or @. git-absorb apparently doesn't:
git-absorb
$ git-absorb --base @~20 Sep 26 09:37:45.336 CRIT absorb failed, err: revspec '@' not found; class=Reference (4); code=NotFound (-3) $ git-absorb --base HEAD~20 # works
The text was updated successfully, but these errors were encountered:
https://github.com/libgit2/libgit2/blob/9f3406163bf85eec75c6095154a27d3be7448b45/src/libgit2/revparse.c#L803-L825
Sorry, something went wrong.
No branches or pull requests
Git allows specifying the current head as either
HEAD
or@
.git-absorb
apparently doesn't:The text was updated successfully, but these errors were encountered: