Skip to content

Commit eb27b33

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe3fec5 commit eb27b33

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.33.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ UI, Workflows & Features
3030

3131
* The userdiff pattern for C# learned the token "record".
3232

33+
* "git rev-list" learns to omit the "commit <object-name>" header
34+
lines from the output with the `--no-commit-header` option.
35+
3336

3437
Performance, Internal Implementation, Development Support etc.
3538

@@ -54,6 +57,11 @@ Performance, Internal Implementation, Development Support etc.
5457

5558
* Code cleanup around struct_type_init() functions.
5659

60+
* "git send-email" optimization.
61+
62+
* GitHub Actions / CI update.
63+
(merge 0dc787a9f2 js/ci-windows-update later to maint).
64+
5765

5866
Fixes since v2.32
5967
-----------------
@@ -208,3 +216,5 @@ Fixes since v2.32
208216
(merge 617480d75b hn/refs-iterator-peel-returns-boolean later to maint).
209217
(merge 6a24cc71ed ar/submodule-helper-include-cleanup later to maint).
210218
(merge 5632e838f8 rs/khash-alloc-cleanup later to maint).
219+
(merge b1d87fbaf1 jk/typofix later to maint).
220+
(merge e04170697a ab/gitignore-discovery-doc later to maint).

0 commit comments

Comments
 (0)