Closed
Description
When doing repo.remotes.origin.pull() I was getting an AssertionError in _get_fetch_info_from_stderr.
After some troubleshooting I found this was caused because you are only excluding lines starting with "from" in https://github.com/gitpython-developers/GitPython/blob/0.3/git/remote.py#L523 which doesn't apply for non English locales.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
hashar commentedon Jul 25, 2014
I guess any call to the git executable should be made with LC_MESSAGES="C" environment variable.
Ensure consistent output from git command
Byron commentedon Nov 19, 2014
This issue was fixed in v0.3.2, as is available on pypi.