@@ -44,6 +44,12 @@ Performance, Internal Implementation, Development Support etc.
44
44
* Support for GIT_CURL_VERBOSE has been rewritten in terms of
45
45
GIT_TRACE_CURL.
46
46
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
+
47
53
48
54
Fixes since v2.27
49
55
-----------------
@@ -78,6 +84,24 @@ Fixes since v2.27
78
84
validating the arguments.
79
85
(merge 4d9005ff5d cb/bisect-helper-parser-fix later to maint).
80
86
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
+
81
102
* Other code cleanup, docfix, build fix, etc.
82
103
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
83
104
(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