-
Notifications
You must be signed in to change notification settings - Fork 0
mika76/ngit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ABOUT NGIT ---------- NGit is a port of JGit [1] to C#. This port is generated semi-automatically using Sharpen [2], a Java-to-C# conversion utility. NGit provides all functionality implemented by JGit, including all repository manipulation primitives and transport protocols. SSH support is provided by a port of jsch [3], included in the project. The project is composed by 4 libraries: - NGit: The git library. - NGit.Test: Unit tests for NGit - NSch: The port of jsch. - Sharpen: Some support classes required by the above libraries. The code included in this project is already converted, so to use it you just have to open the ngit.sln solution and build it. Instructions and tools for updating and regenerating the NGit code from JGit are available in the 'gen' subdirectory. CREDITS ------- Credits on the code should go to the authors of jgit, jsch and Sharpen (see links below). The support Sharpen library has been implemented by Lluis Sanchez (lluis@novell.com) [1] http://eclipse.org/jgit [2] http://developer.db4o.com/Projects/html/projectspaces/db4o_product_design/sharpen.html [3] http://www.jcraft.com/jsch
About
Automated jgit port to c#
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published