~ubuntu-branches/ubuntu/wily/monodevelop/wily

« back to all changes in this revision

Viewing changes to external/ngit/README

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (19.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120527180820-fydl21qnbnfr8w2t
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ABOUT NGIT
 
2
----------
 
3
 
 
4
NGit is a port of JGit [1] to C#. This port is generated semi-automatically
 
5
using Sharpen [2], a Java-to-C# conversion utility.
 
6
 
 
7
NGit provides all functionality implemented by JGit, including all repository
 
8
manipulation primitives and transport protocols. SSH support is provided by
 
9
a port of jsch [3], included in the project.
 
10
 
 
11
The project is composed by 4 libraries:
 
12
- NGit: The git library.
 
13
- NGit.Test: Unit tests for NGit
 
14
- NSch: The port of jsch.
 
15
- Sharpen: Some support classes required by the above libraries.
 
16
 
 
17
The code included in this project is already converted, so to use it
 
18
you just have to open the ngit.sln solution and build it.
 
19
 
 
20
Instructions and tools for updating and regenerating the NGit code from JGit
 
21
are available in the 'gen' subdirectory.
 
22
 
 
23
CREDITS
 
24
-------
 
25
 
 
26
Credits on the code should go to the authors of jgit, jsch and Sharpen
 
27
(see links below).
 
28
 
 
29
The support Sharpen library has been implemented by Lluis Sanchez (lluis@novell.com)
 
30
 
 
31
[1] http://eclipse.org/jgit
 
32
[2] http://developer.db4o.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
 
33
[3] http://www.jcraft.com/jsch