git.log
: support for optionbranch
https://github.com/thisconnect/nodegit-kit/pull/27/files
- NodeGit 0.18.0
- NodeGit 0.17.0
git.log
: now uses RevWalk internally- breaking API change
git.config.get
now rejects when getting non-existent key.
- breaking API change in git.diff. Changed order of
from
andto
to be aligned with git-cli. New APIgit.diff(repo, from, to)
#18