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
2013-05-26Update libgit2 binaries to 5aee963Ben Straub
2013-05-25Add CompareOptionsKeith Dahlby
2013-05-04Remove obsolete methodsyorah
2013-05-03Obsolete GitObjectTypenulltoken
2013-05-03Introduce ObjectTypenulltoken
2013-05-03Introduce TreeEntry.TargetType and TreeEntryDefinition.TargetTypenulltoken
2013-04-26Add helper methods to determine reference kind from canonical nameSaaman
2013-04-24Add RemoveFromIndexExceptionyorah
2013-04-17Simple function added that check is valid git repository path without initial...Arkadiy Shapkin
2013-04-13Support TreeEntry.Target for gitlink entriesKeith Dahlby
2013-04-11Add Repository.SubmodulesKeith Dahlby
2013-04-11Add SubmoduleLazyGroupyorah
2013-04-11Add Submodule bindingsKeith Dahlby
2013-04-10Introduce Repository.Refs.Log()Metalrom
2013-04-09Add ExplicitPathsOptions to Repository.Diff.Compare()yorah
2013-04-09Rename GitFetchSpecHandle to GitRefSpecHandleyorah
2013-04-03Remove obsolete DiffTargetKeith Dahlby
2013-03-20Move AheadBy/BehindBy into new TrackingDetailsKeith Dahlby
2013-03-18Add PathCase and related Repository membersKeith Dahlby
2013-02-28Add Repository.Stashes.AddMetalrom
2013-02-14Introduce Repositories.Branches.Update()Jameson Miller
2013-02-14Introduce Repository.ConflictsEdward Thomson
2013-02-13Add strongly typed NonFastForward exceptionJameson Miller
2013-02-12Teach Network to list references on a remoteJameson Miller
2013-02-10Add RawContentStream.Andrius Bentkus
2013-02-05Initial push implementationJameson Miller
2013-01-31Introduce repo.Network.FetchHeadsEdward Thomson
2013-01-29Teach Branch to cope with unborn tracked branchesnulltoken
2013-01-29Introduce Repository.MergeHeadsEdward Thomson
2013-01-23Introduce OrphanedHeadExceptionnulltoken
2013-01-22Add Ignore supportPaul Betts
2013-01-16Add IndexContainsUnmergedEntriesException to bind EUNMERGED exceptionMetalrom
2013-01-16Provide access to basic username/password auth for cloneBen Straub
2013-01-10Add InvalidSpecificationException as wrapper for EINVALIDSPEC native exceptionMetalrom
2013-01-10Rename AmbiguousException as AmbiguousSpecificationExceptionMetalrom
2013-01-10Add NameConflictException as wrapper for EEXIST native exceptionMetalrom
2013-01-08Update libgit2 binaries to 7dfc5c3Ben Straub
2013-01-07Rename Enum.Has<T> to Compat.Enum.HasFlag<T>nulltoken
2012-12-13Make Diff.Compare() able to compare a null Tree against the Index and Workdirnulltoken
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-09Introduce IndexEntry.StageLevelnulltoken
2012-12-06Introduce Repository.Info.CurrentOperationKeith Dahlby
2012-12-05Make `GitObject.DereferenceToCommit()` use `git_object_peel()`yorah
2012-12-05Turn Configuration overloads into extension methodsnulltoken
2012-12-05Make repo.Config.Get() return the originating storeyorah
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
2012-11-30Mark DiffTarget obsoletenulltoken
2012-11-29Make Diff.Compare() able to compare null Treesnulltoken
2012-11-09Update working directory on CheckoutJameson Miller
2012-11-06Introduce GitObjectLazyGroupKeith Dahlby