Changeset [0d512ff3fb62e53be00d102eb279f5badd479ae2] by Pheew

December 20th, 2008 @ 01:18 AM

  • Removed GitPackReader since there is no special need for it.
  • Moved GitObjectReader to dotGit.Objects.Storage
  • Optimized GitObjectReader.ReadToEnd(), cutting the time it takes to walk the entire Git repo tree structure in half http://github.com/pheew/dotgit/c...

Committed by Pheew

  • M dotGit/Generic/Sha.cs
  • M dotGit/Generic/Zlib.cs
  • M dotGit/Index/Index.cs
  • M dotGit/Index/IndexEntry.cs
  • M dotGit/Index/IndexTime.cs
  • M dotGit/Objects/Blob.cs
  • M dotGit/Objects/GitObjectReader.cs
  • M dotGit/Objects/Storage/GitObjectReader.cs
  • M dotGit/Objects/Storage/GitPackReader.cs
  • M dotGit/Objects/Storage/PackIndexV2.cs
  • M dotGit/Objects/Storage/PackObjects/Deltified.cs
  • M dotGit/Objects/Storage/PackObjects/OFSDelta.cs
  • M dotGit/Objects/Storage/PackObjects/REFDelta.cs
  • M dotGit/Objects/Storage/PackV2.cs
  • M dotGit/Objects/Storage/PackV2Pack.cs
  • M dotGit/Refs/Tag.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#