@@ -12,6 +12,9 @@ UI, Workflows & Features
12
12
* "git checkout -p" and friends learned that that "@" is a synonym
13
13
for "HEAD".
14
14
15
+ * Variants of vimdiff learned to honor mergetool.<variant>.layout
16
+ settings.
17
+
15
18
16
19
Performance, Internal Implementation, Development Support etc.
17
20
@@ -21,6 +24,9 @@ Performance, Internal Implementation, Development Support etc.
21
24
* More tests that are marked as "ref-files only" have been updated to
22
25
improve test coverage of reftable backend.
23
26
27
+ * Some parts of command line completion script (in contrib/) have
28
+ been micro-optimized.
29
+
24
30
25
31
Fixes since v2.44
26
32
-----------------
@@ -36,5 +42,20 @@ Fixes since v2.44
36
42
it would lead to nonsense behaviour including division by zero.
37
43
(merge 76fb807faa kh/column-reject-negative-padding later to maint).
38
44
45
+ * "git am --help" now tells readers what actions are available in
46
+ "git am --whitespace=<action>", in addition to saying that the
47
+ option is passed through to the underlying "git apply".
48
+ (merge a171dac734 jc/am-whitespace-doc later to maint).
49
+
50
+ * "git tag --column" failed to check the exit status of its "git
51
+ column" invocation, which has been corrected.
52
+ (merge 92e66478fc rj/tag-column-fix later to maint).
53
+
54
+ * Credential helper based on libsecret (in contrib/) has been updated
55
+ to handle an empty password correctly.
56
+ (merge 8f1f2023b7 mh/libsecret-empty-password-fix later to maint).
57
+
39
58
* Other code cleanup, docfix, build fix, etc.
40
59
(merge f0e578c69c rs/use-xstrncmpz later to maint).
60
+ (merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
61
+ (merge 64562d784d jb/doc-interactive-singlekey-do-not-need-perl later to maint).
0 commit comments