lg2_commit

This example demonstrates the libgit2 commit APIs to roughly simulate git commit with the commit message argument.

This does not have:

- Robust error handling - Most of the git commit options

This does have:

- Example of performing a git commit with a comment

extern (C) nothrow @nogc
int
lg2_commit

Meta