diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-10-22 15:08:41 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-10-22 15:13:15 -0700 |
| commit | 2e673356aefa8ed19be3c878f966ad6189ecb510 (patch) | |
| tree | 39b72c501ed55420ddbbc574febb53224febfee1 /Documentation | |
| parent | 69986e19ffcfb9af674ae5180689ab7bbf92ed28 (diff) | |
| parent | b927c80531cca9b9107754186532e8cb00884008 (diff) | |
| download | git-2e673356aefa8ed19be3c878f966ad6189ecb510.tar.xz | |
Sync with Git 2.29.1
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.29.1.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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. |
