Changeset [b125385bb368e10009d06f3870f0478f4ca1047d] by Mark Gerrits
December 23rd, 2008 @ 12:08 AM
First working version of the new config file reader/writer classes. The type safe object tree representation of the Git configuration is abandoned for now. Added as new ticket for future. [#10] http://github.com/pheew/dotgit/c...
Committed by Mark Gerrits
- M Test/ConfigTests.cs
- M dotGit/Config/Branch.cs
- M dotGit/Config/Branches.cs
- M dotGit/Config/ConfigItem.cs
- M dotGit/Config/ConfigKeys.cs
- M dotGit/Config/ConfigSection.cs
- M dotGit/Config/ConfigSections.cs
- M dotGit/Config/Configuration.cs
- M dotGit/Config/Core.cs
- M dotGit/Config/Remote.cs
- M dotGit/Config/Remotes.cs
- M dotGit/Config/User.cs
- M dotGit/Generic/Extensions.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#