@@ -63,6 +63,17 @@ UI, Workflows & Features
6363 FETCH_HEAD and MERGE_HEAD, and clarify everything else that used to
6464 be classified as such are actually just pseudorefs.
6565
66+ * All conditional "advice" messages show how to turn them off, which
67+ becomes repetitive. Setting advice.* configuration explicitly on
68+ now omits the instruction part.
69+
70+ * The "disable repository discovery of a bare repository" check,
71+ triggered by setting safe.bareRepository configuration variable to
72+ 'explicit', has been loosened to exclude the ".git/" directory inside
73+ a non-bare repository from the check. So you can do "cd .git &&
74+ git cmd" to run a Git command that works on a bare repository without
75+ explicitly specifying $GIT_DIR now.
76+
6677
6778Performance, Internal Implementation, Development Support etc.
6879
@@ -225,6 +236,17 @@ Fixes since v2.43
225236 incomplete line.
226237 (merge 1c5bc6971e en/diffcore-delta-final-line-fix later to maint).
227238
239+ * GitHub CI update.
240+ (merge 0188b2c8e0 pb/ci-github-skip-logs-for-broken-tests later to maint).
241+
242+ * "git diff --no-rename A B" did not disable rename detection but did
243+ not trigger an error from the command line parser.
244+ (merge 457f96252f rs/parse-options-with-keep-unknown-abbrev-fix later to maint).
245+
246+ * "git archive --remote=<remote>" learned to talk over the smart
247+ http (aka stateless) transport.
248+ (merge 176cd68634 jx/remote-archive-over-smart-http later to maint).
249+
228250 * Other code cleanup, docfix, build fix, etc.
229251 (merge 50f1abcff6 js/packfile-h-typofix later to maint).
230252 (merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
@@ -263,3 +285,4 @@ Fixes since v2.43
263285 (merge 8430b438f6 vd/fsck-submodule-url-test later to maint).
264286 (merge f10031fadd nb/rebase-x-shell-docfix later to maint).
265287 (merge af3d2c160f jc/majordomo-to-subspace later to maint).
288+ (merge ee9895b0ff sd/negotiate-trace-fix later to maint).
0 commit comments