sh19910711 / git-contest

Git extension for the online judges
https://rubygems.org/gems/git-contest
MIT License
11 stars 5 forks source link

TODO: Use rugged (libgit2) to handle git repository #37

Open sh19910711 opened 9 years ago

sh19910711 commented 9 years ago

In order to make tests faster, we should prevent shell executions (e.g. git commands). First job is to move git operation into Git class, and the next is to rewrite its methods to use rugged [1].

TODO

[1] rugged: https://github.com/libgit2/rugged