Git + .Net/Mono = ❤
Перейти к файлу
nulltoken 29df1beb9f Straighten the building of some test paths 2012-06-10 11:45:05 +02:00
Lib Upgrade libgit2 binaries to 4c977a6 2012-05-28 21:29:04 +02:00
LibGit2Sharp Fix overlooked path marshaling 2012-06-10 11:45:04 +02:00
LibGit2Sharp.Tests Straighten the building of some test paths 2012-06-10 11:45:05 +02:00
libgit2@4c977a61e5 Upgrade libgit2 binaries to 4c977a6 2012-05-28 21:29:04 +02:00
nuget.package Add logo to NuGet specification 2012-05-28 21:39:15 +02:00
.gitattributes Remove BOM and cleanup .gitattributes 2012-06-03 18:43:08 +02:00
.gitignore Normalize .gitignore line endings 2012-03-11 13:35:55 +01:00
.gitmodules Fix libgit2 submodule definition to use Https 2012-02-08 11:47:21 +01:00
CHANGELOG.md Release LibGit2Sharp v0.9.5 2012-05-28 21:39:26 +02:00
CI-build.msbuild Add Repository.Version static property 2012-03-31 23:01:10 +02:00
LICENSE.md Update license header 2012-04-30 08:17:56 +02:00
LibGit2Sharp.sln Add Leaks build configuration for #141 2012-05-23 08:18:06 -05:00
README.md Add libgit2 project logo 2012-05-27 13:05:12 +02:00
ResharperSettings.xml Enforce code style 2011-09-21 19:32:26 +02: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
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)

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)