Skip to content

Commit e0cec56

Browse files
committed
tag-git: use the new Git for Windows snapshots URL
For almost eight years, Git for Windows' snapshots were hosted at https://wingit.blob.core.windows.net/files/index.html, i.e. on Azure Blobs. As of a combination of PRs [*1*], [*2*], snapshots are not only now built and deployed via GitHub Actions instead of Azure Pipelines (and ARM64 artifacts are now included, too), they are also hosted on GitHub [*3*], with the main page being hosted on GitHub Pages [*4*]. Therefore, the original link now redirects to a new location (which is also a lot easier to remember): http://gitforwindows.org/git-snapshots. Let's adjust the link to link there directly. References: *1*: #109 *2*: git-for-windows/gfw-helper-github-app#117 *3*: https://github.com/git-for-windows/git-snapshots/releases/ *4*: https://github.com/git-for-windows/git-snapshots/commits/gh-pages Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9fe326b commit e0cec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-scripts/tag-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ else
9494

9595
case "$display_version" in
9696
prerelease-*)
97-
url=https://wingit.blob.core.windows.net/files/index.html
97+
url=https://gitforwindows.org/git-snapshots/
9898
;;
9999
*-rc*)
100100
url=https://github.com/git-for-windows/git/releases/tag/$tag_name

0 commit comments

Comments
 (0)