Skip to content

Commit 0f9d4d2

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ebd46ba commit 0f9d4d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ UI, Workflows & Features
1212
* "git checkout -p" and friends learned that that "@" is a synonym
1313
for "HEAD".
1414

15+
* Variants of vimdiff learned to honor mergetool.<variant>.layout
16+
settings.
17+
1518

1619
Performance, Internal Implementation, Development Support etc.
1720

@@ -21,6 +24,9 @@ Performance, Internal Implementation, Development Support etc.
2124
* More tests that are marked as "ref-files only" have been updated to
2225
improve test coverage of reftable backend.
2326

27+
* Some parts of command line completion script (in contrib/) have
28+
been micro-optimized.
29+
2430

2531
Fixes since v2.44
2632
-----------------
@@ -36,5 +42,20 @@ Fixes since v2.44
3642
it would lead to nonsense behaviour including division by zero.
3743
(merge 76fb807faa kh/column-reject-negative-padding later to maint).
3844

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+
3958
* Other code cleanup, docfix, build fix, etc.
4059
(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

Comments
 (0)