Skip to content

Commit 5423b7e

Browse files
committed
download-stats: new Git for Windows version
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d9172b0 commit 5423b7e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

download-stats.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ test "--update" != "$1" || {
1919
}
2020

2121
# IDs
22-
# v2.25.0-rc1.windows.1
23-
#id=${1:-22587525}
24-
# v2.25.0-rc2.windows.1
25-
#id=${1:-22711120}
26-
# v2.25.0.windows.1
27-
#id=${1:-22805328}
28-
# v2.25.1.windows.1
29-
#id=${1:-23814637}
3022
# v2.26.0-rc0.windows.1
3123
#id=${1:-24295298}
3224
# v2.26.0-rc1.windows.1
@@ -78,7 +70,15 @@ test "--update" != "$1" || {
7870
# v2.28.0-rc2.windows.1
7971
#id=${1:-28844078}
8072
# v2.28.0.windows.1
81-
id=${1:-29022776}
73+
#id=${1:-29022776}
74+
# v2.29.0-rc0.windows.1
75+
#id=${1:-32206602}
76+
# v2.29.0-rc1.windows.1
77+
#id=${1:-32382861}
78+
# v2.29.0-rc2.windows.1
79+
#id=${1:-32646100}
80+
# v2.29.0.windows.1
81+
id=${1:-32779796}
8282
# v2.11.1.mingit-prerelease.6
8383
# v2.11.1.mingit-prerelease.4
8484
# v2.11.1.mingit-prerelease.5

0 commit comments

Comments
 (0)