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-06-07Fix xml doc related warningsnulltoken
2014-06-06Introduce RemoteCollection.Rename.Marius Ungureanu
2014-06-04Drop obsolete members after release v0.18.0nulltoken
2014-06-01Introduce RemoteCollection.Remove()Marius Ungureanu
2014-04-25Introduce Remote.IsValidName(string)someoneigna
2014-01-23Fix Remotes.Add(name, url, refspec) implementationnulltoken
2013-07-01Standardize comments styleyorah
2013-06-03Expose TagFetchMode property on Remote type and include mechanism to update it.Jameson Miller
2013-05-03Update libgit2 binaries to b641c00yorah
2013-04-03Remove obsolete Create/Delete methodsKeith Dahlby
2013-02-12Guard against null remote namesnulltoken
2013-02-12Introduce repo.Network.Remotes.IsValidName()nulltoken
2013-01-08Update libgit2 binaries to 7dfc5c3Ben Straub
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-10-17Add ability to fetch from remotes.Jameson Miller
2012-09-03Unify BuildFromPtr/CreateFromPtr implementation and usageyorah
2012-08-29Make retrieval of error message thread-safeyorah
2012-06-20Delegate the handling of the default refSpec to libgit2 when creating a new R...Tim Clem
2012-06-19Make all public types mockableyorah
2012-06-19Make RemoteCollection mockableyorah
2012-06-10Rename Create to Add in RemoteCollectionKeith Dahlby
2012-06-03Use CSharp friendly names for libgit2 error types and codesTim Clem
2012-05-30Make RemoteCollection.Create accept a specified fetch RefSpecnulltoken
2012-05-30Make RemoteCollection.Create generate a default fetch RefSpec for the remotenulltoken
2012-05-15Upgrade libgit2 binaries to 54695f4nulltoken
2012-03-29Move SafeHandle related types to Core.Handles namespacenulltoken
2012-02-27Add RemoteCollection.Create()nulltoken
2012-02-27Make RemoteCollection an IEnumerable<Remote>nulltoken
2012-02-25Refactor the building of a Remotenulltoken
2012-02-07Expose remote handles to internal callersnulltoken
2011-12-20Upgrade libgit2 binaries to be00b00nulltoken
2011-10-04Can get and set global level configurationTim Clem
2011-10-02Enforce code styleEmeric Fermas
2011-09-29Basic remote retrieval, can get remoteTim Clem