@@ -42,6 +42,13 @@ UI, Workflows & Features
42
42
43
43
* The trailer API has been reshuffled a bit.
44
44
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
+
45
52
46
53
Performance, Internal Implementation, Development Support etc.
47
54
@@ -76,6 +83,19 @@ Performance, Internal Implementation, Development Support etc.
76
83
primary ref_store by forcing the callers to pass a ref_store as an
77
84
argument.
78
85
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
+
79
99
80
100
Fixes since v2.45
81
101
-----------------
@@ -147,6 +167,19 @@ Fixes since v2.45
147
167
"git fetch".
148
168
(merge 9339fca23e it/refs-name-conflict later to maint).
149
169
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
+
150
183
* Other code cleanup, docfix, build fix, etc.
151
184
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
152
185
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
@@ -157,3 +190,5 @@ Fixes since v2.45
157
190
(merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).
158
191
(merge c81ffcff83 dm/update-index-doc-fix later to maint).
159
192
(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