We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using GitPython in a submodule doesn't work.
Python 2.7.6, GitPython 0.3.2 RC1 on Windows.
I have a repository 'a' with a submodule 'b'. I do:
>>> repo = git.Repo('C:\a\b') >>> repo (git.Repo "C:\a\.git") >>> # (should be "C:\a\.git\modules\b") >>> repo.heads (... a's branches...)
The text was updated successfully, but these errors were encountered:
Confirmed on Debian Testing (8.0) Jessie (transcript).
Sorry, something went wrong.
ec0b85e
Merge pull request #156 from remram44/fix-git-in-submodule
673b21e
Fixes creating a Repo for a submodule (#155)
No branches or pull requests
Using GitPython in a submodule doesn't work.
Python 2.7.6, GitPython 0.3.2 RC1 on Windows.
I have a repository 'a' with a submodule 'b'. I do:
The text was updated successfully, but these errors were encountered: