Skip to content

Commit 4f6db70

Browse files
committed
Fixes and updates post -rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 686790f commit 4f6db70

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ UI, Workflows & Features
5757
* The "fetch.credentialsInUrl" configuration variable controls what
5858
happens when a URL with embedded login credential is used.
5959

60+
* "git revert" learns "--reference" option to use more human-readable
61+
reference to the commit it reverts in the message template it
62+
prepares for the user.
63+
64+
* Various error messages that talk about the removal of
65+
"--preserve-merges" in "rebase" have been strengthened, and "rebase
66+
--abort" learned to get out of a state that was left by an earlier
67+
use of the option.
68+
6069

6170
Performance, Internal Implementation, Development Support etc.
6271

@@ -80,14 +89,15 @@ Performance, Internal Implementation, Development Support etc.
8089

8190
* A workflow change for translators are being proposed. git.pot is
8291
no longer version controlled and it is local responsibility of
83-
translaters to generate it.
92+
translators to generate it.
8493

8594
* Plug the memory leaks from the trickiest API of all, the revision
8695
walker.
8796

8897
* Rename .env_array member to .env in the child_process structure.
8998

90-
* More fsmonitor--daemon.
99+
* The fsmonitor--daemon handles even more corner cases when
100+
watching filesystem events.
91101

92102
* A new bug() and BUG_if_bug() API is introduced to make it easier to
93103
uniformly log "detect multiple bugs and abort in the end" pattern.
@@ -133,7 +143,7 @@ Fixes since v2.36
133143
(merge 08bdd3a185 jc/cocci-xstrdup-or-null-fix later to maint).
134144

135145
* The path taken by "git multi-pack-index" command from the end user
136-
was compared with path internally prepared by the tool withut first
146+
was compared with path internally prepared by the tool without first
137147
normalizing, which lead to duplicated paths not being noticed,
138148
which has been corrected.
139149
(merge 11f9e8de3d ds/midx-normalize-pathname-before-comparison later to maint).
@@ -163,7 +173,7 @@ Fixes since v2.36
163173
is given in "git status" not to use the break-rewrite heuristics.
164174
(merge 84792322ed rs/commit-summary-wo-break-rewrite later to maint).
165175

166-
* Update a few end-user facing messages around eol conversion.
176+
* Update a few end-user facing messages around EOL conversion.
167177
(merge c970d30c2c ah/convert-warning-message later to maint).
168178

169179
* Trace2 documentation updates.
@@ -256,7 +266,7 @@ Fixes since v2.36
256266
has been corrected.
257267
(merge b02fdbc80a jc/all-negative-pathspec later to maint).
258268

259-
* With a more targetted workaround in http.c in another topic, we may
269+
* With a more targeted workaround in http.c in another topic, we may
260270
be able to lift this blanket "GCC12 dangling-pointer warning is
261271
broken and unsalvageable" workaround.
262272
(merge 419141e495 cb/buggy-gcc-12-workaround later to maint).
@@ -320,3 +330,4 @@ Fixes since v2.36
320330
(merge 8c49d704ef fh/transport-push-leakfix later to maint).
321331
(merge 1d232d38bd tl/ls-tree-oid-only later to maint).
322332
(merge db7961e6a6 gc/document-config-worktree-scope later to maint).
333+
(merge ce18a30bb7 fs/ssh-default-key-command-doc later to maint).

0 commit comments

Comments
 (0)