diff options
author | Bert Wesarg <bert.wesarg@googlemail.com> | 2021-03-11 16:35:24 +0100 |
---|---|---|
committer | Bert Wesarg <bert.wesarg@googlemail.com> | 2021-03-13 13:41:23 +0100 |
commit | 5df76d451ff0fde14ab71b38030b6c3e6bc79c08 (patch) | |
tree | 7387c6ddda7cd7997206f372d80e2fe89fdb5115 /git/repo/base.py | |
parent | 20f4a9d49b466a18f1af1fdfb480bc4520a4cdc2 (diff) | |
download | gitpython-5df76d451ff0fde14ab71b38030b6c3e6bc79c08.tar.gz |
Restore order of operators before executing the git command only for < py3.6
Since Python 3.6 kwargs order will be preserved and thus provide a stable
order, therefore we can make 89ade7bfff534ae799d7dd693b206931d5ed3d4f
conditional based on the Python. Thus make it able to pass ordered options
to Git commands.
See: https://www.python.org/dev/peps/pep-0468/
Diffstat (limited to 'git/repo/base.py')
0 files changed, 0 insertions, 0 deletions