mirror of
https://github.com/git/git.git
synced 2026-02-19 14:21:50 +00:00
Merge branch 'jc/am-report-3way' into next
* jc/am-report-3way: am -3: list the paths that needed 3-way fallback
This commit is contained in:
@@ -139,6 +139,12 @@ fall_back_3way () {
|
||||
say Using index info to reconstruct a base tree...
|
||||
|
||||
cmd='GIT_INDEX_FILE="$dotest/patch-merge-tmp-index"'
|
||||
|
||||
if test -z "$GIT_QUIET"
|
||||
then
|
||||
eval "$cmd git diff-index --cached --diff-filter=AM --name-status HEAD"
|
||||
fi
|
||||
|
||||
cmd="$cmd git apply --cached $git_apply_opt"' <"$dotest/patch"'
|
||||
if eval "$cmd"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user