Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CI/travis.osx.install.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ev
MONO_VER=2.10.10

brew update
brew install cmake
which cmake || brew install cmake

wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
Expand Down
Binary file added Lib/NativeBinaries/amd64/git2-091165c.dll
Binary file not shown.
Binary file added Lib/NativeBinaries/amd64/git2-091165c.pdb
Binary file not shown.
Binary file removed Lib/NativeBinaries/amd64/git2-e93206e.dll
Binary file not shown.
Binary file removed Lib/NativeBinaries/amd64/git2-e93206e.pdb
Binary file not shown.
Binary file added Lib/NativeBinaries/x86/git2-091165c.dll
Binary file not shown.
Binary file added Lib/NativeBinaries/x86/git2-091165c.pdb
Binary file not shown.
Binary file removed Lib/NativeBinaries/x86/git2-e93206e.dll
Binary file not shown.
Binary file removed Lib/NativeBinaries/x86/git2-e93206e.pdb
Binary file not shown.
10 changes: 7 additions & 3 deletions LibGit2Sharp/Core/GitCloneOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ internal struct GitCloneOptions
public GitRemoteCallbacks RemoteCallbacks;

public int Bare;
public int IgnoreCertErrors;
public GitCloneLocal Local;

public IntPtr RemoteName;
public IntPtr CheckoutBranch;

public IntPtr signature; // Really a SignatureSafeHandle

public IntPtr RepositoryCb;
public IntPtr RepositoryCbPayload;

public IntPtr RemoteCb;
public IntPtr RemoteCbPayload;
}
}
2 changes: 1 addition & 1 deletion LibGit2Sharp/Core/NativeDllName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace LibGit2Sharp.Core
{
internal static class NativeDllName
{
public const string Name = "git2-e93206e";
public const string Name = "git2-091165c";
}
}
2 changes: 1 addition & 1 deletion LibGit2Sharp/libgit2_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e93206e0f5bd9a1f2ad17d0d566b1e815a762420
091165c53b2bcd5d41fb71d43ed5a23a3d96bf5d
2 changes: 1 addition & 1 deletion libgit2
Submodule libgit2 updated 125 files