Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-20Fixed a typo.Janusz Białobrzewski
2013-10-01Drop obsolete members after release v0.14.1nulltoken
2013-09-26Update libgit2 binaries to 11f8336nulltoken
https://github.com/libgit2/libgit2/compare/32e4992...11f8336
2013-07-01Cleanup usingsyorah
2013-07-01Standardize comments styleyorah
2013-06-01Introduce repo.Info.IsShallowBen Straub
2013-04-03Remove miscellaneous obsolete membersKeith Dahlby
2013-03-02Obsolete IsEmpty property on RepositoryInformationJameson Miller
2013-02-22Introduce Repository.Info.MessageEdward Thomson
2012-12-06Introduce Repository.Info.CurrentOperationKeith Dahlby
2012-08-29Make retrieval of error message thread-safeyorah
Fix #203
2012-06-19Make RepositoryInformation mockableyorah
2012-06-12Add repo.Info.IsHeadOrphanedyorah
2012-05-22Remove unused usingsKeith Dahlby
2012-04-29Fixed a typo.Kai Sellgren
2012-03-06Use FilePath and FilePathMarshaler in NativeMethodsKeith Dahlby
Closes #74, #77
2012-03-06Fix up marshalling of strings returned by libgit2Tim Clem
Previously we were doing this which is not good: return Marshal.PtrToStringAnsi(intPtr); You can see the failing test that was added to ConfigurationFixture.cs to demonstrate the problem (setting and getting a user name with unicode chars in the config). This brought up the large problem of how we were dealing with libgit2 methods that returned string values. There was another subtle issue in the Utf8Marshaler where we were freeing memory that we didn't own.
2012-02-27Remove some code duplicationnulltoken
2011-12-20Upgrade libgit2 binaries to be00b00nulltoken
2011-09-21Enforce code stylenulltoken
2011-07-14Replace managed version of Repository.Info.IsHeadDetached with native ↵nulltoken
libgit2 implementation
2011-07-14Update libgit2 binaries to 33afca4nulltoken
Final fixes for issue #51, #52 and #53.
2011-06-27Fix Repository.IsEmpty implementationnulltoken
This should fix issue #52.
2011-06-13Make Repository.Head return a Branch instead of a Referencenulltoken
2011-06-07Defer resolving of Repository.Infonulltoken
2011-05-19Fix Repository.Info.IsEmptynulltoken
2011-04-27Make Head directly exposed by a Repositorynulltoken
2011-04-26define IsDetachedHead for empty repoTim Clem
This required added an IsEmpty property to repo.Info. Associated tests were updated to make sure this property behaves as expected.
2011-04-25Rename Repository.Details to Repository.Infonulltoken