Egit - native interface to git

Thank you for your work on this! Just a couple of weeks ago, I was working on an Elixir script to fetch a set of versioned files and commit them individually so that I could easily use GitHub’s UI to view diffs between releases. I looked for some libgit2 bindings at that point, but it looks like I was just a couple of weeks early! I ended up shelling out to the Git CLI, but I’d like to refactor to use this instead.