sync-upstream.sh: Add "git show --remerge-diff" tip
This commit is contained in:
parent
30fc9d6551
commit
0a99156871
@ -104,8 +104,7 @@ do
|
|||||||
done
|
done
|
||||||
# Remove trailing ","
|
# Remove trailing ","
|
||||||
TITLE=${TITLE%?}
|
TITLE=${TITLE%?}
|
||||||
|
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.")
|
||||||
BODY=$(printf "%s\n\n%s" "$BODY" "This PR can be recreated with \`$REPRODUCE_COMMAND\`.")
|
|
||||||
|
|
||||||
echo "-----------------------------------"
|
echo "-----------------------------------"
|
||||||
echo "$TITLE"
|
echo "$TITLE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user