Skip to content

Commit

Permalink
fixup! Adjust README.md for microsoft/git
Browse files Browse the repository at this point in the history
Adjust the currently-broken GVFS Protocol link.

The current link points to a page that has gone away. While there is
https://web.archive.org/web/20210302002834/https://docs.microsoft.com/en-us/azure/devops/learn/git/gvfs-architecture#gvfs-protocol
that _could_ be used to reinstate the link, it is not actually the best
document to which to point the keen reader. We already point interested
parties to the VFSforGit repository's documentation elsewhere, so let's
also do that in the README.

This fixes microsoft#628.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jun 21, 2024
1 parent 6c14732 commit ada96f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ One major feature that Scalar recommends is [partial clone](https://github.blog/
which reduces the amount of data transferred in order to work with a Git repository. While several
services such as GitHub support partial clone, Azure Repos instead has an older version of this
functionality called
[the GVFS protocol](https://docs.microsoft.com/en-us/azure/devops/learn/git/gvfs-architecture#gvfs-protocol).
[the GVFS protocol](https://github.com/microsoft/VFSForGit/blob/HEAD/Protocol.md).
The integration with the GVFS protocol present in `microsoft/git` is not appropriate to include in
the core Git client because partial clone is the official version of that functionality.

Expand Down

0 comments on commit ada96f4

Please sign in to comment.