Dotgit

From eqqon

(Difference between revisions)
Jump to: navigation, search
m (Source Code)
m (Introduction)
Line 1: Line 1:
= A C# implementation of git for .NET =
= A C# implementation of git for .NET =
== Introduction ==
== Introduction ==
-
[[dotgit]] is the most advanced of all emerging C# implementations of git for Windows and the .NET framework.
+
[[dotgit]] is the most advanced of all emerging C# implementations of git for Windows and the .NET framework. It is aimed to be a fully compatible git implementation that can be used as git-library for windows applications such as gui frontends or plugins for IDEs.
== Status ==
== Status ==

Revision as of 20:22, 6 June 2009

Contents

A C# implementation of git for .NET

Introduction

dotgit is the most advanced of all emerging C# implementations of git for Windows and the .NET framework. It is aimed to be a fully compatible git implementation that can be used as git-library for windows applications such as gui frontends or plugins for IDEs.

Status

Development Status
Pre-Alpha
What is Implemented
  • Reading repository structure like branches, commits,
  • Reading repository configuration
What is missing
  • Writing of commits, blobs and trees

Source Code

github
dotgit project page
public clone url
git clone git://github.com/henon/dotgit.git