Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Use Ruby Git API in lib/polisher/git/repo.rb (instead of shelling out) #38

Open
movitto opened this issue Feb 27, 2014 · 1 comment
Open

Comments

@movitto
Copy link
Contributor

movitto commented Feb 27, 2014

No description provided.

@Fryguy
Copy link
Member

Fryguy commented Mar 5, 2014

As mentioned in #42

The git code in the git directory can be replaced with code that already handles everything you need. I recommend either https://github.com/3ofcoins/minigit , which is a simple shell out to git and does everything similar to how you've already done it, or https://github.com/libgit2/rugged , which is a Ruby binding to libgit2 and is more OO in its approach.

Rugged seems a bit more solid and active than minigit, and as @axilleas mentioned, it's already packaged in Fedora.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants