Skip to content

Commit bd5fb50

Browse files
committed
WIP
1 parent 3efe59b commit bd5fb50

File tree

6 files changed

+434
-595
lines changed

6 files changed

+434
-595
lines changed

LibGit2Sharp/Core/GitFilter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Runtime.InteropServices;
3+
using LibGit2Sharp.Core.Handles;
34

45
namespace LibGit2Sharp.Core
56
{
@@ -118,7 +119,7 @@ public delegate int git_filter_stream_fn(
118119
[StructLayout(LayoutKind.Sequential)]
119120
internal unsafe struct git_filter_source
120121
{
121-
public git_repository* repository;
122+
public RepositoryHandle repository;
122123

123124
public char* path;
124125

0 commit comments

Comments
 (0)