@@ -10,6 +10,15 @@ Backward compatibility notes
10
10
easily opt into a set of newer features, which use of the v2
11
11
transport protocol is now a part of.
12
12
13
+ * It used to be that setting extensions.* configuration variables
14
+ alone, while leaving core.repositoryFormatVersion=0, made these
15
+ settings effective, which was a wrong thing to do. In version 0,
16
+ there was no special meaning in extensions.* configuration
17
+ variables. This has been corrected. If you need these repository
18
+ extensions to be effective, the core.repositoryFormatVersion
19
+ variable needs to be updated to 1 after vetting these extensions.*
20
+ variables are set correctly.
21
+
13
22
14
23
UI, Workflows & Features
15
24
@@ -29,6 +38,9 @@ UI, Workflows & Features
29
38
notation, e.g. "git diff A..B C", "git diff A..B C...D", etc.,
30
39
which has been cleaned up.
31
40
41
+ * "git diff-files" has been taught to say paths that are marked as
42
+ intent-to-add are new files, not modified from an empty blob.
43
+
32
44
33
45
Performance, Internal Implementation, Development Support etc.
34
46
@@ -76,6 +88,9 @@ Performance, Internal Implementation, Development Support etc.
76
88
instruct the clients to grab pre-packaged packfile(s) in addition
77
89
to the packed object data coming over the wire.
78
90
91
+ * A misdesigned strbuf_write_fd() function has been retired.
92
+
93
+
79
94
80
95
Fixes since v2.27
81
96
-----------------
@@ -140,9 +155,14 @@ Fixes since v2.27
140
155
going on.
141
156
(merge 08dc26061f pb/t4014-unslave later to maint).
142
157
158
+ * An in-code comment in "git diff" has been updated.
159
+ (merge c592fd4c83 dl/diff-usage-comment-update later to maint).
160
+
143
161
* Other code cleanup, docfix, build fix, etc.
144
162
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
145
163
(merge d63ae31962 cb/t5608-cleanup later to maint).
146
164
(merge 788db145c7 dl/t-readme-spell-git-correctly later to maint).
147
165
(merge 45a87a83bb dl/python-2.7-is-the-floor-version later to maint).
148
166
(merge b75a219904 es/advertise-contribution-doc later to maint).
167
+ (merge 0c9a4f638a rs/pull-leakfix later to maint).
168
+ (merge d546fe2874 rs/commit-reach-leakfix later to maint).
0 commit comments