Skip to content

Usage lists arguments in the wrong order #152

@tekumara

Description

@tekumara

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugNot as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions