Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes compat.is_darwin to use sys.platform instead of os.name so that it is True on macOS systems instead of always being False. The deprecation rationale in compat.py is accordingly adjusted. Together with c01fe76, this largely addresses gitpython-developers#1731.
- Loading branch information