summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-10-29 21:24:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-10-29 21:24:09 (GMT)
commit898f80736c75878acc02dc55672317fcc0e0a5a6 (patch)
tree75130889f941eceb57c6ceb95c6f28dfc83b609c
parenta94bce62b99be35f2ee2b4c98f97c222e7dd9d82 (diff)
downloadgit-898f80736c75878acc02dc55672317fcc0e0a5a6.zip
git-898f80736c75878acc02dc55672317fcc0e0a5a6.tar.gz
git-898f80736c75878acc02dc55672317fcc0e0a5a6.tar.bz2
Git 2.29.2v2.29.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.29.2.txt12
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 14 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.29.2.txt b/Documentation/RelNotes/2.29.2.txt
new file mode 100644
index 0000000..632b5b5
--- /dev/null
+++ b/Documentation/RelNotes/2.29.2.txt
@@ -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.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index eee57d9..ca6ccb4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.29.1
+DEF_VER=v2.29.2
LF='
'
diff --git a/RelNotes b/RelNotes
index 5e9b843..01daa17 120000
--- 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