Skip to content

Commit d1b10fc

Browse files
committed
The tenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a7e52b commit d1b10fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ UI, Workflows & Features
6363
* "gitweb" learned "e-mail privacy" feature to redact strings that
6464
look like e-mail addresses on various pages.
6565

66+
* "git apply --3way" has always been "to fall back to 3-way merge
67+
only when straight application fails". Swap the order of falling
68+
back so that 3-way is always attempted first (only when the option
69+
is given, of course) and then straight patch application is used as
70+
a fallback when it fails.
71+
72+
* "git apply" now takes "--3way" and "--cached" at the same time, and
73+
work and record results only in the index.
74+
75+
* The command line completion (in contrib/) has learned that
76+
CHERRY_PICK_HEAD is a possible pseudo-ref.
77+
6678

6779
Performance, Internal Implementation, Development Support etc.
6880

0 commit comments

Comments
 (0)