Changeset [cebc6db2df2403048ff3e50aec8af7e3998682c9] by Pheew

November 17th, 2008 @ 10:06 PM

Added tag parsing and a bunch of bug fixes http://github.com/pheew/dotgit/c...

Committed by Pheew

  • M Test/Global.cs
  • M Test/RepositoryTests.cs
  • M Test/UtilityTest.cs
  • M TestConsole/Program.cs
  • M dotGit/Contributer.cs
  • M dotGit/Exceptions/ParseException.cs
  • M dotGit/Exceptions/RefParseException.cs
  • M dotGit/Generic/Extensions.cs
  • M dotGit/Generic/Utility.cs
  • M dotGit/Objects/Commit.cs
  • M dotGit/Objects/GitObject.cs
  • M dotGit/Objects/NodeCollection.cs
  • M dotGit/Objects/Storage/IStorableObject.cs
  • M dotGit/Objects/Storage/ObjectStorage.cs
  • M dotGit/Refs/Branch.cs
  • M dotGit/Refs/Head.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#