Git fork
at reftables-rust 11 lines 487 B view raw
1Git v2.29.1 Release Notes 2========================= 3 4This is to fix the build procedure change in 2.28 where we failed to 5install a few programs that should be installed in /usr/bin (namely, 6receive-pack, upload-archive and upload-pack) when the non-default 7SKIP_DASHED_BUILT_INS installation option is in effect. 8 9A minor glitch in a non-default installation may usually not deserve 10a hotfix, but I know Git for Windows ship binaries built with this 11option, so let's make an exception.