Skip to content

Commit

Permalink
issue #101 Beginning to use LibGit2Sharp
Browse files Browse the repository at this point in the history
Why: We want to move away from pinvoke git

This change addresses the need by:

* Beginning to use LibGit2Sharp to perform git operations directly in C#
  • Loading branch information
Kevin Johnson committed Feb 28, 2017
1 parent f1b0995 commit 97c6b74
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 325 deletions.
319 changes: 0 additions & 319 deletions GitDepend.UnitTests/Busi/GitTests.cs

This file was deleted.

1 change: 0 additions & 1 deletion GitDepend.UnitTests/GitDepend.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Busi\GitDependFileFactoryTests.cs" />
<Compile Include="Busi\GitTests.cs" />
<Compile Include="Commands\BranchCommandTests.cs" />
<Compile Include="Commands\CheckOutCommandTests.cs" />
<Compile Include="Commands\CloneCommandTests.cs" />
Expand Down
Loading

0 comments on commit 97c6b74

Please sign in to comment.