libgit2 / pygit2

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

refs: support message param when creating reference #1062

Closed pmrowla closed 3 years ago

pmrowla commented 3 years ago

Adds message keyword parameter to Repository.create_reference... functions. Will close #1061.