dart_git

Creator: coderz1093

Last updated:

0 purchases

dart_git Image
dart_git Images

Languages

Categories

Add to Cart

Description:

dart git

A Git Implementation in pure Dart











This is an experimental reimplementation of Git in pure Dart. The GitJournal project is currently using libgit2, but it's a pain using it - the cross compilation, java ndk bindings + ios bindings. Also, it doesn't let us easily control the FS layer. We eventually want to encrypt the git repo.
Therefore, this is an experimental start at reimplementing Git in Dart. Right now the plan is to just implement a subset of features required by GitJournal.
Comparison with git #
dart-git aims to be fully compatible with git, all the porcelain operations will be implemented to work exactly as git does.
Git is a humongous project with years of development by thousands of contributors, dart-git does not aim to implement all its features. It's primarily driven by the needs of the GitJournal project. You can find a comparison of dart-git vs git in the compatibility documentation.
License #
This project has been heavily inspired by the go-git project and has often adapted code from that project. go-git is licensed under Apache License Version 2.0
dart-git is licensed under Apache License Version 2.0, see LICENSE

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.