Skip to content

Commit 7f19e4e

Browse files
committed
The 14th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 42afcb9 commit 7f19e4e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ UI, Workflows & Features
6464
submodule.<name>.ignore that is set to "all" (and requires "git add
6565
-f" to override it).
6666

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+
6771

6872
Performance, Internal Implementation, Development Support etc.
6973
--------------------------------------------------------------
@@ -152,6 +156,10 @@ Performance, Internal Implementation, Development Support etc.
152156
153157
* Code refactoring around refs-for-each-* API functions.
154158
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+
155163
156164
Fixes since v2.53
157165
-----------------
@@ -247,6 +255,22 @@ Fixes since v2.53
247255
graph part of its own output correctly, which has been corrected.
248256
(merge 064b869efc lp/diff-stat-utf8-display-width-fix later to maint).
249257

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+
250274
* Other code cleanup, docfix, build fix, etc.
251275
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
252276
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -278,3 +302,5 @@ Fixes since v2.53
278302
(merge 7451864bfa sc/pack-redundant-leakfix later to maint).
279303
(merge f87593ab1a cx/fetch-display-ubfix later to maint).
280304
(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).

0 commit comments

Comments
 (0)