A simple library exposing a simple(r) API to pygit2
Stars
4
Forks
2
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
117
commits
Adjust the print statement to be python3 compatible
b0041a6View on GitHubExtra check: is the new commit really the one we made (thus fast-forward worked)
82aecb4View on GitHubAdd exception thrown when we don't know how to access the configuration returned
d97ca0eView on GitHubSometime there is no value for the asked configuration key
7ae4dbcView on GitHubAdjust pygit2_utils to call get_config to retrieve configuration elements
d364474View on GitHubAdd an utility method to retrieve configuration from git
6fcdde5View on GitHubStart a list of pygit2 releases with which pygit2_utils has been tested
4592696View on GitHubAdjust the documentation of GitRepo().diff() to account for NoSuchRefError
adf56acView on GitHubEnhance the unit-tests to check with longer git hash where needed
bbcecdfView on GitHubIf no commit is found via the repository.get() method, raise an exception in GitRepo().diff()
8b2b91eView on GitHub