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-22Add type details to FilePathMarshaler errorKeith Dahlby
2013-05-08Fix HasAny() enum helper to ease migration to .Net 4.0nulltoken
2013-05-05Remove useless marshaling directivenulltoken
2013-05-04Remove obsolete methodsyorah
2013-05-03Update libgit2 binaries to b641c00yorah
2013-05-03Obsolete GitObjectTypenulltoken
2013-05-03Introduce ObjectTypenulltoken
2013-04-25Proactively call git_submodule_reload()Keith Dahlby
2013-04-24Switch internal implementation of Index.Remove() to git_index_remove_bypath()yorah
2013-04-18Align Proxy methods name to libgit2 onesnulltoken
2013-04-17Simple function added that check is valid git repository path without initial...Arkadiy Shapkin
2013-04-11Add Repository.SubmodulesKeith Dahlby
2013-04-11Add SubmoduleLazyGroupyorah
2013-04-11Add Submodule bindingsKeith Dahlby
2013-04-11Guard against marshaling invalid handle as GitOidKeith Dahlby
2013-04-10Insert new reflog entry on commitMetalrom
2013-04-10Introduce Repository.Refs.Log()Metalrom
2013-04-09Add ExplicitPathsOptions to Repository.Diff.Compare()yorah
2013-04-09Rename GitFetchSpecHandle to GitRefSpecHandleyorah
2013-03-28Add Stashes.RemoveMetalrom
2013-03-20Move AheadBy/BehindBy into new TrackingDetailsKeith Dahlby
2013-03-19Remove unused usingsKeith Dahlby
2013-03-18Add PathCase and related Repository membersKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-14Clean-up trailing whitespacesyorah
2013-03-12Use reference counting in SafeHandleBase to ensure git_threads_shutdown() onl...Janusz BiaƂobrzewski
2013-03-12Update libgit2 binaries to eef7e80Edward Thomson
2013-03-02Revert "Remove useless GC.SuppressFinalize()"nulltoken
2013-02-28Use implicit GitOid to ObjectId cast everywhereKeith Dahlby
2013-02-28Add implicit cast from GitOid(?) to ObjectIdKeith Dahlby
2013-02-28Add Repository.Stashes.GetEnumerator()Metalrom
2013-02-28Add Repository.Stashes.AddMetalrom
2013-02-22Introduce Repository.Info.MessageEdward Thomson
2013-02-21Fix double instantiation of ObjectSafeWrapperyorah
2013-02-21Remove useless GC.SuppressFinalize()yorah
2013-02-21Teach repo.Ignore.IsPathIgnored() to cope with Windows directory separatorsnulltoken
2013-02-21Fix credential acquire callback interopJameson Miller
2013-02-15Remove unnecessary finalizer (cleanup already guaranteed by the SafeHandle)Sam Harwell
2013-02-14Introduce Repositories.Branches.Update()Jameson Miller
2013-02-14Introduce Repository.ConflictsEdward Thomson
2013-02-14Dismiss a few other R# warningsKeith Dahlby
2013-02-14Remove redundant qualifiersKeith Dahlby
2013-02-14Use readonly for applicable fieldsKeith Dahlby
2013-02-14Micro-optimization: use new List<>(capacity)Keith Dahlby
2013-02-13Add strongly typed NonFastForward exceptionJameson Miller
2013-02-12Allow retrieval of the Remote of a non local branchnulltoken
2013-02-12Alpha sort signatures of native methodsnulltoken
2013-02-12Introduce repo.Network.Remotes.IsValidName()nulltoken
2013-02-12Teach Network to list references on a remoteJameson Miller