Skip to content
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

Support @ as alias of HEAD #120

Open
L3viathan opened this issue Sep 26, 2024 · 1 comment
Open

Support @ as alias of HEAD #120

L3viathan opened this issue Sep 26, 2024 · 1 comment
Labels
upstream Blocked on upstream libgit2/git2rs

Comments

@L3viathan
Copy link

Git allows specifying the current head as either HEAD or @. git-absorb apparently doesn't:

$ 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
@tummychow tummychow added the upstream Blocked on upstream libgit2/git2rs label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Blocked on upstream libgit2/git2rs
Projects
None yet
Development

No branches or pull requests

2 participants