summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-10-22 22:07:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-10-22 22:07:25 (GMT)
commitb927c80531cca9b9107754186532e8cb00884008 (patch)
tree4a8f3738e5b4cd69b0c70fe245dfb03418bc1fe6
parent380ba9907737fea75c9e6bbce9df04c556fbf882 (diff)
downloadgit-2.29.1.zip
git-2.29.1.tar.gz
git-2.29.1.tar.bz2
Git 2.29.1v2.29.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.29.1.txt11
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 13 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.29.1.txt b/Documentation/RelNotes/2.29.1.txt
new file mode 100644
index 0000000..295ee21
--- /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.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b6b9c11..eee57d9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.29.0
+DEF_VER=v2.29.1
LF='
'
diff --git a/RelNotes b/RelNotes
index 9143650..5e9b843 120000
--- 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