Skip to content

Commit

Permalink
sync-upstream.sh: Add "git show --remerge-diff" tip
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Jul 18, 2023
1 parent 30fc9d6 commit 0a99156
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/sync-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ do
done
# Remove trailing ","
TITLE=${TITLE%?}

BODY=$(printf "%s\n\n%s" "$BODY" "This PR can be recreated with \`$REPRODUCE_COMMAND\`.")
BODY=$(printf "%s\n\n%s\n%s" "$BODY" "This PR can be recreated with \`$REPRODUCE_COMMAND\`." "Tip: Use \`git show --remerge-diff\` to show the changes manually added to the merge commit.")

echo "-----------------------------------"
echo "$TITLE"
Expand Down

0 comments on commit 0a99156

Please sign in to comment.