summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-03-26 14:58:49 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-26 14:59:03 -0700
commit26c4f98ffda512bc0731c4bd13e22338137e9a7c (patch)
tree7d25074a806e81f3d73c405c8b78983cd3d4cd63 /Documentation/RelNotes
parentMerge branch 'cm/rebase-i-fixup-amend-reword' (diff)
downloadtgif-26c4f98ffda512bc0731c4bd13e22338137e9a7c.tar.xz
The fourth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.32.0.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt
index aef141557b..6f69a521ac 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -8,7 +8,7 @@ Backward compatibility notes
symbolic links are ignored.
-Updates since v2.32
+Updates since v2.31
-------------------
UI, Workflows & Features
@@ -30,6 +30,16 @@ UI, Workflows & Features
strategy to reduce the cost of repacking a repository has been
introduced.
+ * The http codepath learned to let the credential layer to cache the
+ password used to unlock a certificate that has successfully been
+ used.
+
+ * "git commit --fixup=<commit>", which was to tweak the changes made
+ to the contents while keeping the original log message intact,
+ learned "--fixup=(amend|reword):<commit>", that can be used to
+ tweak both the message and the contents, and only the message,
+ respectively.
+
Performance, Internal Implementation, Development Support etc.
@@ -45,6 +55,10 @@ Performance, Internal Implementation, Development Support etc.
to reduce number of lstat() calls.
(merge 7e5aa13d2c nk/diff-index-fsmonitor later to maint).
+ * Reorganize Makefile to allow building git.o and other essential
+ objects without extra stuff needed only for testing.
+
+
Fixes since v2.31
-----------------