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

Handle pygit2.discover_repository() returning None. #180

Merged
merged 1 commit into from
Aug 26, 2018

Commits on Aug 25, 2018

  1. Handle pygit2.discover_repository() returning None.

    A breaking change was made in pygit2 0.27.1: it now returns None
    instead of raising a KeyError if the specified path is not in
    a Git repository.
    ppentchev committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    1ab4f77 View commit details
    Browse the repository at this point in the history