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 (Expand)Author
2015-05-28Introduce CheckoutConflictExceptionEdward Thomson
2015-05-11Give FileStatus enum entries more meaningful namesnulltoken
2015-04-14Obsolete ReferenceWrapper.Name in favor of ShortNamenulltoken
2015-03-17Update libgit2 to 9bbc8f3nulltoken
2015-03-17Minor test code cleanupnulltoken
2015-03-17Deprecate ReflogEntry.Commiter in favor of ReflogEntry.Committernulltoken
2015-02-01Deprecate Branch.Checkout()nulltoken
2015-01-21Throw more meaningful NotFoundException when appropriateJameson Miller
2015-01-04Sandbox every testnulltoken
2015-01-04Rename Clone() test helper method in Sandbox()nulltoken
2014-10-31Move higher level Index operations to IRepositoryPaul Duncan
2014-09-05Add IBelongToARepository with some implementationsKeith Dahlby
2014-05-03Update Checkout and Merge optionsJameson Miller
2014-03-21Update libgit2 to 36a80fdBen Straub
2013-11-08Deprecated ResetOptions in favor ResetMode.Pavel Belousov
2013-11-07Favor IRepository usage over Repositorynulltoken
2013-09-26Update libgit2 binaries to 11f8336nulltoken
2013-08-13Update CheckoutPaths method to handle null or empty paths parameterJameson Miller
2013-08-04Make CheckoutPaths() leverage CheckoutOptionsJameson Miller
2013-07-20Teach Repository to Checkout pathsJameson Miller
2013-07-18Teach Checkout() to cope with revparse extended syntax leading to referencesyorah
2013-07-01Cleanup usingsyorah
2013-07-01Standardize comments styleyorah
2013-06-28Rename CheckoutOptions into CheckoutModifiersnulltoken
2013-06-26Obsolete repo.Init() overload which returns a Repositorynulltoken
2013-06-25Teach checkout to report notificationsJameson Miller
2013-06-22Create a new repo.Checkout() overload which accepts a Commit objectyorah
2013-06-21Add InitNewRepository() test helpernulltoken
2013-06-21Leverage Touch() to generate test filesnulltoken
2013-06-01Enhance Index.RetrieveStatus() test coveragenulltoken
2013-05-22Enhance Index.RetrieveStatus() test coveragenulltoken
2013-04-26Teach Checkout() to append to the reflogSaaman
2013-04-26Fix Checkout behavior when dealing with HeadSaaman
2013-04-26Enforce checkout test coverageSaaman
2013-04-25Teach Checkout() to cope with revparse syntaxSaaman
2013-04-09Make test directory clones consistentKeith Dahlby
2013-01-24Update test repository with libgit2 logonulltoken
2013-01-23Ensure Checkout() doesn't mess with binary filesnulltoken
2013-01-23Make Checkout raise proper MergeConflictExceptionnulltoken
2013-01-23Introduce OrphanedHeadExceptionnulltoken
2013-01-23Enhance checkout test coveragenulltoken
2013-01-22Add TODO commentnulltoken
2013-01-22Checkout branch as snapshotJameson Miller
2013-01-22Add checkout testsJameson Miller
2013-01-22Update checkout in response to libgit2 checkout changesJameson Miller
2012-12-05Update Checkout tests to reset and clean working directoryJameson Miller
2012-11-09Update working directory on CheckoutJameson Miller
2012-11-09Move Checkout tests into CheckoutFixtureJameson Miller