NodeGit does not seem to be providing any API to retrieve Git configuration values.
See http://www.nodegit.org/#Config
I was expecting something like Config#getValue() or similar API to retrieve configuration values.
Perhaps, it is missing in NodeGit as of now, since libgit2 has those APIs.
Any hints?