What's missing from our changelogs: Reverts
What's missing from our changelogs: Reverts
Posted Jul 29, 2013 18:32 UTC (Mon) by aliguori (guest, #30636)In reply to: What's missing from our changelogs: Reverts by PaulMcKenney
Parent article: What's missing from our changelogs
Yes, reverts need a Signed-off-by. git-revert even has a -s option for it.
A revert is not the same thing as making the commit never exist. Often they do not apply cleanly and it's very hard for a reviewer to know whether the author of the revert had to apply logic to resolve conflicts.
