libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

question: is it possible to pass flags to create_commit? #1186

Open gabrielcsapo opened 1 year ago

gabrielcsapo commented 1 year ago

https://github.com/libgit2/pygit2/blob/25b5e0f549149cd1591ec8c1d5ce86ba4deecc05/pygit2/_pygit2.pyi#L463

Shows that commit takes no flags, is this something that we would be wanted?

https://github.com/libgit2/pygit2/blob/fcaec818c384b376404e5ff5477317b608f552ce/pygit2/repository.py#L565

blame has a flags option