jazzdotdev / jazz

The Scripting Engine that Combines Speed, Safety, and Simplicity
Apache License 2.0
146 stars 11 forks source link

Git fallback #213

Open dariusc93 opened 5 years ago

dariusc93 commented 5 years ago

Due to issues related to git on android it would be best to have it so git is called directly within rust as a fallback (if it exists), thus maintaining one api using the bindings than to have a check in a lua app to detect if its android and calling git itself. It reduces possible errors and increases productivity.

Related: #198 #200

naturallymitchell commented 5 years ago

:+1: :+1: