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-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
2011-10-05Allow creation of a branch specifically pointing at the HEADnulltoken
2011-10-05Ensure one can't checkout a non existent branchnulltoken
2011-10-02Remove uses of ReferenceCollection.Resolve<T>() for non-Reference TKeith Dahlby
2011-09-26Move removal of temporary test repositories after the processing of each fixturenulltoken
2011-09-26Prevent a branch from being removed if it's the current HEADnulltoken
2011-09-21Enforce code stylenulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-07-15Add some TODO remindersnulltoken
2011-06-20Add handling of abbreviated sha to Repository.Lookup() and ObjectId.ToString()nulltoken
2011-06-01Fix a branch creation issuenulltoken
2011-05-30Add branch renaming featurenulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken
2011-04-30Reduce API exposurenulltoken
2011-04-29Add some documentationnulltoken
2011-04-28add todoTim Clem
2011-04-25Simplify API by removing most of the overloads which rely on ObjectId based p...nulltoken
2011-04-24implement repo.Branches.Delete(name)Tim Clem
2011-04-24can checkout a branchTim Clem
2011-04-24reformating with resharper layout settingsTim Clem
2011-04-17Refactor Reference, Branch and Tag instantiationnulltoken
2011-04-16Make Tags expose both their short name and canonical namenulltoken
2011-04-12Remove some duplicate checksnulltoken
2011-04-03Refactor NativeMethods.git_oid_mkstr() usagenulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem
2011-03-31can create and delete branchesTim Clem
2011-03-30remove class headersTim Clem
2011-03-30add ability to walk commits from branches, referencesTim Clem
2011-03-30add docs for branchesTim Clem
2011-03-30add concept of a branch to the APITim Clem