File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,18 @@ UI, Workflows & Features
63
63
* "gitweb" learned "e-mail privacy" feature to redact strings that
64
64
look like e-mail addresses on various pages.
65
65
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
+
66
78
67
79
Performance, Internal Implementation, Development Support etc.
68
80
You can’t perform that action at this time.
0 commit comments