Free the commits contained in a commit array. This method should
be called on git_commitarray
objects that were provided by the
library. Not doing so will result in a memory leak.
This does not free the git_commitarray
itself, since the library
will never allocate that object directly itself.