From b927c80531cca9b9107754186532e8cb00884008 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 22 Oct 2020 15:07:25 -0700 Subject: Git 2.29.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.29.1.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/RelNotes/2.29.1.txt (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.29.1.txt b/Documentation/RelNotes/2.29.1.txt new file mode 100644 index 0000000000..295ee2135f --- /dev/null +++ b/Documentation/RelNotes/2.29.1.txt @@ -0,0 +1,11 @@ +Git v2.29.1 Release Notes +========================= + +This is to fix the build procedure change in 2.28 where we failed to +install a few programs that should be installed in /usr/bin (namely, +receive-pack, upload-archive and upload-pack) when the non-default +SKIP_DASHED_BUILT_INS installation option is in effect. + +A minor glitch in a non-default installation may usually not deserve +a hotfix, but I know Git for Windows ship binaries built with this +option, so let's make an exception. -- cgit v1.2.3