Skip to content

Commit bdc5341

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 644aed8 commit bdc5341

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ UI, Workflows & Features
2020

2121
* Add a new manual that describes the data model.
2222

23+
* "git fast-import" learns "--strip-if-invalid" option to drop
24+
invalid cryptographic signature from objects.
25+
2326

2427
Performance, Internal Implementation, Development Support etc.
2528
--------------------------------------------------------------
@@ -38,6 +41,13 @@ Performance, Internal Implementation, Development Support etc.
3841
* A part of code paths that deals with loose objects has been cleaned
3942
up.
4043
44+
* "make strip" has been taught to strip "scalar" as well as "git".
45+
46+
* Dockerised jobs at the GitHub Actions CI have been taught to show
47+
more details of failed tests.
48+
49+
* Code refactoring around object database sources.
50+
4151
4252
Fixes since v2.52
4353
-----------------
@@ -105,8 +115,29 @@ Fixes since v2.52
105115
* Various issues detected by Asan have been corrected.
106116
(merge a031b6181a jk/asan-bonanza later to maint).
107117

118+
* "git config get --path" segfaulted on an ":(optional)path" that
119+
does not exist, which has been corrected.
120+
(merge 0bd16856ff jc/optional-path later to maint).
121+
122+
* The "--committer-date-is-author-date" option of "git am/rebase" is
123+
a misguided one. The documentation is updated to discourage its
124+
use.
125+
(merge fbf3d0669f kh/doc-committer-date-is-author-date later to maint).
126+
127+
* The option help text given by "git config unset -h" described
128+
the "--all" option to "replace", not "unset", multiple variables,
129+
which has been corrected.
130+
(merge 18bf67b753 rs/config-unset-opthelp-fix later to maint).
131+
132+
* The error message given by "git config set", when the variable
133+
being updated has more than one values defined, used old style "git
134+
config" syntax with an incorrect option in its hint, both of which
135+
have been corrected.
136+
(merge df963f0df4 rs/config-set-multi-error-message-fix later to maint).
137+
108138
* Other code cleanup, docfix, build fix, etc.
109139
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
110140
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
111141
(merge f18aa68861 rs/xmkstemp-simplify later to maint).
112142
(merge fddba8f737 ja/doc-synopsis-style later to maint).
143+
(merge 22ce0cb639 en/xdiff-cleanup-2 later to maint).

0 commit comments

Comments
 (0)