Fork me on GitHub

dotGit
by a
pheew

A Git implementation for .NET written in C#. The goal is to support all basic Git functions in managed code without relying on a 'git.exe' wrapper.

Dependencies

A Git repository :-) and a .NET compiler (Mono support is not guaranteed at this time)

Authors

Niek Bruins (nbruins@gmail.com)
Mark Gerrits (sjonge@hotmail.com)

Current Status

2008/12/23 : dotGit is currently able to read your Git configuration as well as read/traverse your index and packs.

This project is managed with Lighthouse where you can find our roadmap and issues we are currently working on. You can also report issues and/or wishes here.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/pheew/dotgit