Skip to content

Commit

Permalink
Use --local for explicitness (even though it's the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Nov 14, 2024
1 parent 651fb4d commit 77f9707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/merge_tools/mergiraf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ branch2=$3
cd "$clone_dir" || { echo "$0: cannot cd to $clone_dir"; exit 2; }

# set up mergiraf driver
git config merge.mergiraf.name mergiraf
git config merge.mergiraf.driver "${mergiraf_absolutepath} merge --git %O %A %B -s %S -x %X -y %Y -p %P"
git config --local merge.mergiraf.name mergiraf
git config --local merge.mergiraf.driver "${mergiraf_absolutepath} merge --git %O %A %B -s %S -x %X -y %Y -p %P"
$(mergiraf_absolutepath) languages --gitattributes >> .gitattributes

# perform merge
Expand Down

0 comments on commit 77f9707

Please sign in to comment.