GitPython
GitPython copied to clipboard
Referenced method in documentation doesn't appear to exist
The docstring for this commit method references tree.commit for documentation on the arguments, but that method doesn't appear to exist.
What would be the correct reference, or should the documentation for the arguments just be in this docstring?
I believe to have found the name of the method it should instead refer to, Commit.create_from_tree().
I'd agree that the documentation could just be repeated, by now one could consider all of this stable enough, which is why this issue can remain open to improve on cd29f07b2efda24bdc690626ed557590289d11a6 .