Start 2.55 cycle

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed May 11, 2026 at 10:04 UTC 8a101334b374889938403824af956cd92e47b84d
2 files changed +44 -1
Documentation/RelNotes/2.55.0.adoc new
+43
@@ -0,0 +1,43 @@
1 +Git v2.55 Release Notes
2 +=======================
3 +
4 +UI, Workflows & Features
5 +------------------------
6 +
7 + * Hook scripts defined via the configuration system can now be
8 + configured to run in parallel.
9 +
10 + * The userdiff driver for the Scheme language has been extended to
11 + cover other Lisp dialects.
12 +
13 +
14 +Performance, Internal Implementation, Development Support etc.
15 +--------------------------------------------------------------
16 +
17 + * Promisor remote handling has been refactored and fixed in
18 + preparation for auto-configuration of advertised remotes.
19 +
20 + * Rust support is enabled by default (but still allows opting out) in
21 + some future version of Git.
22 +
23 +
24 +Fixes since v2.54
25 +-----------------
26 +
27 + * Code clean-up to use the right instance of a repository instance in
28 + calls inside refs subsystem.
29 + (merge 57c590feb9 sp/refs-reduce-the-repository later to maint).
30 +
31 + * The check that implements the logic to see if an in-core cache-tree
32 + is fully ready to write out a tree object was broken, which has
33 + been corrected.
34 + (merge 521731213c dl/cache-tree-fully-valid-fix later to maint).
35 +
36 + * The test suite harness and many individual test scripts have been
37 + updated to work correctly when 'set -e' is in effect, which helps
38 + detect misspelled test commands.
39 + (merge ffe8005b9d ps/test-set-e-clean later to maint).
40 +
41 + * Other code cleanup, docfix, build fix, etc.
42 + (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
43 + (merge b96490241e jc/doc-timestamps-in-stat later to maint).
RelNotes
+1 -1
@@ -1 +1 @@
1 -Documentation/RelNotes/2.54.0.adoc
\ No newline at end of file
1 +Documentation/RelNotes/2.55.0.adoc
\ No newline at end of file