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-03Update libgit2 binaries to b641c00yorah
2013-04-26Add helper methods to determine reference kind from canonical nameSaaman
2013-04-26Refactor handling of reference prefixesSaaman
2013-04-09Add the UpstreamBranchCanonicalName property to Branchyorah
2013-04-03Remove obsolete Branch.AheadBy/BehindByyorah
2013-03-20Move AheadBy/BehindBy into new TrackingDetailsKeith Dahlby
2013-03-19Remove unused usingsKeith Dahlby
2013-03-12Update libgit2 binaries to eef7e80Edward Thomson
2013-02-12Allow retrieval of the Remote of a non local branchnulltoken
2013-02-08Mark Repository.Remotes obsoletenulltoken
2013-02-05Fix AheadBy/BehindBy behavior for orphaned branchnulltoken
2013-01-29Teach Branch to cope with unborn tracked branchesnulltoken
2013-01-22Checkout branch as snapshotJameson Miller
2013-01-18Bind git_graph_ahead_behind native methodMetalrom
2012-12-11Minor code refactoringnulltoken
2012-12-06Convert repo.Checkout() overloads into extensions methodsnulltoken
2012-12-05Make repo.Config.Get() return the originating storeyorah
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
2012-11-09Update working directory on CheckoutJameson Miller
2012-10-17Add ability to fetch from remotes.Jameson Miller
2012-09-26Add support for unborn branchesyorah
2012-09-10Delegate tracking reference retrieval to libgit2nulltoken
2012-06-18Make Branch mockableyorah
2012-06-10Rename CommitCollection to CommitLogKeith Dahlby
2012-04-28Fix some documentationnulltoken
2012-03-03Refactor implementation of equality members of Branch and Tag typesnulltoken
2012-03-02Rename NamedReference<> to ReferenceWrapper<>Keith Dahlby
2012-03-02Remove redundant Branch.ToString() overrideKeith Dahlby
2012-02-21Add support for local tracking branches (branch..remote = ".")Keith Dahlby
2012-02-01Prevent Repository.Head.IsCurrentRepositoryHead from throwing a NullReference...nulltoken
2011-11-28Add basic Tuple<T1, T2> typenulltoken
2011-11-01Fix some missing documentation warningsnulltoken
2011-10-10Change retrieval of configuration settingsnulltoken
2011-10-10Add Configuration.Get() overload that takes key in parts.Keith Dahlby
2011-10-10Add tracking branch details. Closes #75Keith Dahlby
2011-10-08Add a string indexer to the Commit type in order to ease retrieval of TreeEnt...nulltoken
2011-10-08Add a string indexer to the Branch type in order to ease retrieval of TreeEnt...nulltoken
2011-10-06Add checking out of an arbitrary commit and handling of a detached headnulltoken
2011-10-02Apply some minor renamingsEmeric Fermas
2011-10-02Extract NamedReference base for Branch/TagKeith Dahlby
2011-09-21Enforce code stylenulltoken
2011-09-14Defer loading of the tip of a Branchnulltoken
2011-06-13Make Repository.Head return a Branch instead of a Referencenulltoken
2011-05-24Change API to query the history of commitsnulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken
2011-04-27Make Head directly exposed by a Repositorynulltoken
2011-04-24reformating with resharper layout settingsTim Clem
2011-04-24Slightly straighten the comparison to the Head referencenulltoken
2011-04-24Enforce Branch.IsCurrentrepositoryHead() test coveragenulltoken
2011-04-23Merge remote-tracking branch 'origin/master'Tim Clem