Commit 5c58f16
authored
git: fix the
In 363b1e7 (git: drop the commit hash from pkgver for MSYS2
compatibility, 2025-11-14), I dropped the auto-updating logic of
`pkgver`, forgetting that Git for Windows' automation would not update
that line. As a consequence, the Pacman packages built as part of Git
for Windows' v2.53.0 release process incorrectly reference the previous
pkgver and the Git for Windows SDKs do not enjoy the update.
Let's fix that by switching to a Bash'ism (which is fine, given that
`makepkg` contains _so many_ Bash'isms that it is highly implausible
that it will ever work with any other Unix shell).pkgver (#182)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments