@@ -10,6 +10,15 @@ Backward compatibility notes
1010 easily opt into a set of newer features, which use of the v2
1111 transport protocol is now a part of.
1212
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+
1322
1423UI, Workflows & Features
1524
@@ -29,6 +38,9 @@ UI, Workflows & Features
2938 notation, e.g. "git diff A..B C", "git diff A..B C...D", etc.,
3039 which has been cleaned up.
3140
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+
3244
3345Performance, Internal Implementation, Development Support etc.
3446
@@ -76,6 +88,9 @@ Performance, Internal Implementation, Development Support etc.
7688 instruct the clients to grab pre-packaged packfile(s) in addition
7789 to the packed object data coming over the wire.
7890
91+ * A misdesigned strbuf_write_fd() function has been retired.
92+
93+
7994
8095Fixes since v2.27
8196-----------------
@@ -140,9 +155,14 @@ Fixes since v2.27
140155 going on.
141156 (merge 08dc26061f pb/t4014-unslave later to maint).
142157
158+ * An in-code comment in "git diff" has been updated.
159+ (merge c592fd4c83 dl/diff-usage-comment-update later to maint).
160+
143161 * Other code cleanup, docfix, build fix, etc.
144162 (merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
145163 (merge d63ae31962 cb/t5608-cleanup later to maint).
146164 (merge 788db145c7 dl/t-readme-spell-git-correctly later to maint).
147165 (merge 45a87a83bb dl/python-2.7-is-the-floor-version later to maint).
148166 (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