-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugNot as expectedNot as expected
Description
When providing a REV I get a revspec error:
❯ cargo install --git https://github.com/gitext-rs/git-dive
Updating git repository `https://github.com/gitext-rs/git-dive`
Installing git-dive v0.1.6 (https://github.com/gitext-rs/git-dive#f7cd4237)
...
❯ git-dive src/generate_pipeline.py HEAD
revspec 'src/generate_pipeline.py' not found; class=Reference (4); code=NotFound (-3)
❯ git-dive src/generate_pipeline.py 29b94bae
revspec 'src/generate_pipeline.py' not found; class=Reference (4); code=NotFound (-3)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugNot as expectedNot as expected