Changeset [ca76b9eadd1050eb97a9782b0abd77bf11124c70] by Mark

January 2nd, 2009 @ 12:05 AM

Packfile is now access with a Memory Map using the excellent wrapper library from Tomas Restrepo (http://github.com/tomasr) Increased the read buffer for Zlib methods (16k) and Index files (8k) Added more method docs (again) General code cleanup http://github.com/pheew/dotgit/c...

Committed by Mark

  • M Lib/FileMap/License.txt
  • M Lib/FileMap/Winterdom.IO.FileMap.dll
  • M Lib/FileMap/Winterdom.IO.FileMap.pdb
  • M dotGit/Generic/Utility.cs
  • M dotGit/Generic/Zlib.cs
  • M dotGit/Index/Index.cs
  • M dotGit/Index/IndexEntry.cs
  • M dotGit/Objects/Blob.cs
  • M dotGit/Objects/FileMode.cs
  • M dotGit/Objects/GitObject.cs
  • M dotGit/Objects/Storage/GitObjectReader.cs
  • M dotGit/Objects/Storage/PackV2.cs
  • M dotGit/Refs/Head.cs
  • M dotGit/Refs/PackedRefs.cs
  • M dotGit/Refs/Ref.cs
  • M dotGit/Refs/RefCollection.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#