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-15Drop optional parameters in BranchCollection.csBrendan Forster
2015-04-14Obsolete ReferenceWrapper.Name in favor of ShortNamenulltoken
2015-03-17Update libgit2 to 9bbc8f3nulltoken
2014-06-04Drop obsolete members after release v0.18.0nulltoken
2014-06-02BranchCollection: Obsolete Move and introduce Rename.Marius Ungureanu
2014-05-30Update libgit2 binaries to 58eea5eMarius Ungureanu
2014-03-21Update libgit2 to 36a80fdBen Straub
2013-11-21Introduce Proxy.git_iteratorKeith Dahlby
2013-11-06Update libgit2 binaries to e87d9d3nulltoken
2013-10-15Make string marshaling either lax or strictnulltoken
2013-08-30Append to reflog in Branches.Add() and Move()Keith Dahlby
2013-07-01Standardize comments styleyorah
2013-04-26Add helper methods to determine reference kind from canonical nameSaaman
2013-04-26Refactor handling of reference prefixesSaaman
2013-04-03Remove obsolete Create/Delete methodsKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-12Update libgit2 binaries to eef7e80Edward Thomson
2013-02-14Introduce Repositories.Branches.Update()Jameson Miller
2013-02-06Teach BranchCollection to disambiguate local and remote branch namesJameson Miller
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-10-24Simplify consumption of _foreach methodsKeith Dahlby
2012-09-10Upgrade libgit2 binaries to 17b06f4nulltoken
2012-09-05Turn repo.Branches string based overloads into extension methodsnulltoken
2012-09-05Make Branches.Move() accept a Branch as its targetnulltoken
2012-09-05Make Branches.Remove() accept a Branch as its targetnulltoken
2012-09-05Make Branches.Add() accept a Commit as its targetnulltoken
2012-09-05Improve BranchCollection documentationnulltoken
2012-08-29Make retrieval of error message thread-safeyorah
2012-08-15Revparse support in Repository.LookupBen Straub
2012-07-23Upgrade libgit2 binaries to 14e1bc1nulltoken
2012-06-20Upgrade libgit2 binaries to 1d94a7dnulltoken
2012-06-19Make all public types mockableyorah
2012-06-18Make BranchCollection mockableyorah
2012-06-10Rename Delete to Remove in BranchCollectionKeith Dahlby
2012-06-10Rename Create to Add in BranchCollectionKeith Dahlby
2012-06-03Use CSharp friendly names for libgit2 error types and codesTim Clem
2012-05-22Remove obsolete methodsKeith Dahlby
2012-05-20Delegate the to deletion of branches to libgit2 native methodnulltoken
2012-05-20Delegate the enumerating of branches to libgit2 native methodsnulltoken
2012-05-15Delegate the creation and the moving of branches to libgit2 native methodsnulltoken
2012-04-21Move Checkout() to RepositoryKeith Dahlby
2012-04-21Add internal Repository.LookupCommit() to reduce duplicationKeith Dahlby
2012-02-27Fix some issues pinpointed by Code Analysisnulltoken
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-10-06Add checking out of an arbitrary commit and handling of a detached headnulltoken
2011-10-06Ensure only a commit object can be used as a target for a branchnulltoken
2011-10-05Ensure that target of branches and tags are either shas or canonical referenc...nulltoken
2011-10-05Ensure one can't create a branch pointing at a non existent targetnulltoken