Skip to content

Commit 3a57aa5

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1a36776 commit 3a57aa5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Documentation/RelNotes/2.46.0.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ UI, Workflows & Features
4242

4343
* The trailer API has been reshuffled a bit.
4444

45+
* Terminology to call various ref-like things are getting
46+
straightened out.
47+
48+
* The command line completion script (in contrib/) has been adjusted
49+
to the recent update to "git config" that adopted subcommand based
50+
UI.
51+
4552

4653
Performance, Internal Implementation, Development Support etc.
4754

@@ -76,6 +83,19 @@ Performance, Internal Implementation, Development Support etc.
7683
primary ref_store by forcing the callers to pass a ref_store as an
7784
argument.
7885

86+
* Code clean-up to reduce inter-function communication inside
87+
builtin/config.c done via the use of global variables.
88+
89+
* The pack bitmap code saw some clean-up to prepare for a follow-up topic.
90+
(merge 85f360fee5 tb/pack-bitmap-write-cleanups later to maint).
91+
92+
* Preliminary code clean-up for "git send-email".
93+
(merge c02dc38570 ds/send-email-per-message-block later to maint).
94+
95+
* The default "creation-factor" used by "git format-patch" has been
96+
raised to make it more aggressively find matching commits.
97+
(merge c22d41d641 jc/format-patch-more-aggressive-range-diff later to maint).
98+
7999

80100
Fixes since v2.45
81101
-----------------
@@ -147,6 +167,19 @@ Fixes since v2.45
147167
"git fetch".
148168
(merge 9339fca23e it/refs-name-conflict later to maint).
149169

170+
* The SubmittingPatches document now refers folks to manpages
171+
translation project.
172+
(merge 558a5b8cd0 jc/doc-manpages-l10n later to maint).
173+
174+
* The documentation for "git diff --name-only" has been clarified
175+
that it is about showing the names in the post-image tree.
176+
(merge 4986662cbc jc/doc-diff-name-only later to maint).
177+
178+
* The credential helper that talks with osx keychain learned to avoid
179+
storing back the authentication material it just got received from
180+
the keychain.
181+
(merge e1ab45b2da kn/osxkeychain-skip-idempotent-store later to maint).
182+
150183
* Other code cleanup, docfix, build fix, etc.
151184
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
152185
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
@@ -157,3 +190,5 @@ Fixes since v2.45
157190
(merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).
158191
(merge c81ffcff83 dm/update-index-doc-fix later to maint).
159192
(merge fc0202b0e9 dg/fetch-pack-code-cleanup later to maint).
193+
(merge 7150f140f9 mt/t0211-typofix later to maint).
194+
(merge d424488901 jc/rev-parse-fatal-doc later to maint).

0 commit comments

Comments
 (0)