Skip to content

Commit

Permalink
Tweak git settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Sep 2, 2024
1 parent 3f8a581 commit d657e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/merge_tools/gitmerge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ git_strategy=$4
cd "$clone_dir" || (echo "$0: cannot cd to $clone_dir" ; exit 1)

git checkout "$branch1" --force
git config merge.conflictstyle zdiff3
git config --local merge.conflictstyle zdiff3
git config --local mergetool.prompt false

echo "Running: git merge --no-edit $git_strategy $branch2"
# shellcheck disable=SC2086
Expand Down

0 comments on commit d657e1e

Please sign in to comment.