libgit2 functionality could be made optional without sacrificing git functionality all together, since basic support can still be achieved by shelling out to plain old git.
What would be lost would be the neat little status icons in the listing, what would be gained is simpler portability (raspi, travis) since building libgit2 and libssl2 seems to be non trivial here and there
libgit2 functionality could be made optional without sacrificing git functionality all together, since basic support can still be achieved by shelling out to plain old git. What would be lost would be the neat little status icons in the listing, what would be gained is simpler portability (raspi, travis) since building libgit2 and libssl2 seems to be non trivial here and there