Changeset [c528bcbd7afb21703d867cb0616620317ce3032b] by Pheew
November 8th, 2008 @ 05:44 PM
First commit http://github.com/pheew/dotgit/c...
Committed by Pheew
- A .gitignore
- A Lib/NUnit/nunit.core.dll
- A Lib/NUnit/nunit.framework.dll
- A Lib/zlib.net.dll
- A README.markdown
- A Test/Global.cs
- A Test/Properties/AssemblyInfo.cs
- A Test/RepositoryTests.cs
- A Test/Resources/TestRepo
- A Test/Test.csproj
- A Test/UtilityTest.cs
- A TestConsole/Program.cs
- A TestConsole/Properties/AssemblyInfo.cs
- A TestConsole/TestConsole.csproj
- A dotGit.sln
- A dotGit/Exceptions/PackFileException.cs
- A dotGit/Exceptions/RefParseException.cs
- A dotGit/Exceptions/RepositoryNotFoundException.cs
- A dotGit/Index.cs
- A dotGit/Objects/Blob.cs
- A dotGit/Objects/Commit.cs
- A dotGit/Objects/GitObject.cs
- A dotGit/Objects/Node.cs
- A dotGit/Objects/NodeCollection.cs
- A dotGit/Objects/Pack/Deltified.cs
- A dotGit/Objects/Pack/Pack.cs
- A dotGit/Objects/Pack/PackObject.cs
- A dotGit/Objects/Pack/PackObjectCollection.cs
- A dotGit/Objects/Pack/Undeltified.cs
- A dotGit/Objects/Tree.cs
- A dotGit/Properties/AssemblyInfo.cs
- A dotGit/Refs/Branch.cs
- A dotGit/Refs/Ref.cs
- A dotGit/Refs/Tag.cs
- A dotGit/Repository.cs
- A dotGit/Utility.cs
- A 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#