Skip to content

Commit

Permalink
zdiff: Add merge strategy to bypass conflicts caused by branding
Browse files Browse the repository at this point in the history
Signed-off-by: notcarbide <luis@0k.cx>
  • Loading branch information
notcarbide committed Apr 1, 2022
1 parent 0caffd7 commit cad2771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zap/zdiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BRANCH=stable
REF=rpi/rpi-5.15.y

git checkout $REF
git merge --no-ff --no-edit $BRANCH
git merge -s ours --no-ff --no-edit $BRANCH

git log --oneline HEAD^..HEAD > zap/changes.log
sed -i '1d' zap/changes.log
Expand Down

0 comments on commit cad2771

Please sign in to comment.