-
Is it possiable to passing args like
the error show like this
the cmd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think what you are trying to do might work with the help of the docs on 'how to use git directly' along with the API docs on iter_commits(). With that, you should be able to figure out which options to pass to Even though I close this issue, feel free to post follow ups in the comments. |
Beta Was this translation helpful? Give feedback.
I think what you are trying to do might work with the help of the docs on 'how to use git directly' along with the API docs on iter_commits().
With that, you should be able to figure out which options to pass to
git rev-list
askwargs
ofiter_commits(…)
to get the desired result.Even though I close this issue, feel free to post follow ups in the comments.