Commit 52862a6
committed
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 89ade7b
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/1 parent 20f4a9d commit 52862a6
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
905 | 910 | | |
906 | | - | |
907 | 911 | | |
908 | 912 | | |
909 | 913 | | |
| |||
0 commit comments