diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-11-01 13:33:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-01 13:48:08 -0700 |
commit | 0cddd84c9f3e9c3d793ec93034ef679335f35e49 (patch) | |
tree | 438d1e7ffdc036298316ebb02a18e36df886815a /Documentation/RelNotes | |
parent | Merge branch 'ab/test-lib' (diff) | |
download | tgif-0cddd84c9f3e9c3d793ec93034ef679335f35e49.tar.xz |
A few more topics before -rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.34.0.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.34.0.txt b/Documentation/RelNotes/2.34.0.txt index c1121b7a58..f6d5834c8d 100644 --- a/Documentation/RelNotes/2.34.0.txt +++ b/Documentation/RelNotes/2.34.0.txt @@ -79,6 +79,10 @@ UI, Workflows & Features * Use ssh public crypto for object and push-cert signing. + * "git log --grep=string --author=name" learns to highlight hits just + like "git grep string" does. + + Performance, Internal Implementation, Development Support etc. @@ -392,6 +396,11 @@ Fixes since v2.33 * Fix long-standing shell syntax error in the completion script. (merge 46b0585286 re/completion-fix-test-equality later to maint). + * Teach "git commit-graph" command not to allow using replace objects + at all, as we do not use the commit-graph at runtime when we see + object replacement. + (merge 095d112f8c ab/ignore-replace-while-working-on-commit-graph later to maint). + * Other code cleanup, docfix, build fix, etc. (merge f188160be9 ab/bundle-remove-verbose-option later to maint). (merge 8c6b4332b4 rs/close-pack-leakfix later to maint). @@ -407,3 +416,5 @@ Fixes since v2.33 (merge 1c720357ce ab/test-lib-diff-cleanup later to maint). (merge 6b615dbece ks/submodule-add-message-fix later to maint). (merge 82a57cd13f ma/doc-git-version later to maint). + (merge 203eb8381a jc/doc-format-patch-clarify-auto-base later to maint). + (merge 559664c792 ab/test-lib later to maint). |