Menu

Tree [1d9a5f] master /
 History

HTTPS access


File Date Author Commit
 Git 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 GitSharp 2010-08-31 henon henon [1d9a5f] Merge commit 'sinesignal/master'
 GitSharp.Core 2010-08-31 henon henon [1d9a5f] Merge commit 'sinesignal/master'
 GitSharp.Tests 2010-08-31 henon henon [1d9a5f] Merge commit 'sinesignal/master'
 Logo unknown
 lib unknown
 tools 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 .gitignore 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 ChangeLog unknown
 Demo.txt unknown
 GitSharp licence.txt 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 GitSharp.build 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 GitSharp.sln 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 Indentation.txt 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 Indentation.vssettings 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 JGit licence.txt unknown
 MiscUtil licence.txt 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 README.txt 2010-02-13 nulltoken nulltoken [b7ca9d] Merge remote branch 'henon/master'
 Winterdom.IO.FileMap License.txt unknown
 generate-Docs.bat 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 package-GitSharp.cmd 2010-06-23 henon henon [e5dfc7] changed the code base from CRLF to LF. Please s...
 runtests-GitSharp.cmd unknown
 version.txt 2010-06-05 henon henon [056f53] setting gitsharp version to 0.3.0

Read Me

o------------------------------------------------------------------------------o
+           .+::/.`                                                            +
+          `o.  `o-`                                                           +
+          .+    .+                                                            +
+         `+.    .o`                                                           +
+         .o     `o `-.                      ```                               +
+         .o     `s +-.+                    .NNm                               +
+          +      s`s  +`                   `sso    .//.                       +
+          +      s.+  +`                           sMM/         ..`   `..`    +
+          o      s`+  o`                           sMM/        :NNo   oNN:    +
+    `:-  `o      s:/  o       `:+ooooooo`  `oo+  /odMMyoo:     yMM-   mMN`    +
+   ./-s` `o      :.  `s      -mMMmmmmMMM-  .MMm  ymNMMNmm+    `NMm   -MMy     +
+  `o` o. `o         .o-      yMMs.```dMM-  .MMm  ``sMM+````...+MMy...sMM+..`  +
+   s  o. `o       ./-`       yMM/    dMM-  .MMm    sMM/   ymmmNMMNmmmNMMNmm:  +
+   s` +- `o      -+`         yMM/    dMM-  .MMm    sMM/   ://+MMm///sMMh///`  +
+   :/ /: `s      o.          yMM/    dMM-  .MMm    yMM/      +MMo   yMM:      +
+    o``+:-o      +.          yMM/    dMM-  .MMm    yMM/      dMM.  `NMN       +
+    .+  .-`      +-          yMM/    dMM-  .MMm    yMM/     .MMd   /MMs       +
+     +/`         +-          +MMdo+++mMM-  .MMm    sMMy+++++yMMh+++dMMy+++    +
+      -:/.       /-           /hmNNNNMMM-  .NNd    -dNNNNNNNMMMmmmNMMMmmmm    +
+        `o`      :-          `...````dMM-   ``       ``````-MMh```+MMs```     +
+         +-      ::          /MMy````dMM-                  oMM+   hMM-        +
+         ./      :/          -NMNmmmmMMN.                  mMM`  .MMm         +
+         `+      -:           -/++++++/.                  .NNh   +NN+         +
+          o      `/                                                           +
o----------/:      s-----------------------------------------------------------s
  Made by using http://www.text-image.com/convert/ascii.html
== Git# --> Git for .NET ==
... a native Windows version of the fast & free open source version control system

GitSharp is the most advanced C# implementation of git for the .NET framework and Mono. 
It is aimed to be fully compatible to the original git for linux and can be used as stand 
alone command line application or as library for windows applications such as gui 
frontends or plugins for IDEs.

GitSharp is released under the BSD license. It is derived from the Java version jgit.
Please refer to the LICENSE.txt files for the complete license.

For more info check out the GitSharp website at http://www.eqqon.com/index.php/GitSharp

== Latest source code ==
  http://github.com/henon/GitSharp

== Bugs, Tasks etc. ==
  Submit bugs, read what we have to do or suggest new enhancements
  http://code.google.com/p/gitsharp/

== Support ==

  Post question, comments or patches to the official Git# mailing list at 
  http://groups.google.com/group/gitsharp/.

== Tools and Dependencies ==

GitSharp contains the following open source components:

Included as Source:
* MiscUtil by Jon Skeet and Marc Gravell
* NDesk.Options 

Binary Dependencies:
* DiffieHellman
* ICSharpCode.SharpZipLib
* Org.Mentalis.Security
* Tamir.SharpSSH
* Winterdom.IO.Filemap

Tools:
* NAnt 
* NUnit

== About GIT itself ==

More information about GIT, its repository format, and the canonical
C based implementation can be obtained from the GIT websites:

  http://git-scm.com/ 
  http://progit.org/book/ - free book about Git

More information about the Java implemetation which Git# stems from:
  hhttp://www.eclipse.org/jgit