@@ -27,6 +27,13 @@ UI, Workflows & Features
2727 * The color parsing code learned to handle 12-bit RGB colors, spelled
2828 as "#RGB" (in addition to "#RRGGBB" that is already supported).
2929
30+ * The operation mode options (like "--get") the "git config" command
31+ uses have been deprecated and replaced with subcommands (like "git
32+ config get").
33+
34+ * "git tag" learned the "--trailer" option to futz with the trailers
35+ in the same way as "git commit" does.
36+
3037
3138Performance, Internal Implementation, Development Support etc.
3239
@@ -48,10 +55,15 @@ Performance, Internal Implementation, Development Support etc.
4855 by always instantiating "the_repository" and replacing references
4956 to "the_index" with references to its .index member.
5057
51-
5258 * Git-GUI has a new maintainer, Johannes Sixt.
5359 (merge e18ad8eb26 jc/git-gui-maintainer-update later to maint).
5460
61+ * The "test-tool" has been taught to run testsuite tests in parallel,
62+ bypassing the need to use the "prove" tool.
63+
64+ * The "whitespace check" task that was enabled for GitHub Actions CI
65+ has been ported to GitLab CI.
66+
5567
5668Fixes since v2.45
5769-----------------
@@ -109,9 +121,15 @@ Fixes since v2.45
109121 support for the attr.tree configuration variable.
110122 (merge 51441e6460 jc/no-default-attr-tree-in-bare later to maint).
111123
124+ * The "--exit-code" option of "git diff" command learned to work with
125+ the "--ext-diff" option.
126+ (merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).
127+
112128 * Other code cleanup, docfix, build fix, etc.
113129 (merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
114130 (merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
115131 (merge 395c130fd8 ma/win32-unix-domain-socket later to maint).
116132 (merge 7df2405b38 jk/ci-macos-gcc13-fix later to maint).
117133 (merge 55702c543e fa/p4-error later to maint).
134+ (merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
135+ (merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).
0 commit comments