@@ -41,6 +41,14 @@ UI, Workflows & Features
4141 * "git diff-files" has been taught to say paths that are marked as
4242 intent-to-add are new files, not modified from an empty blob.
4343
44+ * "git status" learned to report the status of sparse checkout.
45+
46+ * "git difftool" has trouble dealing with paths added to the index
47+ with the intent-to-add bit.
48+
49+ * "git fast-export --anonymize" learned to take customized mapping to
50+ allow its users to tweak its output more usable for debugging.
51+
4452
4553Performance, Internal Implementation, Development Support etc.
4654
@@ -90,6 +98,22 @@ Performance, Internal Implementation, Development Support etc.
9098
9199 * A misdesigned strbuf_write_fd() function has been retired.
92100
101+ * SHA-256 migration work continues, including CVS/SVN interface.
102+
103+ * A few fields in "struct commit" that do not have to always be
104+ present have been moved to commit slabs.
105+
106+ * API cleanup for get_worktrees()
107+
108+ * By renumbering object flag bits, "struct object" managed to lose
109+ bloated inter-field padding.
110+
111+ * The name of the primary branch in existing repositories, and the
112+ default name used for the first branch in newly created
113+ repositories, is made configurable, so that we can eventually wean
114+ ourselves off of the hardcoded 'master'.
115+
116+ * The effort to avoid using test_must_fail on non-git command continues.
93117
94118
95119Fixes since v2.27
@@ -158,6 +182,15 @@ Fixes since v2.27
158182 * An in-code comment in "git diff" has been updated.
159183 (merge c592fd4c83 dl/diff-usage-comment-update later to maint).
160184
185+ * The documentation and some tests have been adjusted for the recent
186+ renaming of "pu" branch to "seen".
187+ (merge 6dca5dbf93 js/pu-to-seen later to maint).
188+
189+ * The code to push changes over "dumb" HTTP had a bad interaction
190+ with the commit reachability code due to incorrect allocation of
191+ object flag bits, which has been corrected.
192+ (merge 64472d15e9 bc/http-push-flagsfix later to maint).
193+
161194 * Other code cleanup, docfix, build fix, etc.
162195 (merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
163196 (merge d63ae31962 cb/t5608-cleanup later to maint).
@@ -166,3 +199,5 @@ Fixes since v2.27
166199 (merge b75a219904 es/advertise-contribution-doc later to maint).
167200 (merge 0c9a4f638a rs/pull-leakfix later to maint).
168201 (merge d546fe2874 rs/commit-reach-leakfix later to maint).
202+ (merge 087bf5409c mk/pb-pretty-email-without-domain-part-fix later to maint).
203+ (merge 5f4ee57ad9 es/worktree-code-cleanup later to maint).
0 commit comments