-
-
Notifications
You must be signed in to change notification settings - Fork 957
Commit 5df76d4
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 5df76d4
1 file changed
+8
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | + | ||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
902 | 903 |
| |
903 | 904 |
| |
904 | 905 |
| |
906 | + | ||
907 | + | ||
908 | + | ||
909 | + | ||
910 | + | ||
911 | + | ||
912 | + | ||
905 | 913 |
| |
906 | - | ||
907 | 914 |
| |
908 | 915 |
| |
909 | 916 |
| |
|
0 commit comments