File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1116,15 +1116,13 @@ internal static extern unsafe UIntPtr git_reflog_entrycount
1116
1116
internal static extern unsafe string git_reflog_entry_message ( git_reflog_entry * entry ) ;
1117
1117
1118
1118
[ DllImport ( libgit2 ) ]
1119
- [ return : MarshalAs ( UnmanagedType . CustomMarshaler , MarshalCookie = UniqueId . UniqueIdentifier , MarshalTypeRef = typeof ( LaxUtf8NoCleanupMarshaler ) ) ]
1120
1119
internal static extern int git_refspec_transform (
1121
1120
GitBuf buf ,
1122
1121
IntPtr refspec ,
1123
1122
[ MarshalAs ( UnmanagedType . CustomMarshaler , MarshalCookie = UniqueId . UniqueIdentifier , MarshalTypeRef = typeof ( StrictUtf8Marshaler ) ) ] string name ) ;
1124
1123
1125
1124
1126
1125
[ DllImport ( libgit2 ) ]
1127
- [ return : MarshalAs ( UnmanagedType . CustomMarshaler , MarshalCookie = UniqueId . UniqueIdentifier , MarshalTypeRef = typeof ( LaxUtf8NoCleanupMarshaler ) ) ]
1128
1126
internal static extern int git_refspec_rtransform (
1129
1127
GitBuf buf ,
1130
1128
IntPtr refspec ,
You can’t perform that action at this time.
0 commit comments