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
2012-03-29Replace usage of IntPtr holding references to references with ReferenceSafeHa...nulltoken
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-11-18Upgrade libgit2 binaries to e4c93a39nulltoken
2011-10-06Allow HEAD to be updated with either a direct or a symbolic referencenulltoken
2011-10-05Ensure that target of branches and tags are either shas or canonical referenc...nulltoken
2011-10-02Add constraint to ReferenceCollection.Resolve<T>(); simplify Reference.BuildF...Keith Dahlby
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-07-14Minor code refactoringnulltoken
2011-07-14Update libgit2 binaries to 33afca4nulltoken
2011-06-20Add tests exercising usage of abbreviated shasnulltoken
2011-06-20Add handling of abbreviated sha to Repository.Lookup() and ObjectId.ToString()nulltoken
2011-05-30Add branch renaming featurenulltoken
2011-05-26Update API to return a new instance of it when one updates the target of a re...nulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken
2011-05-01Port some tests from cgit and fix implementation to make them passnulltoken
2011-04-30Reduce API exposurenulltoken
2011-04-30Add overwriting option when creating a referencenulltoken
2011-04-29Add some documentationnulltoken
2011-04-29Implement moving/renaming of referencesnulltoken
2011-04-27Make Head directly exposed by a Repositorynulltoken
2011-04-25Simplify API by removing most of the overloads which rely on ObjectId based p...nulltoken
2011-04-24Remove some code duplicationnulltoken
2011-04-24can update reference targetTim Clem
2011-04-24reformating files with resharper layoutTim Clem
2011-04-17Refactor Reference, Branch and Tag instantiationnulltoken
2011-04-16Replace retrieval of the list of tags by a call to native libgit2 functionnulltoken
2011-04-14Add support for lightweight tag creationnulltoken
2011-04-12Remove some duplicate checksnulltoken
2011-04-10Fix compilation warningsnulltoken
2011-04-05refactor Reference to not hold a C ptr.Tim Clem
2011-04-03Refactor NativeMethods.git_oid_mkstr() usagenulltoken
2011-04-03Change ReferenceCollection.Head() into a Head property getternulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem
2011-03-30create a RepositorySafeHandle to ensure that handles are always released.Tim Clem
2011-03-30refactor GitOid to be safe.Tim Clem
2011-03-30remove class headersTim Clem
2011-03-30document new reference apiTim Clem
2011-03-30change GitErrorCodes => GitErrorCodeTim Clem
2011-03-30can create and delete references with new interopTim Clem
2011-03-30add ref api back with new interopTim Clem