The 14th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Mar 10, 2026 at 13:56 UTC
7f19e4e1b6a3ad259e2ed66033e01e03b8b74c5e
1 file changed
+26
Documentation/RelNotes/2.54.0.adoc
+26
@@ -64,6 +64,10 @@ UI, Workflows & Features
64
submodule.<name>.ignore that is set to "all" (and requires "git add
65
-f" to override it).
66
67
+ * Hook commands are now allowed to be defined (possibly centrally)
68
+ in the configuration files, and run multiple of them for the same
69
+ hook event.
70
+
71
72
Performance, Internal Implementation, Development Support etc.
73
--------------------------------------------------------------
@@ -152,6 +156,10 @@ Performance, Internal Implementation, Development Support etc.
156
157
* Code refactoring around refs-for-each-* API functions.
158
159
+ * The parse-options API learned to notice an options[] array with
160
+ duplicated long options.
161
+ (merge 237e520d81 rs/parse-options-duplicated-long-options later to maint).
162
+
163
164
Fixes since v2.53
165
-----------------
@@ -247,6 +255,22 @@ Fixes since v2.53
255
graph part of its own output correctly, which has been corrected.
256
(merge 064b869efc lp/diff-stat-utf8-display-width-fix later to maint).
257
258
+ * The configuration variable format.noprefix did not behave as a
259
+ proper boolean variable, which has now been fixed and documented.
260
+ (merge ea3a62c40e kh/format-patch-noprefix-is-boolean later to maint).
261
+
262
+ * CI fix.
263
+ (merge eb35167dd4 ps/ci-reduce-gitlab-envsize later to maint).
264
+
265
+ * "git diff --no-index --find-object=<object-name>" outside a
266
+ repository of course wouldn't be able to find the object and died
267
+ while parsing the command line. The command is made to die in a
268
+ bit more user-friendly way.
269
+ (merge b0ddc7947c mm/diff-no-index-find-object later to maint).
270
+
271
+ * Fix typo-induced breakages in fsmonitor-watchman sample hook.
272
+ (merge 41366e4677 pt/fsmonitor-watchman-sample-fix later to maint).
273
+
274
* Other code cleanup, docfix, build fix, etc.
275
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
276
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -278,3 +302,5 @@ Fixes since v2.53
302
(merge 7451864bfa sc/pack-redundant-leakfix later to maint).
303
(merge f87593ab1a cx/fetch-display-ubfix later to maint).
304
(merge a66c8c7f91 jk/repo-structure-cleanup later to maint).
305
+ (merge 5ee8782f87 ss/test-that-that-typofix later to maint).
306
+ (merge f31b322008 fp/t3310-test-path-is-helpers later to maint).