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 (Collapse)Author
2014-04-16Upgrade to .Net 4.0nulltoken
Fix #654
2013-12-10Don't load a remote's refspecs lazilyCarlos Martín Nieto
We already have the refspecs parsed the git_remote, and loading them lazily means we'll be parsing them again, and possibly parse a different set from the ones we used to have loaded. Make the loading eager, and pass the RemoteSafeHandle to more places, as we need to use it in order to provide a single snapshot of the data.
2013-11-14Enumerate refspecsJan Melcher
The Remote.RefSpecs property allows to enumerate over all refspecs defined for a specific remote.