Skip to content

Commit

Permalink
Merge pull request #267: Update Git to include concurrent pack-file fix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
derrickstolee authored Dec 31, 2019
2 parents 879be4d + 93d0d50 commit da9868e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

Expand Down
1 change: 1 addition & 0 deletions Scalar.Installer.Mac/InstallScalar.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ if [ $INSTALL_WATCHMAN -eq 1 ]; then
echo "Installing watchman as: $CURRENT_USER"

sudo -u $CURRENT_USER brew update
sudo -u $CURRENT_USER brew unlink python@2 || echo "Python 2 was not installed"
sudo -u $CURRENT_USER brew install watchman
else
echo ""
Expand Down

0 comments on commit da9868e

Please sign in to comment.