Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Never add a vendored smmap directory to sys.path
This removes the logic that appended the git submodule directory for smmap to sys.path under most circumstances when the version of gitdb was not from PyPI. Now gitdb does not modify sys.path. See gitpython-developers/GitPython#1717 and gitpython-developers/GitPython#1720 for context. This change is roughly equivalent to the change to GitPython, though as noted the behavior being eliminated is subtly different here and there.
- Loading branch information