Rebasing and merging in kernel repositories
Rebasing and merging in kernel repositories
Posted Jun 20, 2019 12:48 UTC (Thu) by corbet (editor, #1)In reply to: Rebasing and merging in kernel repositories by draco
Parent article: Rebasing and merging in kernel repositories
FWIW, the "^0" advice comes straight from Linus. Otherwise you can get a merge commit when fast-forwarding to a signed tag. --ff-only can also do the trick, but it's more typing...