1 file changed
@@ -1572,7 +1572,7 @@ def _call_process( | |||
| 1572 | 1572 | ||
| 1573 | 1573 | turns into:: | |
| 1574 | 1574 | ||
| 1575 | - git rev-list max-count 10 --header master | ||
| 1575 | + git rev-list --max-count=10 --header=master | ||
| 1576 | 1576 | ||
| 1577 | 1577 | :return: | |
| 1578 | 1578 | Same as :meth:`execute`. If no args are given, used :meth:`execute`'s | |
0 commit comments