Changeset [17bb4f67a8532c9c1b03e8fadac3780e2dd96214] by Pheew
November 22nd, 2008 @ 10:04 PM
Added index parsing and refactored GitObjectStream to a BinaryReader inherited reader http://github.com/pheew/dotgit/c...
Committed by Pheew
- M TestConsole/Program.cs
- M dotGit/Generic/Extensions.cs
- M dotGit/Generic/GitObjectReader.cs
- M dotGit/Generic/GitObjectStream.cs
- M dotGit/Generic/InternalWritableList.cs
- M dotGit/Generic/Sha.cs
- M dotGit/Generic/Zlib.cs
- M dotGit/Index.cs
- M dotGit/Index/Index.cs
- M dotGit/Index/IndexEntry.cs
- M dotGit/Index/IndexTime.cs
- M dotGit/Objects/Blob.cs
- M dotGit/Objects/Commit.cs
- M dotGit/Objects/FileMode.cs
- M dotGit/Objects/GitObject.cs
- M dotGit/Objects/ObjectType.cs
- M dotGit/Objects/Storage/IStorableObject.cs
- M dotGit/Objects/Storage/ObjectStorage.cs
- M dotGit/Objects/Storage/Pack.cs
- M dotGit/Objects/Storage/PackObjectCollection.cs
- M dotGit/Objects/Tree.cs
- M dotGit/Objects/TreeNode.cs
- M dotGit/Objects/TreeNodeCollection.cs
- M dotGit/Refs/Branch.cs
- M dotGit/Refs/RefCollection.cs
- M dotGit/Refs/Tag.cs
- M dotGit/Repository.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#