GitSharp/v0.3.0

From eqqon

< GitSharp(Difference between revisions)
Jump to: navigation, search
(New page: == Downloads == * [http://github.com/downloads/henon/GitSharp/GitSharp-0.3.0.056f5345c8835fabc1a8f90548a9c5b0abdf9a68-release-net-3.5.zip gitsharp 0.3 binary release] (zip) * [http://githu...)
m (Release Message)
 
(One intermediate revision not shown)
Line 6: Line 6:
Dear fellow git enthusiasts and the .NET community,
Dear fellow git enthusiasts and the .NET community,
-
It has been a while since the last release and much has improved so it is about time to release version 0.3 of GitSharp. This release does '''not''' bring you merge support as claimed earlier but still a lot of improvements especially in the Git api.
+
It has been a while since the last release of GitSharp and as much has been improved it is about time to release version 0.3 of GitSharp. This release does '''not''' bring you merge support as claimed earlier but still a lot of improvements especially in the Git api.
Download the new Gitsharp 0.3 binaries from http://www.eqqon.com/index.php?title=GitSharp/v0.3.0
Download the new Gitsharp 0.3 binaries from http://www.eqqon.com/index.php?title=GitSharp/v0.3.0
Line 20: Line 20:
* switching current branch with Branch.Checkout
* switching current branch with Branch.Checkout
* added a Diff api that calculates changes between text files
* added a Diff api that calculates changes between text files
 +
* bug fixes in the transport code (pushing / fetching via http or ssh )

Latest revision as of 16:35, 5 June 2010

Downloads

Release Message

Dear fellow git enthusiasts and the .NET community,

It has been a while since the last release of GitSharp and as much has been improved it is about time to release version 0.3 of GitSharp. This release does not bring you merge support as claimed earlier but still a lot of improvements especially in the Git api.

Download the new Gitsharp 0.3 binaries from http://www.eqqon.com/index.php?title=GitSharp/v0.3.0

Best regards,
--Henon 18:22, 5 June 2010 (CEST)

Changes

New API Features
  • more Index manipulations such as removing, staging, unstaging (with files in the working directory, or directly with byte arrays)
  • Repository.Status respects .ignore files
  • Branch.Reset is now also able to do a "soft" and a "mixed" reset
  • switching current branch with Branch.Checkout
  • added a Diff api that calculates changes between text files
  • bug fixes in the transport code (pushing / fetching via http or ssh )