Changeset [dba3920aaedefc64376c3b82d9222fb7c098cf62] by Pheew

November 16th, 2008 @ 07:06 PM

Added object database for object storage and implemented parsing of Blob, tree, and commit. Walking the repo content from HEAD now fully works http://github.com/pheew/dotgit/c...

Committed by Pheew

  • M Test/UtilityTest.cs
  • M TestConsole/Program.cs
  • M dotGit/Contributer.cs
  • M dotGit/Exceptions/ObjectNotFoundException.cs
  • M dotGit/Generic/GitObjectStream.cs
  • M dotGit/Generic/InternalWritableList.cs
  • M dotGit/Generic/Sha.cs
  • M dotGit/Generic/Utility.cs
  • M dotGit/Generic/Zlib.cs
  • M dotGit/Objects/Blob.cs
  • M dotGit/Objects/Commit.cs
  • M dotGit/Objects/GitObject.cs
  • M dotGit/Objects/Node.cs
  • M dotGit/Objects/NodeCollection.cs
  • M dotGit/Objects/Pack/Deltified.cs
  • M dotGit/Objects/Pack/Pack.cs
  • M dotGit/Objects/Pack/PackObject.cs
  • M dotGit/Objects/Pack/PackObjectCollection.cs
  • M dotGit/Objects/Pack/Undeltified.cs
  • M dotGit/Objects/Storage/Deltified.cs
  • M dotGit/Objects/Storage/ObjectStorage.cs
  • M dotGit/Objects/Storage/Pack.cs
  • M dotGit/Objects/Storage/PackObject.cs
  • M dotGit/Objects/Storage/PackObjectCollection.cs
  • M dotGit/Objects/Storage/Undeltified.cs
  • M dotGit/Objects/Tree.cs
  • M dotGit/Refs/Ref.cs
  • M dotGit/Repository.cs
  • M dotGit/Utility.cs
  • M dotGit/dotGit.csproj
New-ticket Create new ticket

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#