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

InvalidGitRepositoryError with latest version of GitPython #18

Closed
pomalley opened this issue Feb 19, 2015 · 0 comments · Fixed by #19
Closed

InvalidGitRepositoryError with latest version of GitPython #18

pomalley opened this issue Feb 19, 2015 · 0 comments · Fixed by #19

Comments

@pomalley
Copy link
Contributor

I believe this could be fixed by giving Repo the argument search_parent_directories=True.

pomalley added a commit to pomalley/sphinx-git that referenced this issue Feb 20, 2015
Fixes OddBloke#18 (error with new version of GitPython).
pomalley added a commit to pomalley/sphinx-git that referenced this issue Feb 23, 2015
Fixes OddBloke#18 (error with new version of GitPython).
pomalley added a commit to pomalley/sphinx-git that referenced this issue Feb 23, 2015
Also, fix test by doing the following:
* suppress pylint "Too few public methods" warning
* up GitPython version to 0.3.6

Fixes OddBloke#18 (error with new version of GitPython).
pomalley added a commit to pomalley/sphinx-git that referenced this issue Feb 23, 2015
Fixes OddBloke#18 (error with new version of GitPython).
pomalley added a commit to pomalley/sphinx-git that referenced this issue Feb 23, 2015
Fixes OddBloke#18 (error with new version of GitPython).

Fix tests.
pomalley added a commit to pomalley/sphinx-git that referenced this issue Feb 23, 2015
Fixes OddBloke#18 (error with new version of GitPython).

Fix tests.

Suppress pylint "Too few public methods" on GitChangelog.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant