GitHub / github/libgit2sharp / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d6ef60d0 | Add first version of CI build script | nulltoken <e****s@g****m> | over 15 years ago | |
| e9578a4b | Fix shortening of branch names | nulltoken <e****s@g****m> | over 15 years ago | |
| 81fd7757 | Refactor Reference, Branch and Tag instantiation | nulltoken <e****s@g****m> | over 15 years ago | |
| 1bf453d5 | Make Tags expose both their short name and canonical name | nulltoken <e****s@g****m> | over 15 years ago | |
| c897eab1 | Change tag creation implementation to allow forward slashes in the name of th... | nulltoken <e****s@g****m> | over 15 years ago | |
| 8650b07a | Replace retrieval of the list of tags by a call to native libgit2 function | nulltoken <e****s@g****m> | over 15 years ago | |
| 52dbcc40 | Update libgit2 binaries to 2571cc3 | nulltoken <e****s@g****m> | over 15 years ago | |
| e31e7a59 | Tree and blob were added |
gor <g****y@g****m>
Committed by: nulltoken <e****s@g****m> |
over 15 years ago | |
| ec817dac | Add support for lightweight tag creation | nulltoken <e****s@g****m> | over 15 years ago | |
| addb8c7a | Add tests demonstrating that the Repository can look up for both lightweight ... | nulltoken <e****s@g****m> | over 15 years ago | |
| 1b73c298 | Add handling of lightweight tags | nulltoken <e****s@g****m> | over 15 years ago | |
| bb637210 | Add a lightweight tag to the test repository | nulltoken <e****s@g****m> | over 15 years ago | |
| 19ed42cc | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 8f0a3d08 | Remove some duplicate checks | nulltoken <e****s@g****m> | over 15 years ago | |
| 7e018d27 | Enforce GitObject.GetHashCode() implementation | nulltoken <e****s@g****m> | over 15 years ago | |
| 88194d76 | Fix the creation of the parents of a commit | nulltoken <e****s@g****m> | over 15 years ago | |
| ae821c2b | Fix compilation warnings | nulltoken <e****s@g****m> | over 15 years ago | |
| 4e26d4f2 | Refactor creation of Git objects | nulltoken <e****s@g****m> | over 15 years ago | |
| 5169403a | Remove unused code files | nulltoken <e****s@g****m> | over 15 years ago | |
| 835c961c | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 19be85d1 | Fix a memory leak | nulltoken <e****s@g****m> | over 15 years ago | |
| 47bbb65c | Reduce accessibility of CommitEnumerator | nulltoken <e****s@g****m> | over 15 years ago | |
| f7a594e8 | Add WorkingDirectory accessor to Repository | nulltoken <e****s@g****m> | over 15 years ago | |
| cb613c8e | Fix naming of private members | nulltoken <e****s@g****m> | over 15 years ago | |
| b1cf93b3 | Upgrade libgit2 binaries to fff036e | nulltoken <e****s@g****m> | over 15 years ago | |
| f8bc191c | Update readme.md | nulltoken <e****s@g****m> | over 15 years ago | |
| 76e9377a | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 140012b3 | Enforced test coverage of tag creation | nulltoken <e****s@g****m> | over 15 years ago | |
| 5bd850fe | Update mapping of error codes | nulltoken <e****s@g****m> | over 15 years ago | |
| acf99bdd | Fix names of the assemblies | nulltoken <e****s@g****m> | over 15 years ago | |
| 6badb15d | Minor refactoring to Reference.ResolveToDirectReference() | nulltoken <e****s@g****m> | over 15 years ago | |
| a09f6b69 | Remove .Net 4.0 solution and projects | nulltoken <e****s@g****m> | over 15 years ago | |
| b84f8d09 | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| bba77e12 | Replace SafeHandleZeroOrMinusOneIsInvalid with SafeHandle | nulltoken <e****s@g****m> | over 15 years ago | |
| ee6366a4 | Change type of Branch.Tip from ObjectId to Commit | nulltoken <e****s@g****m> | over 15 years ago | |
| a0a8fd8a | Remove unnecessary dependencies | nulltoken <e****s@g****m> | over 15 years ago | |
| af1e1a2e | Remove Branch.Delete() and Reference.Delete() | nulltoken <e****s@g****m> | over 15 years ago | |
| 46bba8d8 | Upgrade libgit2 binaries to 0ad6efa | nulltoken <e****s@g****m> | over 15 years ago | |
| 85dfeeeb | Remove Reference property from Branch type | nulltoken <e****s@g****m> | over 15 years ago | |
| d62cfd2f | Add Tip property to Branch | nulltoken <e****s@g****m> | over 15 years ago | |
| c0876cce | Remove unused internal property | nulltoken <e****s@g****m> | over 15 years ago | |
| bf0b05d6 | Add CanonicalName property to Branch type | nulltoken <e****s@g****m> | over 15 years ago | |
| e9671ebc | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 2a351ce3 | Minor refactoring | nulltoken <e****s@g****m> | over 15 years ago | |
| 8acb0d96 | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 5ef91d16 | Reduce accessibility of Reference.ProvideAdditionalEqualityComponent() | nulltoken <e****s@g****m> | over 15 years ago | |
| 93986276 | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 683ecf85 | Remove PosixPath property | nulltoken <e****s@g****m> | over 15 years ago | |
| c53f9b96 | Convert the Repository syntactic sugar overloads into extension methods. | nulltoken <e****s@g****m> | over 15 years ago | |
| 5ddc0f24 | Change Repository.Lookup() to return null when no object matching all of the ... | nulltoken <e****s@g****m> | over 15 years ago | |
| 031abb1b | refactor Reference to not hold a C ptr. | Tim Clem <t****m@g****m> | over 15 years ago | |
| 5811bd09 | refactor repo.Lookup | Tim Clem <t****m@g****m> | over 15 years ago | |
| dd3f290b | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| d9d03bba | Refactor NativeMethods.git_oid_mkstr() usage | nulltoken <e****s@g****m> | over 15 years ago | |
| 151b7aae | Change ReferenceCollection.Head() into a Head property getter | nulltoken <e****s@g****m> | over 15 years ago | |
| d460cc92 | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| b51c9839 | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| 7e0e7eff | Mark LibGit2Sharp as CLSCompliant | nulltoken <e****s@g****m> | over 15 years ago | |
| c63cdccc | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| cc27ea7b | Enforce Reference equality implementation | nulltoken <e****s@g****m> | over 15 years ago | |
| a978a460 | Rename TemporaryRepositoryPath to TemporaryCloneOfTestRepo | nulltoken <e****s@g****m> | over 15 years ago | |
| b29e991d | Update backlog | nulltoken <e****s@g****m> | over 15 years ago | |
| c35f6699 | Enforce ObjectId equality implementation | nulltoken <e****s@g****m> | over 15 years ago | |
| 6530bcc7 | Enforce GitObject equality implementation | nulltoken <e****s@g****m> | over 15 years ago | |
| 81810a08 | Make RepositoryFixture.LookupObjectByWrongTypeThrows() pass | nulltoken <e****s@g****m> | over 15 years ago | |
| 338e2d85 | Make TagFixture.CanListTags() pass | nulltoken <e****s@g****m> | over 15 years ago | |
| e4873e8f | Remove no longer needed DirectoryHelper.DeleteIfExists() | nulltoken <e****s@g****m> | over 15 years ago | |
| cbc80e87 | Make TemporaryRepositoryPath inherit from SelfCleaningDirectory | nulltoken <e****s@g****m> | over 15 years ago | |
| 844d15ba | Refactor TemporaryRepositoryPath and DirectoryHelper | nulltoken <e****s@g****m> | over 15 years ago | |
| 6b9d9d14 | Enforce SelfCleaningDirectory behavior | nulltoken <e****s@g****m> | over 15 years ago | |
| 11c26720 | Fix TestHelpers namespace | nulltoken <e****s@g****m> | over 15 years ago | |
| c90b61d6 | Reduce GitOid exposure | nulltoken <e****s@g****m> | over 15 years ago | |
| 2bd06300 | Reduce Core exposure | nulltoken <e****s@g****m> | over 15 years ago | |
| 9f58a197 | Fix .Net 3.5 solution | nulltoken <e****s@g****m> | over 15 years ago | |
| 435b39d9 | create core namespace to hide away advanced internals | Tim Clem <t****m@g****m> | over 15 years ago | |
| 2499ea2c | moving old files | Tim Clem <t****m@g****m> | over 15 years ago | |
| 104efdc0 | can create, lookup tags | Tim Clem <t****m@g****m> | over 15 years ago | |
| d5ae5db3 | can create and delete branches | Tim Clem <t****m@g****m> | over 15 years ago | |
| b8b946b4 | create a RepositorySafeHandle to ensure that handles are always released. | Tim Clem <t****m@g****m> | over 15 years ago | |
| 99acd3c2 | add docs to signature | Tim Clem <t****m@g****m> | over 15 years ago | |
| c2d18157 | make GitObject not implement IDisposable | Tim Clem <t****m@g****m> | over 15 years ago | |
| cfb05a90 | can lookup objects by sha or reference name | Tim Clem <t****m@g****m> | over 15 years ago | |
| 6e2a5a08 | get rid of unnecessary repo instance | Tim Clem <t****m@g****m> | over 15 years ago | |
| 91a35318 | add docs for repository fluent properties | Tim Clem <t****m@g****m> | over 15 years ago | |
| f076557a | refactor GitOid to be safe. | Tim Clem <t****m@g****m> | over 15 years ago | |
| 5c301f04 | remove generator project | Tim Clem <t****m@g****m> | over 15 years ago | |
| aeb9de04 | remove libgit2 submodule | Tim Clem <t****m@g****m> | over 15 years ago | |
| c4441ba0 | add ref api back with new interop | Tim Clem <t****m@g****m> | over 15 years ago | |
| b3245f9b | add new revwalk interface with updated interop | Tim Clem <t****m@g****m> | over 15 years ago | |
| d5cd1a19 | can open and create a repository using new interop | Tim Clem <t****m@g****m> | over 15 years ago | |
| 11de582b | setup for interop refactoring | Tim Clem <t****m@g****m> | over 15 years ago | |
| dfb2fdc6 | create .net 3.5 and .net 4 projects, solutions, and asm | Tim Clem <t****m@g****m> | over 15 years ago | |
| 0bee0993 | Squash up commits on devel branch | Tim Clem <t****m@g****m> | over 15 years ago | |
| 29b5607c | create repos using Repository.Init now | Tim Clem <t****m@g****m> | over 15 years ago | |
| 805fdc1e | remove resources and localized strings | Tim Clem <t****m@g****m> | over 15 years ago | |
| 4eafd253 | remove class headers | Tim Clem <t****m@g****m> | over 15 years ago | |
| 28eaf9a1 | change repo.Exists => repo.HasObject | Tim Clem <t****m@g****m> | over 15 years ago | |
| b5ce26dd | add docs to commitcollection | Tim Clem <t****m@g****m> | over 15 years ago | |
| 1cb5b1fb | add ability to walk commits from branches, references | Tim Clem <t****m@g****m> | over 15 years ago | |
| 2247b9b0 | add docs for branches | Tim Clem <t****m@g****m> | over 15 years ago |