Are there any alternatives to the git binary? -


i want run git on old distro (fedora 4). don't want trigger cascade of dependency installation in order have git binary run. i'm looking alternatives git binary, eg. in java or python. if there anywhere can 32 bit static build, might need.

i suggest libgit2.

this lib portable, pure c implementation of git core methods. 100% cross-platform , has 0 dependencies. has many language bindings, like: ruby, python, node.js, , many more.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -