Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-10-27 00:47:12 +0300
committerJunio C Hamano <gitster@pobox.com>2020-10-27 00:59:59 +0300
commit1d1c4a875900d69c7f0a31e44c3e370dc80ab1ce (patch)
tree67aa82a017882969bf9035924f6a6903440dca55
parent839129c6d879c1ac51e6310909579a0352e87801 (diff)
other small fixes for 2.29.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.30.0.txt22
l---------RelNotes2
2 files changed, 23 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.30.0.txt b/Documentation/RelNotes/2.30.0.txt
new file mode 100644
index 0000000000..d6ad811af2
--- /dev/null
+++ b/Documentation/RelNotes/2.30.0.txt
@@ -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).
diff --git a/RelNotes b/RelNotes
index 5e9b8433dc..dc8c04b4f4 120000
--- 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