]> git.ipfire.org Git - thirdparty/git.git/commitdiff
other small fixes for 2.29.2
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2020 21:47:12 +0000 (14:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2020 21:59:59 +0000 (14:59 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.30.0.txt [new file with mode: 0644]
RelNotes

diff --git a/Documentation/RelNotes/2.30.0.txt b/Documentation/RelNotes/2.30.0.txt
new file mode 100644 (file)
index 0000000..d6ad811
--- /dev/null
@@ -0,0 +1,22 @@
+Git 2.30 Release Notes
+======================
+
+Updates since v2.29
+-------------------
+
+UI, Workflows & Features
+
+
+Performance, Internal Implementation, Development Support etc.
+
+
+Fixes since v2.29
+-----------------
+
+ * 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.
+   (merge 5f35edd9d7 jk/committer-date-is-author-date-fix later to maint).
+
+ * Other code cleanup, docfix, build fix, etc.
+   (merge 3e0a5dc9af cc/doc-filter-branch-typofix later to maint).
index 5e9b8433dc47e0c6e6d06ae7f83eb8ee5047ace8..dc8c04b4f4aed68baeccc7a7bbafad37e52c8320 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.29.1.txt
\ No newline at end of file
+Documentation/RelNotes/2.30.0.txt
\ No newline at end of file