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
2014-03-17Refactored Repository.Clone with CloneOptionsJan Melcher
2014-02-07Added an option to choose if commit message is prettified or notAmi Bar
2014-02-06Fix fast forward merge behavior.crumblycake
2014-01-16Initial merge functionality.crumblycake
2013-12-24Drop obsolete members after release v0.15.0nulltoken
2013-12-23Update libgit2 binaries to 65e9dc6nulltoken
2013-12-06Remove trailing whitespacesnulltoken
2013-11-24Introduce Repository.BlameBen Straub
2013-11-08Deprecated ResetOptions in favor ResetMode.Pavel Belousov
2013-10-19Clean up cancellation patterns in callbacks and other small cleanups.Jameson Miller
2013-10-15Split Patch and TreeChanges generationyorah
2013-10-05Update libgit2 binaries to 711333eJameson Miller
2013-09-26Update libgit2 binaries to 11f8336nulltoken
2013-09-10Drop obsolete members after release v0.14nulltoken
2013-08-22Clean up trailing whitespacesnulltoken
2013-08-13Update CheckoutPaths method to handle null or empty paths parameterJameson Miller
2013-08-07Marked non-extensible classes as sealedKeith Dahlby
2013-08-04Deprecate old CheckoutPaths() methodJameson Miller
2013-08-04Make CheckoutPaths() leverage CheckoutOptionsJameson Miller
2013-08-03Remove obsolete members after 0.13 releaseKeith Dahlby
2013-07-20Teach Repository to Checkout pathsJameson Miller
2013-07-18Teach Checkout() to cope with revparse extended syntax leading to referencesyorah
2013-07-01Standardize comments styleyorah
2013-06-28Rename CheckoutOptions into CheckoutModifiersnulltoken
2013-06-28Reintroduce obsolete method to avoid breaking changenulltoken
2013-06-26Obsolete repo.Clone() overload which returns a Repositorynulltoken
2013-06-26Obsolete repo.Init() overload which returns a Repositorynulltoken
2013-06-26Teach Repository.Init() to set up a separate git directorynulltoken
2013-06-25Teach checkout to report notificationsJameson Miller
2013-06-22Create a new repo.Checkout() overload which accepts a Commit objectyorah
2013-06-03Remove obsolete membersnulltoken
2013-05-23Teach Repository.Reset to append to the ReflogSaaman
2013-05-04Remove obsolete methodsyorah
2013-05-04Fix documentationnulltoken
2013-05-03Obsolete GitObjectTypenulltoken
2013-05-03Introduce ObjectTypenulltoken
2013-04-26Move Repository.Conflicts to Index.ConflictsSaaman
2013-04-26Teach UpdateTarget() to append to the reflogSaaman
2013-04-26Code style cleanupSaaman
2013-04-26Teach Checkout() to append to the reflogSaaman
2013-04-26Fix Checkout behavior when dealing with HeadSaaman
2013-04-25Teach Checkout() to cope with revparse syntaxSaaman
2013-04-24Insert new reflog entry on merge commitSaaman
2013-04-24Reflog entries can't be >1 linePaul Betts
2013-04-17Simple function added that check is valid git repository path without initial...Arkadiy Shapkin
2013-04-11Add Repository.SubmodulesKeith Dahlby
2013-04-11Make amend on orphaned head throw OrphanedHeadExceptionMetalrom
2013-04-11Small code refactoringMetalrom
2013-04-10Insert new reflog entry on commitMetalrom
2013-04-09Add ExplicitPathsOptions to Repository.Reset()yorah