@@ -59,6 +59,11 @@ UI, Workflows & Features
5959 added by these helper functions, but many existing messages had an
6060 unnecessary LF at the end, which have been corrected.
6161
62+ * The "scalar clone" command learned the "--no-tags" option.
63+
64+ * The environment GIT_ADVICE has been intentionally kept undocumented
65+ to discourage its use by interactive users. Add documentation to
66+ help tool writers.
6267
6368Performance, Internal Implementation, Development Support etc.
6469--------------------------------------------------------------
@@ -157,7 +162,6 @@ Fixes since v2.46
157162 corrected.
158163
159164 * More leakfixes.
160- (merge f30bfafcd4 ps/leakfixes-part-3 later to maint).
161165
162166 * The credential helper to talk to OSX keychain sometimes sent
163167 garbage bytes after the username, which has been corrected.
@@ -167,7 +171,6 @@ Fixes since v2.46
167171
168172 * The patch parser in 'git apply' has been a bit more lenient against
169173 unexpected mode bits, like 100664, recorded on extended header lines.
170- (merge e95d515141 jk/apply-patch-mode-check-fix later to maint).
171174
172175 * "git config --value=foo --fixed-value section.key newvalue" barfed
173176 when the existing value in the configuration file used the
@@ -176,7 +179,6 @@ Fixes since v2.46
176179 * The patch parser in "git patch-id" has been tightened to avoid
177180 getting confused by lines that look like a patch header in the log
178181 message.
179- (merge a6e9429f72 jc/patch-id later to maint).
180182
181183 * "git reflog expire" failed to honor annotated tags when computing
182184 reachable commits.
@@ -192,7 +194,6 @@ Fixes since v2.46
192194
193195 * "git bundle unbundle" outside a repository triggered a BUG()
194196 unnecessarily, which has been corrected.
195- (merge 96a9a3e42e ps/bundle-outside-repo-fix later to maint).
196197
197198 * Maintenance tasks other than "gc" now properly go background when
198199 "git maintenance" runs them.
@@ -210,11 +211,9 @@ Fixes since v2.46
210211 * The code forgot to discard unnecessary in-core commit buffer data
211212 for commits that "git log --skip=<number>" traversed but omitted
212213 from the output, which has been corrected.
213- (merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
214214
215215 * "git verify-pack" and "git index-pack" started dying outside a
216216 repository, which has been corrected.
217- (merge b2dbf97f47 ps/index-pack-outside-repo-fix later to maint).
218217
219218 * A data corruption bug when multi-pack-index is used and the same
220219 objects are stored in multiple packfiles has been corrected.
@@ -223,15 +222,22 @@ Fixes since v2.46
223222 which has been a bit tamed.
224223 (merge c3459ae9ef ps/pack-refs-auto-heuristics later to maint).
225224
225+ * A file descriptor left open is now properly closed when "git
226+ sparse-checkout" updates the sparse patterns.
227+
228+ * In a few corner cases "git diff --exit-code" failed to report
229+ "changes" (e.g., renamed without any content change), which has
230+ been corrected.
231+ (merge 11591850dd rs/diff-exit-code-fix later to maint).
232+
233+ * Cygwin does have /dev/tty support that is needed by things like
234+ single-key input mode.
235+ (merge 39ba986b0e rj/cygwin-has-dev-tty later to maint).
236+
237+ * The interpret-trailers command failed to recognise the end of the
238+ message when the commit log ends in an incomplete line.
239+ (merge c02414a997 bl/trailers-and-incomplete-last-line-fix later to maint).
240+
226241 * Other code cleanup, docfix, build fix, etc.
227- (merge bb0498b1bb jc/how-to-maintain-updates later to maint).
228- (merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
229- (merge 170cdfc5a4 jc/grammo-fixes later to maint).
230- (merge 983555a1f2 jc/how-to-maintain-updates later to maint).
231- (merge e3209bd4df ps/stash-keep-untrack-empty-fix later to maint).
232- (merge 44db6f75cc jc/coding-style-c-operator-with-spaces later to maint).
233- (merge 596f4ff6ad cl/config-regexp-docfix later to maint).
234- (merge 4881328617 aa/cat-file-batch-output-doc later to maint).
235- (merge 1609470409 jc/config-doc-update later to maint).
236- (merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
237242 (merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
243+ (merge 9a36ea37ae jc/doc-skip-fetch-all-and-prefetch later to maint).
0 commit comments