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
2015-05-11Give FileStatus enum entries more meaningful namesnulltoken
Fix #527
2015-04-14Obsolete ReferenceWrapper.Name in favor of ShortNamenulltoken
2015-03-17Update libgit2 to 9bbc8f3nulltoken
https://github.com/libgit2/libgit2/compare/e0902fb...9bbc8f3
2015-01-21Throw more meaningful NotFoundException when appropriateJameson Miller
This change is to throw more specific exceptions in several cases when possible. If an object cannot be found, throw a more specific NotFoundException.
2015-01-04Sandbox every testnulltoken
Fix #826
2015-01-04Rename Clone() test helper method in Sandbox()nulltoken
2014-12-11Update libgit2 to 4eb97efMarius Ungureanu
https://github.com/libgit2/libgit2/compare/3f8d005a82b39c504220d65b6a6aa696c3b1a9c4...4eb97ef3bf18403fbce351ae4cac673655d2886a
2014-10-31Move higher level Index operations to IRepositoryPaul Duncan
Fix #822
2014-08-27Ensure Tags can be created in detached Head statenulltoken
Fix #791
2014-03-21Update libgit2 to 36a80fdBen Straub
https://github.com/libgit2/libgit2/compare/65e9dc6...36a80fd
2013-11-08Deprecated ResetOptions in favor ResetMode.Pavel Belousov
2013-11-07Favor IRepository usage over Repositorynulltoken
2013-08-30Clean up reflog assertionsKeith Dahlby
2013-06-21Add InitNewRepository() test helpernulltoken
2013-06-21Leverage Touch() to generate test filesnulltoken
2013-05-23Teach Repository.Reset to append to the ReflogSaaman
2013-05-23Fix test with repository cloneSaaman
2013-04-09Make test directory clones consistentKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-14Clean-up trailing whitespacesyorah
For the psychopath that lies deep down in each one of us.
2013-01-22Re-enable skipped hard reset testJameson Miller
2012-12-14Adds Reset(ResetOptions resetOptions, Commit commit) method in RepositoryMetalrom
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
https://github.com/libgit2/libgit2/compare/1e99ce9...16e6cee
2012-11-29Ensure a Reset() only accepts a committishnulltoken
2012-10-13Make repo.Reset() accept ResetOptions.Hardnulltoken
2012-10-13Deploy BareRepositoryExceptionnulltoken
2012-06-06Add repo.Reset() overload to allow replacing of index entries with commit ↵nulltoken
entries Fix #165