]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.29.1 v2.29.1
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2020 22:07:25 +0000 (15:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Oct 2020 22:07:25 +0000 (15:07 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.29.1.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.29.1.txt b/Documentation/RelNotes/2.29.1.txt
new file mode 100644 (file)
index 0000000..295ee21
--- /dev/null
@@ -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.
index b6b9c119f2958018f3e94a2813bb17609da08f5f..eee57d9fbdb2cbb974a0264940d808517662974e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.29.0
+DEF_VER=v2.29.1
 
 LF='
 '
index 914365022e60d65077bd5a552e6f8888332e9418..5e9b8433dc47e0c6e6d06ae7f83eb8ee5047ace8 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.29.0.txt
\ No newline at end of file
+Documentation/RelNotes/2.29.1.txt
\ No newline at end of file