We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94bce6 commit 898f807Copy full SHA for 898f807
Documentation/RelNotes/2.29.2.txt
@@ -0,0 +1,12 @@
1
+Git v2.29.2 Release Notes
2
+=========================
3
+
4
+This release is primarily to fix brown-paper-bag breakages in the
5
+2.29.0 release.
6
7
+Fixes since v2.29.1
8
+-------------------
9
10
+ * In 2.29, "--committer-date-is-author-date" option of "rebase" and
11
+ "am" subcommands lost the e-mail address by mistake, which has been
12
+ corrected.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.29.1
+DEF_VER=v2.29.2
LF='
'
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.29.1.txt
+Documentation/RelNotes/2.29.2.txt
0 commit comments