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-09-05Capture Reference instances' repoKeith Dahlby
2014-06-04Drop obsolete members after release v0.18.0nulltoken
2014-05-03Update Checkout and Merge optionsJameson Miller
2014-04-16Upgrade to .Net 4.0nulltoken
2013-08-03Remove obsolete members after 0.13 releaseKeith Dahlby
2013-07-01Standardize comments styleyorah
2013-06-28Rename CheckoutOptions into CheckoutModifiersnulltoken
2013-06-28Rename Filter into CommitFilternulltoken
2013-06-25Teach checkout to report notificationsJameson Miller
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