Git + .Net/Mono = ❤
Перейти к файлу
Keith Dahlby 14ab70eae9 Add optional encoding to Touch() 2013-08-07 08:34:13 -05:00
Lib Update libgit2 binaries to 7940036 2013-07-18 16:00:55 +02:00
LibGit2Sharp Skip building diff patch while doing stage/reset 2013-08-07 03:03:04 -07:00
LibGit2Sharp.Tests Add optional encoding to Touch() 2013-08-07 08:34:13 -05:00
libgit2@794003650e Update libgit2 binaries to 7940036 2013-07-18 16:00:55 +02:00
nuget.package Add link to release notes in NuGet spec 2013-08-05 19:50:20 +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
.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.13.0 2013-07-20 12:43:31 +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
UpdateLibgit2ToSha.ps1 Remove ".dll" extension from dll-name declaration 2013-07-17 14:15:53 -07:00
build.libgit2sharp.cmd
build.libgit2sharp.sh Ensure Travis build fails upon errors 2013-08-03 20:03:45 +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)