Télécharger la liste

Description du projet

Git# is a C# implementation of the Git version control system for the .NET platform. It is meant to be fully compatible to the original Git implementation in C for Linux. It can be used as a stand-alone command line application (potentially replacing msysGit on Windows) or as a library for applications such as GUI frontends or plugins for IDEs.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-29 08:07
0.2

Ce communiqué de marques des améliorations significatives de la nouvelle API Git se construit autour GitSharp.Core. Le noyau est une ligne par ligne du port JGit. Même si le portage est complet, il était assez difficile de l'utiliser sans une bonne connaissance du fonctionnement interne de Git et les concepts techniques. Encapsule l'API et des résumés de ces connaissances afin que tout le monde avec un peu d'expérience Git peut facilement faire usage de la bibliothèque. Ces améliorations permettent d'ajouter des fichiers à l'index et les commettent.
This release marks significant improvements in the new Git API being built around GitSharp.Core. The core is a line-by-line port of JGit. Even though the porting is complete, it was quite hard to use it without good knowledge of Git's internals and technical concepts. The API encapsulates and abstracts this knowledge so that everyone with a little Git experience can easily make use of the library. These improvements allow one to add files to the index and commit them.

2009-10-07 06:51
0.1.0

La bibliothèque GitSharp.dll est d'environ 95% complet, et les travaux ont commencé sur une interface de ligne de commande qui sera équivalente à la Git original.
The library GitSharp.dll is about 95% complete, and work has begun on a command line interface that will be equivalent to
the original Git.

Project Resources