Skip to content

Commit 0cddd84

Browse files
committed
A few more topics before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cfd86ee commit 0cddd84

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.34.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ UI, Workflows & Features
7979

8080
* Use ssh public crypto for object and push-cert signing.
8181

82+
* "git log --grep=string --author=name" learns to highlight hits just
83+
like "git grep string" does.
84+
85+
8286

8387
Performance, Internal Implementation, Development Support etc.
8488

@@ -392,6 +396,11 @@ Fixes since v2.33
392396
* Fix long-standing shell syntax error in the completion script.
393397
(merge 46b0585286 re/completion-fix-test-equality later to maint).
394398

399+
* Teach "git commit-graph" command not to allow using replace objects
400+
at all, as we do not use the commit-graph at runtime when we see
401+
object replacement.
402+
(merge 095d112f8c ab/ignore-replace-while-working-on-commit-graph later to maint).
403+
395404
* Other code cleanup, docfix, build fix, etc.
396405
(merge f188160be9 ab/bundle-remove-verbose-option later to maint).
397406
(merge 8c6b4332b4 rs/close-pack-leakfix later to maint).
@@ -407,3 +416,5 @@ Fixes since v2.33
407416
(merge 1c720357ce ab/test-lib-diff-cleanup later to maint).
408417
(merge 6b615dbece ks/submodule-add-message-fix later to maint).
409418
(merge 82a57cd13f ma/doc-git-version later to maint).
419+
(merge 203eb8381a jc/doc-format-patch-clarify-auto-base later to maint).
420+
(merge 559664c792 ab/test-lib later to maint).

0 commit comments

Comments
 (0)