Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in latest SFS client #4725

Merged
merged 3 commits into from
Aug 9, 2024
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
4 changes: 2 additions & 2 deletions src/SfsClient/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## SfsClient

Do not change code under the sfs-client directory; it contains sfs-client source code from commit [6ab78af](https://github.com/microsoft/sfs-client/commits/6ab78af).
Do not change code under the sfs-client directory; it contains sfs-client source code from commit [be733af](https://github.com/microsoft/sfs-client/commits/be733af).
It is created using git subtree command:
```
git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git 6ab78af61bc859461ea8298786d87f24b49e3ec2 --squash
git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git be733af9e5c8e9227f2018ff618800bf08a31180 --squash
```

### Update
Expand Down
6 changes: 3 additions & 3 deletions src/SfsClient/sfs-client/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/curl/curl",
"commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33"
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
}
},
"developmentDependency": false
Expand All @@ -56,7 +56,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/curl/curl",
"commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33"
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
}
}
]
Expand All @@ -75,7 +75,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/curl/curl",
"commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33"
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/SfsClient/sfs-client/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "curl",
"version": "8.8.0"
"version": "8.9.1"
},
{
"name": "nlohmann-json",
Expand Down
Loading