Git + .Net/Mono = ❤
Перейти к файлу
nulltoken c412cbd840 Update libgit2 binaries to 08283cb
8cfd54f...08283cb
2013-04-01 19:45:55 +02:00
Lib Update libgit2 binaries to 08283cb 2013-04-01 19:45:55 +02:00
LibGit2Sharp Update libgit2 binaries to 08283cb 2013-04-01 19:45:55 +02:00
LibGit2Sharp.Tests Show how to clone/commit/push from a local bare repository 2013-03-29 12:08:45 +01:00
libgit2@08283cbdb8 Update libgit2 binaries to 08283cb 2013-04-01 19:45:55 +02:00
nuget.package Update NuGet package specification 2013-01-30 23:15:57 +01:00
.gitattributes Remove BOM and cleanup .gitattributes 2012-06-03 18:43:08 +02:00
.gitignore Update .gitignore for VS 2012 2012-10-09 23:27:57 -05:00
.gitmodules Fix libgit2 submodule definition to use Https 2012-02-08 11:47:21 +01:00
.mailmap Add .mailmap file 2012-12-30 22:40:09 +01:00
.travis.yml Clean-up trailing whitespaces 2013-03-14 12:34:28 +01:00
CHANGES.md Clean-up trailing whitespaces 2013-03-14 12:34:28 +01: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 Add script to update libgit2 2012-12-22 14:57:25 -08:00
build.libgit2sharp.cmd Add Repository.Version static property 2012-03-31 23:01:10 +02:00
build.libgit2sharp.sh Build libgit2 as part of the mono build 2012-05-28 10:32:13 +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)