Skip to content

Commit 9bce3ac

Browse files
committed
Add missing update refs to GitRemoteCallbacks
1 parent a3c1582 commit 9bce3ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Core/GitRemoteCallbacks.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ internal struct GitRemoteCallbacks
3838
internal IntPtr payload;
3939

4040
internal NativeMethods.url_resolve_callback resolve_url;
41+
42+
internal IntPtr update_refs; // git_remote_update_ref_cb added in libgit2 v1.9
4143
}
4244
}

0 commit comments

Comments
 (0)