Git + .Net/Mono = ❤
Перейти к файлу
Ben Straub 90d7f06a3d Remove ".dll" extension from dll-name declaration 2013-07-17 14:15:53 -07:00
Lib Update libgit2 binaries to bd67979 2013-07-11 07:56:14 +02:00
LibGit2Sharp Update UniqueIdentifer.targets to be called from arbitrary directory 2013-07-11 07:56:45 +02:00
LibGit2Sharp.Tests Update libgit2 binaries to bd67979 2013-07-11 07:56:14 +02:00
libgit2@bd679796a5 Update libgit2 binaries to bd67979 2013-07-11 07:56:14 +02:00
nuget.package Release LibGit2Sharp v0.12.0 2013-06-02 21:04:47 +02:00
.gitattributes Remove BOM and cleanup .gitattributes 2012-06-03 18:43:08 +02:00
.gitignore Generate a unique ID at compile time to work around a CLR bug 2013-06-01 08:47:36 +02:00
.gitmodules Fix libgit2 submodule definition to use Https 2012-02-08 11:47:21 +01:00
.mailmap Fix .mailmap 2013-04-21 08:37:56 +02:00
.travis.yml Refactor Travis build script 2013-07-01 16:14:04 +02:00
CHANGES.md Release LibGit2Sharp v0.12.0 2013-06-02 21:04:47 +02:00
CI-build.msbuild Clean-up trailing whitespaces 2013-03-14 12:34:28 +01:00
LICENSE.md Update copyright notice for 2013 2013-01-01 17:48:59 +01:00
LibGit2Sharp.sln Add Leaks build configuration for #141 2012-05-23 08:18:06 -05:00
README.md Unescape build status icon urls 2013-03-02 22:49:31 +01:00
ResharperSettings.xml Enforce code style 2011-09-21 19:32:26 +02:00
UpdateLibgit2ToSha.ps1 Remove ".dll" extension from dll-name declaration 2013-07-17 14:15:53 -07:00
build.libgit2sharp.cmd Add Repository.Version static property 2012-03-31 23:01:10 +02:00
build.libgit2sharp.sh Update libgit2 binaries to bd67979 2013-07-11 07:56:14 +02:00
build.libgit2sharp.x64.cmd Add build.libgit2sharp.x64.cmd 2013-02-01 21:48:43 +01:00
square-logo.png Add libgit2 project logo 2012-05-27 13:05:12 +02:00

README.md

LibGit2Sharp

LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.

Online resources

Troubleshooting and support

  • Usage or programming related question? Post it on StackOverflow using the tag libgit2sharp
  • Found a bug or missing a feature? Feed the issue tracker
  • Announcements and related miscellanea through Twitter (@libgit2sharp)

Current project build status

The build is generously hosted and run on the CodeBetter TeamCity infrastructure.

Status of last build
master master
vNext (Win x86) vNext x86
vNext (Win amd64) vNext amd64
vNext (Mono) vNext Mono

Quick contributing guide

  • Fork and clone locally
  • Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
  • Send a Pull Request to spread the fun!

More thorough information available in the wiki.

Authors

License

The MIT license (Refer to the LICENSE.md file)