Skip to content

Commit 91428f0

Browse files
committed
The eighteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f794745 commit 91428f0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ UI, Workflows & Features
8383
taken from the file specified by the "--contents" option shows it
8484
differently from a line attributed to the working tree file.
8585

86+
* "git send-email" learned to give the e-mail headers to the validate
87+
hook by passing an extra argument from the command line.
88+
89+
* The credential subsystem learns to help OAuth framework.
90+
91+
* The titles of manual pages used to be chomped at an unreasonably
92+
short limit, which has been removed.
93+
8694

8795
Performance, Internal Implementation, Development Support etc.
8896

@@ -137,6 +145,21 @@ Performance, Internal Implementation, Development Support etc.
137145
"-win32" in "gcc 10-win32") can be safely stripped as they share
138146
the same features and bugs with the version without the suffix.
139147

148+
* ctype tests have been taught to test EOF, too.
149+
150+
* The implementation of credential helpers used fgets() over fixed
151+
size buffers to read protocol messages, causing the remainder of
152+
the folded long line to trigger unexpected behaviour, which has
153+
been corrected.
154+
155+
* The implementation of the default "negotiator", used to find common
156+
ancestor over the network for object tranfer, used to be recursive;
157+
it was updated to be iterative to conserve stackspace usage.
158+
159+
* Our custom callout formatter is no longer used in the documentation
160+
formatting toolchain, as the upstream default ones give better
161+
output these days.
162+
140163

141164
Fixes since v2.40
142165
-----------------
@@ -298,6 +321,10 @@ Fixes since v2.40
298321
* Retitle a test script with an overly narrow name.
299322
(merge 8bb19c14fb ob/t3501-retitle later to maint).
300323

324+
* Doc update to clarify how text and eol attributes interact to
325+
specify the end-of-line conversion.
326+
(merge 6696077ace ah/doc-attributes-text later to maint).
327+
301328
* Other code cleanup, docfix, build fix, etc.
302329
(merge f7111175df as/doc-markup-fix later to maint).
303330
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -316,3 +343,6 @@ Fixes since v2.40
316343
(merge fd72637423 ar/t2024-checkout-output-fix later to maint).
317344
(merge d45cbe3fe0 ob/sequencer-i18n-fix later to maint).
318345
(merge b734fe49fd ob/messages-capitalize-exception later to maint).
346+
(merge ad353d7e77 ma/gittutorial-fixes later to maint).
347+
(merge a5855fd8d4 ar/test-cleanup-unused-file-creation-part2 later to maint).
348+
(merge 0c5308af30 sd/doc-gitignore-and-rm-cached later to maint).

0 commit comments

Comments
 (0)