Skip to content

Commit da9868e

Browse files
Merge pull request #267: Update Git to include concurrent pack-file fix
These updates allow the gvfs-helper to be more resilient to concurrent pack downloads. See microsoft/git#229 and microsoft/git#231 for more details.
2 parents 879be4d + 93d0d50 commit da9868e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<!-- Version information -->
3838
<ScalarVersion>0.2.173.2</ScalarVersion>
39-
<GitPackageVersion>2.20191217.3</GitPackageVersion>
39+
<GitPackageVersion>2.20191231.1</GitPackageVersion>
4040
<WatchmanPackageUrl>https://github.com/facebook/watchman/suites/307436006/artifacts/304557</WatchmanPackageUrl>
4141
<GcmCoreOSXPackageUrl>https://github.com/microsoft/Git-Credential-Manager-Core/releases/download/v2.0.79-beta/gcmcore-osx-2.0.79.64449.pkg</GcmCoreOSXPackageUrl>
4242

Scalar.Installer.Mac/InstallScalar.template.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ if [ $INSTALL_WATCHMAN -eq 1 ]; then
106106
echo "Installing watchman as: $CURRENT_USER"
107107

108108
sudo -u $CURRENT_USER brew update
109+
sudo -u $CURRENT_USER brew unlink python@2 || echo "Python 2 was not installed"
109110
sudo -u $CURRENT_USER brew install watchman
110111
else
111112
echo ""

0 commit comments

Comments
 (0)