File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,3 +177,5 @@ $RECYCLE.BIN/
177
177
* .xlsm
178
178
Installers /
179
179
* .xlsx
180
+
181
+ CodeGraphData /
Original file line number Diff line number Diff line change @@ -464,8 +464,6 @@ public override void AddFile(string filePath)
464
464
{
465
465
try
466
466
{
467
- // https://github.com/libgit2/libgit2sharp/wiki/Git-add
468
- //_repo.Stage(filePath); // deprecated on LibGit2Sharp from v0.24.0
469
467
LibGit2Sharp . Commands . Stage ( _repo , filePath ) ;
470
468
}
471
469
catch ( LibGit2SharpException ex )
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" Castle.Core" version =" 4.1.1" targetFramework =" net45" />
4
4
<package id =" Castle.Windsor" version =" 4.0.0" targetFramework =" net45" />
5
- <package id =" LibGit2Sharp" version =" 0.22.0-pre20150516171636 " targetFramework =" net45" />
5
+ <package id =" LibGit2Sharp" version =" 0.24.0 " targetFramework =" net45" />
6
6
<package id =" Moq" version =" 4.2.1507.0118" targetFramework =" net45" />
7
7
<package id =" NLog" version =" 4.0.1" targetFramework =" net45" />
8
8
<package id =" System.ValueTuple" version =" 4.4.0" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments