We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380ba99 commit b927c80Copy full SHA for b927c80
3 files changed
Documentation/RelNotes/2.29.1.txt
@@ -0,0 +1,11 @@
1
+Git v2.29.1 Release Notes
2
+=========================
3
+
4
+This is to fix the build procedure change in 2.28 where we failed to
5
+install a few programs that should be installed in /usr/bin (namely,
6
+receive-pack, upload-archive and upload-pack) when the non-default
7
+SKIP_DASHED_BUILT_INS installation option is in effect.
8
9
+A minor glitch in a non-default installation may usually not deserve
10
+a hotfix, but I know Git for Windows ship binaries built with this
11
+option, so let's make an exception.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.29.0
+DEF_VER=v2.29.1
LF='
'
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.29.0.txt
+Documentation/RelNotes/2.29.1.txt
0 commit comments