summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-21 00:21:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-04-21 00:23:37 (GMT)
commit311531c9de557d25ac087c1637818bd2aad6eb3a (patch)
tree42bee03862795ea50d80bcb25ec564e2b880fd2e
parent4090b6973b4c1574c70642b694f02f01768d7a69 (diff)
downloadgit-311531c9de557d25ac087c1637818bd2aad6eb3a.zip
git-311531c9de557d25ac087c1637818bd2aad6eb3a.tar.gz
git-311531c9de557d25ac087c1637818bd2aad6eb3a.tar.bz2
The twelfth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.32.0.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt
index c746ad1..3f73411 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -75,6 +75,8 @@ UI, Workflows & Features
* The command line completion (in contrib/) has learned that
CHERRY_PICK_HEAD is a possible pseudo-ref.
+ * Userdiff patterns for "Scheme" has been added.
+
Performance, Internal Implementation, Development Support etc.
@@ -126,6 +128,9 @@ Performance, Internal Implementation, Development Support etc.
primarily to enhance its test coverage (the strategy has been
available as an explicit "-s ort" choice).
+ * A bit of code clean-up and a lot of test clean-up around userdiff
+ area.
+
Fixes since v2.31
-----------------
@@ -215,6 +220,16 @@ Fixes since v2.31
option.
(merge c5c0548d79 vs/completion-with-set-u later to maint).
+ * When "git pack-objects" makes a literal copy of a part of existing
+ packfile using the reachability bitmaps, its update to the progress
+ meter was broken.
+ (merge 8e118e8490 jk/pack-objects-bitmap-progress-fix later to maint).
+
+ * The dependencies for config-list.h and command-list.h were broken
+ when the former was split out of the latter, which has been
+ corrected.
+ (merge 56550ea718 sg/bugreport-fixes later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
@@ -229,3 +244,7 @@ Fixes since v2.31
(merge 28e29ee38b jc/doc-format-patch-clarify later to maint).
(merge fc12b6fdde fm/user-manual-use-preface later to maint).
(merge dba94e3a85 cc/test-helper-bloom-usage-fix later to maint).
+ (merge 61a7660516 hn/reftable-tables-doc-update later to maint).
+ (merge 81ed96a9b2 jt/fetch-pack-request-fix later to maint).
+ (merge 151b6c2dd7 jc/doc-do-not-capitalize-clarification later to maint).
+ (merge 9160068ac6 js/access-nul-emulation-on-windows later to maint).