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-20Add CommitCollection.FindCommonAncestor()Patrik
2012-04-28Improve documentation related to the creation of Commitsnulltoken
2012-04-28Add Repository.ObjectDatabase.CreateCommit()nulltoken
2012-03-28Replace usage of IntPtr holding references to git objects with GitObjectSafeH...nulltoken
2012-02-28Refactor the release of some native handlesnulltoken
2012-02-08Make Repository.Commit() able to amend the current tip of the Headnulltoken
2012-02-02Simplify handling of native signature handlenulltoken
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-10-12Move the Commit API with optional signatures up to RepositoryExtensionsnulltoken
2011-10-12Can create commit using global 'user' config infoTim Clem
2011-10-06Add checking out of an arbitrary commit and handling of a detached headnulltoken
2011-10-01Refactor release of SafeHandle objectsEmeric Fermas
2011-09-29Upgrade libgit2 binaries to 35e9407nulltoken
2011-09-26Prevent enumeration of commits from throwing when starting from a tag which p...nulltoken
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-09-14Defer loading of Tag.Annotation and Tag.Target propertiesnulltoken
2011-09-14Improve implementation of commits enumeration/queryingnulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-07-14Update libgit2 binaries to 33afca4nulltoken
2011-06-20Add tests exercising usage of abbreviated shasnulltoken
2011-06-13Make Repository.Head return a Branch instead of a Referencenulltoken
2011-06-09Add basic Commit featurenulltoken
2011-06-01Refactor CommitCollectionnulltoken
2011-05-24Allow to query the commit history by specifying two named commits as boundariesnulltoken
2011-05-24Allow to query the commit history of an empty repositorynulltoken
2011-05-24Change API to query the history of commitsnulltoken
2011-05-23Remove the Count property from the CommitCollectionnulltoken
2011-05-21Improve the exception thrown when building a CommitCollection from an unknown...nulltoken
2011-05-20Fix some issues pinpointed by Code Analysisnulltoken
2011-05-20Ensure a CommitCollection can not be built from an unknown sha or a corrupted...nulltoken
2011-05-19Convert CommitCollection.StartingAt() overloads as extension methodsnulltoken
2011-05-19Enforce CommitEnumerator immutabilitynulltoken
2011-05-19Unify the behavior of CommitEnumeratornulltoken
2011-05-19Add RevWalkerSafeHandle to ensure proper release of non managed resourcesnulltoken
2011-05-17Fix default CommitCollection sorting behaviornulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken
2011-04-30Reduce API exposurenulltoken
2011-04-29Add some documentationnulltoken
2011-04-26guard against potential race condition in fluent commits enumeratorTim Clem
2011-04-25Prevent some potential memory leaksnulltoken
2011-04-22add quick Commit.Count property, extra branch propsTim Clem
2011-04-21always new up a CommitEnumeratorTim Clem
2011-04-10Reduce accessibility of CommitEnumeratornulltoken
2011-04-07Add Tip property to Branchnulltoken
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-30add docs to commitcollectionTim Clem