We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9112049 commit b93a1a1Copy full SHA for b93a1a1
1 file changed
sync-upstream.sh
@@ -33,7 +33,7 @@ PROTECTED_SOURCE_REV=""
33
34
try_auto_resolve() {
35
local conflicts resolved path handled
36
- conflicts=$(git status --porcelain | awk '$1 ~ /U/ {print $2}')
+ conflicts=$(git diff --name-only --diff-filter=U)
37
if [ -z "$conflicts" ]; then
38
return 1
39
fi
0 commit comments