@@ -27,6 +27,13 @@ UI, Workflows & Features
27
27
* The color parsing code learned to handle 12-bit RGB colors, spelled
28
28
as "#RGB" (in addition to "#RRGGBB" that is already supported).
29
29
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
+
30
37
31
38
Performance, Internal Implementation, Development Support etc.
32
39
@@ -48,10 +55,15 @@ Performance, Internal Implementation, Development Support etc.
48
55
by always instantiating "the_repository" and replacing references
49
56
to "the_index" with references to its .index member.
50
57
51
-
52
58
* Git-GUI has a new maintainer, Johannes Sixt.
53
59
(merge e18ad8eb26 jc/git-gui-maintainer-update later to maint).
54
60
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
+
55
67
56
68
Fixes since v2.45
57
69
-----------------
@@ -109,9 +121,15 @@ Fixes since v2.45
109
121
support for the attr.tree configuration variable.
110
122
(merge 51441e6460 jc/no-default-attr-tree-in-bare later to maint).
111
123
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
+
112
128
* Other code cleanup, docfix, build fix, etc.
113
129
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
114
130
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
115
131
(merge 395c130fd8 ma/win32-unix-domain-socket later to maint).
116
132
(merge 7df2405b38 jk/ci-macos-gcc13-fix later to maint).
117
133
(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