@@ -49,6 +49,9 @@ UI, Workflows & Features
4949 to the recent update to "git config" that adopted subcommand based
5050 UI.
5151
52+ * The knobs to tweak how reftable files are written have been made
53+ available as configuration variables.
54+
5255
5356Performance, Internal Implementation, Development Support etc.
5457
@@ -87,14 +90,24 @@ Performance, Internal Implementation, Development Support etc.
8790 builtin/config.c done via the use of global variables.
8891
8992 * The pack bitmap code saw some clean-up to prepare for a follow-up topic.
90- (merge 85f360fee5 tb/pack-bitmap-write-cleanups later to maint).
9193
9294 * Preliminary code clean-up for "git send-email".
93- (merge c02dc38570 ds/send-email-per-message-block later to maint).
9495
9596 * The default "creation-factor" used by "git format-patch" has been
9697 raised to make it more aggressively find matching commits.
97- (merge c22d41d641 jc/format-patch-more-aggressive-range-diff later to maint).
98+
99+ * Before discovering the repository details, We used to assume SHA-1
100+ as the "default" hash function, which has been corrected. Hopefully
101+ this will smoke out codepaths that rely on such an unwarranted
102+ assumptions.
103+
104+ * The project decision making policy has been documented.
105+
106+ * The strcmp-offset tests have been rewritten using the unit test
107+ framework.
108+
109+ * "git add -p" learned to complain when an answer with more than one
110+ letter is given to a prompt that expects a single letter answer.
98111
99112
100113Fixes since v2.45
@@ -180,6 +193,15 @@ Fixes since v2.45
180193 the keychain.
181194 (merge e1ab45b2da kn/osxkeychain-skip-idempotent-store later to maint).
182195
196+ * The chainlint script (invoked during "make test") did nothing when
197+ it failed to detect the number of available CPUs. It now falls
198+ back to 1 CPU to avoid the problem.
199+ (merge 2e7e9205be es/chainlint-ncores-fix later to maint).
200+
201+ * Revert overly aggressive "layered defence" that went into 2.45.1
202+ and friends, which broke "git-lfs", "git-annex", and other use
203+ cases, so that we can rebuild necessary counterparts in the open.
204+
183205 * Other code cleanup, docfix, build fix, etc.
184206 (merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
185207 (merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
0 commit comments