Skip to content

Commit 1fc3c0a

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c2058ea commit 1fc3c0a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ UI, Workflows & Features
1010
* By default, use of fsmonitor on a repository on networked
1111
filesystem is disabled. Add knobs to make it workable on macOS.
1212

13+
* After checking out a "branch" that is a symbolic-ref that points at
14+
another branch, "git symbolic-ref HEAD" reports the underlying
15+
branch, not the symbolic-ref the user gave checkout as argument.
16+
The command learned the "--no-recurse" option to stop after
17+
dereferencing a symbolic-ref only once.
18+
19+
* "git branch --edit-description @{-1}" is now a way to edit branch
20+
description of the branch you were on before switching to the
21+
current branch.
22+
1323

1424
Performance, Internal Implementation, Development Support etc.
1525
--------------------------------------------------------------
@@ -37,6 +47,9 @@ Performance, Internal Implementation, Development Support etc.
3747
in C99.
3848
(merge 438c2f859b ab/coding-guidelines-c99 later to maint).
3949

50+
* Avoid false-positive from LSan whose assumption may be broken with
51+
higher optimization levels.
52+
4053

4154
Fixes since v2.38
4255
-----------------
@@ -116,6 +129,12 @@ Fixes since v2.38
116129
syntax for struct.
117130
(merge 54795d37d9 jh/struct-zero-init-with-older-clang later to maint).
118131

132+
* Giving "--invert-grep" and "--all-match" without "--grep" to the
133+
"git log" command resulted in an attempt to access grep pattern
134+
expression structure that has not been allocated, which has been
135+
corrected.
136+
(merge db84376f98 ab/grep-simplify-extended-expression later to maint).
137+
119138
* Other code cleanup, docfix, build fix, etc.
120139
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
121140
(merge 5e7c8b75e7 ab/test-malloc-with-sanitize-leak later to maint).
@@ -130,4 +149,5 @@ Fixes since v2.38
130149
(merge 7c07f36ad2 ab/unused-annotation later to maint).
131150
(merge f7669676d0 rs/use-fspathncmp later to maint).
132151
(merge a677d3c416 pw/remove-rebase-p-test later to maint).
133-
(merge e3733b646d rs/archive-dedup-printf later to maint).
152+
(merge e3733b646d rs/archive-dedup-printf later to maint).
153+
(merge 413bc6d20a ds/cmd-main-reorder later to maint).

0 commit comments

Comments
 (0)