creationix / wheat

Wheat is a blog engine for coders written in node.JS
Other
1.36k stars 134 forks source link

Should wheat use native git bindings instead of a child process? #26

Open AvianFlu opened 13 years ago

AvianFlu commented 13 years ago

There is a node.js library called nodegit ( https://github.com/tbranyen/nodegit ) that provides asynchronous native bindings to git's C API - is this a better model for interfacing with a git repository than spawning git as a child process to run commands?