@@ -44,6 +44,12 @@ Performance, Internal Implementation, Development Support etc.
4444 * Support for GIT_CURL_VERBOSE has been rewritten in terms of
4545 GIT_TRACE_CURL.
4646
47+ * Preliminary clean-ups around refs API, plus file format
48+ specification documentation for the reftable backend.
49+
50+ * Workaround breakage in MSVC build, where "curl-config --cflags"
51+ gives settings appropriate for GCC build.
52+
4753
4854Fixes since v2.27
4955-----------------
@@ -78,6 +84,24 @@ Fixes since v2.27
7884 validating the arguments.
7985 (merge 4d9005ff5d cb/bisect-helper-parser-fix later to maint).
8086
87+ * Reduce memory usage during "diff --quiet" in a worktree with too
88+ many stat-unmatched paths.
89+ (merge d2d7fbe129 jk/diff-memuse-optim-with-stat-unmatch later to maint).
90+
91+ * The reflog entries for "git clone" and "git fetch" did not
92+ anonymize the URL they operated on.
93+ (merge 46da295a77 js/reflog-anonymize-for-clone-and-fetch later to maint).
94+
95+ * The behaviour of "sparse-checkout" in the state "git clone
96+ --no-checkout" left was changed accidentally in 2.27, which has
97+ been corrected.
98+
99+ * Use of negative pathspec, while collecting paths including
100+ untracked ones in the working tree, was broken.
101+
81102 * Other code cleanup, docfix, build fix, etc.
82103 (merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
83104 (merge d63ae31962 cb/t5608-cleanup later to maint).
105+ (merge 788db145c7 dl/t-readme-spell-git-correctly later to maint).
106+ (merge 45a87a83bb dl/python-2.7-is-the-floor-version later to maint).
107+ (merge b75a219904 es/advertise-contribution-doc later to maint).
0 commit comments