Changeset [19ac3f549efe2a7a48f7feeccd37c732dc3952f5] by Pheew

December 6th, 2008 @ 04:59 PM

Improved Pack file support and added packed-ref support http://github.com/pheew/dotgit/c...

Committed by Pheew

  • M TestConsole/Program.cs
  • M dotGit/Exceptions/ShaMismatchException.cs
  • M dotGit/Generic/Extensions.cs
  • M dotGit/Generic/InternalWritableList.cs
  • M dotGit/Generic/Utility.cs
  • M dotGit/Generic/Zlib.cs
  • M dotGit/Objects/Blob.cs
  • M dotGit/Objects/Commit.cs
  • M dotGit/Objects/GitObjectReader.cs
  • M dotGit/Objects/Storage/GitPackReader.cs
  • M dotGit/Objects/Storage/ObjectStorage.cs
  • M dotGit/Objects/Storage/Pack.cs
  • M dotGit/Objects/Storage/PackIndexV2.cs
  • M dotGit/Objects/Storage/PackObject.cs
  • M dotGit/Objects/Storage/PackV2.cs
  • M dotGit/Objects/Storage/PackV2Pack.cs
  • M dotGit/Objects/Tree.cs
  • M dotGit/Refs/Branch.cs
  • M dotGit/Refs/Head.cs
  • M dotGit/Refs/PackedRefs.cs
  • M dotGit/Refs/Ref.cs
  • M dotGit/Refs/Tag.cs
  • M dotGit/Repository.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#