]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.29.2 v2.29.2
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Oct 2020 21:24:09 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Oct 2020 21:24:09 +0000 (14:24 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.29.2.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.29.2.txt b/Documentation/RelNotes/2.29.2.txt
new file mode 100644 (file)
index 0000000..632b5b5
--- /dev/null
@@ -0,0 +1,12 @@
+Git v2.29.2 Release Notes
+=========================
+
+This release is primarily to fix brown-paper-bag breakages in the
+2.29.0 release.
+
+Fixes since v2.29.1
+-------------------
+
+ * In 2.29, "--committer-date-is-author-date" option of "rebase" and
+   "am" subcommands lost the e-mail address by mistake, which has been
+   corrected.
index eee57d9fbdb2cbb974a0264940d808517662974e..ca6ccb49866c595c80718d167e40cfad1ee7f376 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.29.1
+DEF_VER=v2.29.2
 
 LF='
 '
index 5e9b8433dc47e0c6e6d06ae7f83eb8ee5047ace8..01daa17077ba056fa6760d074388e09bd6f49bbe 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.29.1.txt
\ No newline at end of file
+Documentation/RelNotes/2.29.2.txt
\ No newline at end of file