git-time-machine icon indicating copy to clipboard operation
git-time-machine copied to clipboard

Possibility: use a pure JS git implementation

Open caesarsol opened this issue 9 years ago • 2 comments

Hello, I read this project parses git log shell output. I recently read about this pure JS git implementation: https://github.com/SamyPesse/gitkit-js Could it be useful?

caesarsol avatar Jun 30 '16 09:06 caesarsol

Agreed. The development branch has a version that using node-git, but I'm having an issue with performance and data correctness on large repos with lots of commits. See also https://github.com/nodegit/nodegit/issues/1068

littlebee avatar Nov 13 '16 20:11 littlebee

There is also isomorphic: https://github.com/isomorphic-git/isomorphic-git

allefeld avatar Jan 24 '20 18:01 allefeld