diff --git a/git/cmd.py b/git/cmd.py index 78a9f4c78..b529bcc10 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -1572,7 +1572,7 @@ def _call_process( turns into:: - git rev-list max-count 10 --header master + git rev-list --max-count=10 --header=master :return: Same as :meth:`execute`. If no args are given, used :meth:`execute`'s