gitsharp

GitSharp vs NGit

ぃ、小莉子 提交于 2019-12-04 07:53:36
问题 What is the current state of GitSharp and NGit and which one is better suited for Git automation from .NET? 回答1: GitSharp (at least, its Core) was a manual, line by line, port of JGit. Its development has currently been paused since August 2010. However, some products still rely on it (e.g. Git-dot-aspx). NGit is an automated port of JGit. It keeps on being updated against JGit and continuously benefits from JGit improvements and bug fixes. NGit is currently used to bring Git features to

GitSharp vs NGit

∥☆過路亽.° 提交于 2019-12-02 19:23:52
What is the current state of GitSharp and NGit and which one is better suited for Git automation from .NET? nulltoken GitSharp (at least, its Core) was a manual, line by line, port of JGit. Its development has currently been paused since August 2010. However, some products still rely on it (e.g. Git-dot-aspx ). NGit is an automated port of JGit. It keeps on being updated against JGit and continuously benefits from JGit improvements and bug fixes. NGit is currently used to bring Git features to MonoDevelop . Performance wise, cloning a huge repository (Mono or Linux, for instance) with GitSharp