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

Add support for ref-ish and do-what-i-mean reference lookups #923

Merged
merged 1 commit into from
Jul 3, 2019

Commits on Jul 1, 2019

  1. Add support for refish & dwim reference lookups

    - Repository.lookup_reference_dwim('master') uses shorthand branch names, remote branches, tags to find references
    - Repository.resolve_refish('master') additionally supports HEAD/HEAD~1/etc, and returns a (commit,reference) pair.
    rcoup committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    fd9d9d3 View commit details
    Browse the repository at this point in the history