Changeset [bc23f937155420c829447b55a222d624c56228b2] by Pheew
December 7th, 2008 @ 10:17 PM
- Moved the PackObjects classes to it's own folder/namespace.
- Some improvements for processing delta's from the packfile http://github.com/pheew/dotgit/c...
Committed by Pheew
- M dotGit/Generic/Sha.cs
- M dotGit/Objects/Storage/Deltified.cs
- M dotGit/Objects/Storage/PackIndexV2.cs
- M dotGit/Objects/Storage/PackObject.cs
- M dotGit/Objects/Storage/PackObjectCollection.cs
- M dotGit/Objects/Storage/PackObjects/Deltified.cs
- M dotGit/Objects/Storage/PackObjects/OFSDelta.cs
- M dotGit/Objects/Storage/PackObjects/PackObject.cs
- M dotGit/Objects/Storage/PackObjects/PackObjectCollection.cs
- M dotGit/Objects/Storage/PackObjects/REFDelta.cs
- M dotGit/Objects/Storage/PackObjects/Undeltified.cs
- M dotGit/Objects/Storage/PackV2.cs
- M dotGit/Objects/Storage/PackV2Pack.cs
- M dotGit/Objects/Storage/Undeltified.cs
- M dotGit/dotGit.csproj
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A .NET implementation of Git written in C#