Changeset [10425d6ee3838577c04df196ec311ccb9db651ad] by Pheew

December 23rd, 2008 @ 11:09 PM

Committed by Pheew

  • M .gitignore
  • M .gitmodules
  • M Lib/NUnit/nunit.core.dll
  • M Lib/NUnit/nunit.framework.dll
  • M Lib/zlib.net.dll
  • M README.markdown
  • M Test/ConfigTests.cs
  • M Test/DiffEngineTests.cs
  • M Test/Global.cs
  • M Test/Properties/AssemblyInfo.cs
  • M Test/RepositoryTests.cs
  • M Test/RepositoryWriteTests.cs
  • M Test/Resources/SourceFile1.txt
  • M Test/Resources/SourceFile2.txt
  • M Test/Resources/config
  • M Test/Test.csproj
  • M Test/UtilityTest.cs
  • M TestConsole/Program.cs
  • M TestConsole/Properties/AssemblyInfo.cs
  • M TestConsole/TestConsole.csproj
  • M dotGit.sln
  • M dotGit/ClassDiagram.cd
  • M dotGit/Config/ConfigKeys.cs
  • M dotGit/Config/ConfigSections.cs
  • M dotGit/Config/Configuration.cs
  • M dotGit/Contributer.cs
  • M dotGit/DiffEngine/Diff.cs
  • M dotGit/Exceptions/ObjectNotFoundException.cs
  • M dotGit/Exceptions/PackFileException.cs
  • M dotGit/Exceptions/ParseException.cs
  • M dotGit/Exceptions/RepositoryNotFoundException.cs
  • M dotGit/Exceptions/ShaMismatchException.cs
  • M dotGit/Generic/Extensions.cs
  • M dotGit/Generic/HexEncoding.cs
  • M dotGit/Generic/InternalWritableList.cs
  • M dotGit/Generic/Sha.cs
  • M dotGit/Generic/Utility.cs
  • M dotGit/Generic/Zlib.cs
  • M dotGit/Index/Index.cs
  • M dotGit/Index/IndexEntry.cs
  • M dotGit/Index/IndexEntryCollection.cs
  • M dotGit/Index/IndexTime.cs
  • M dotGit/Objects/Blob.cs
  • M dotGit/Objects/Commit.cs
  • M dotGit/Objects/CommitCollection.cs
  • M dotGit/Objects/FileMode.cs
  • M dotGit/Objects/GitObject.cs
  • M dotGit/Objects/ObjectType.cs
  • M dotGit/Objects/Storage/GitObjectReader.cs
  • M dotGit/Objects/Storage/IStorableObject.cs
  • M dotGit/Objects/Storage/ObjectStorage.cs
  • M dotGit/Objects/Storage/Pack.cs
  • M dotGit/Objects/Storage/PackFileV2.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/PackObject.cs
  • M dotGit/Objects/Storage/PackObjects/PackObjectCollection.cs
  • M dotGit/Objects/Storage/PackObjects/REFDelta.cs
  • M dotGit/Objects/Storage/PackObjects/Undeltified.cs
  • M dotGit/Objects/Storage/PackV2.cs
  • M dotGit/Objects/Tree.cs
  • M dotGit/Objects/TreeNode.cs
  • M dotGit/Objects/TreeNodeCollection.cs
  • M dotGit/Properties/AssemblyInfo.cs
  • M dotGit/Refs/Branch.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/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#