index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git_python
/
errors.py
blob: 4083841e8b31bad0fd60a72ae7dd318a7d24bcec (
plain
)
1
2
3
4
5
class InvalidGitRepositoryError(Exception): pass class NoSuchPathError(Exception): pass