Skip to content

Commit

Permalink
libgit2shar v0.24 integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Vides committed Nov 24, 2017
1 parent f651a9e commit 11d2e7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -177,3 +177,5 @@ $RECYCLE.BIN/
*.xlsm
Installers/
*.xlsx

CodeGraphData/
2 changes: 0 additions & 2 deletions Rubberduck.SourceControl/GitProvider.cs
Expand Up @@ -464,8 +464,6 @@ public override void AddFile(string filePath)
{
try
{
// https://github.com/libgit2/libgit2sharp/wiki/Git-add
//_repo.Stage(filePath); // deprecated on LibGit2Sharp from v0.24.0
LibGit2Sharp.Commands.Stage(_repo, filePath);
}
catch (LibGit2SharpException ex)
Expand Down
2 changes: 1 addition & 1 deletion RubberduckTests/packages.config
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Castle.Core" version="4.1.1" targetFramework="net45" />
<package id="Castle.Windsor" version="4.0.0" targetFramework="net45" />
<package id="LibGit2Sharp" version="0.22.0-pre20150516171636" targetFramework="net45" />
<package id="LibGit2Sharp" version="0.24.0" targetFramework="net45" />
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
<package id="NLog" version="4.0.1" targetFramework="net45" />
<package id="System.ValueTuple" version="4.4.0" targetFramework="net45" />
Expand Down

0 comments on commit 11d2e7e

Please sign in to comment.