From 523d6c4988af9ceb56cb59b4b17f2b1692eec8a2 Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Sun, 28 Jun 2015 19:22:30 +0300 Subject: Bumping Windows libgit2 to edb2afa37f01179361ccecceb96acc75094b277a --- build.libgit2.ps1 | 5 ++++- windows/git2-edb2afa.dll | Bin 856064 -> 856064 bytes windows/git2-edb2afa.pdb | Bin 6279168 -> 6279168 bytes 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.libgit2.ps1 b/build.libgit2.ps1 index f989f4f..5e58dc2 100644 --- a/build.libgit2.ps1 +++ b/build.libgit2.ps1 @@ -110,7 +110,10 @@ try { } Run-Command { & mkdir -fo "$x86Directory" } Run-Command { & copy -fo "$libgit2Directory\build\$configuration\*" -Destination $x86Directory -Exclude *.lib } - Run-Command { & git add "$x86Directory" } + Run-Command -Fatal { & git add "$x86Directory" } + Run-Command -Fatal { & git commit -m "Bumping Windows libgit2 to $sha" } + Run-Command -Fatal { & git pull --rebase } + Run-Command -Fatal { & git push } #Write-Output "Building 64-bit..." #cd .. diff --git a/windows/git2-edb2afa.dll b/windows/git2-edb2afa.dll index e1a1b37..ee8a748 100644 Binary files a/windows/git2-edb2afa.dll and b/windows/git2-edb2afa.dll differ diff --git a/windows/git2-edb2afa.pdb b/windows/git2-edb2afa.pdb index ee4e62b..66963fa 100644 Binary files a/windows/git2-edb2afa.pdb and b/windows/git2-edb2afa.pdb differ -- cgit v1.2.3