Page MenuHomePhabricator

Strip tips out of commit messages from `arc backout`
ClosedPublic

Authored by epriestley on Apr 2 2016, 1:29 PM.
Tags
None
Referenced Files
F13083980: D15573.diff
Wed, Apr 24, 10:46 PM
Unknown Object (File)
Fri, Apr 19, 4:22 PM
Unknown Object (File)
Fri, Apr 5, 1:16 PM
Unknown Object (File)
Mar 20 2024, 4:03 AM
Unknown Object (File)
Mar 10 2024, 5:45 AM
Unknown Object (File)
Feb 20 2024, 9:50 PM
Unknown Object (File)
Feb 10 2024, 1:55 PM
Unknown Object (File)
Feb 7 2024, 7:45 AM
Subscribers
None

Details

Summary

Fixes T10707. Currently, arc backout creates a commit message which includes questionably-helpful "tips" in the message itself.

Strip these out.

Test Plan

Used arc backout to revert any commit, then git show to see the generated message.

  • Before patch: included tips.
  • After patch: no tips.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Strip tips out of commit messages from `arc backout`.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 2 2016, 2:20 PM
This revision was automatically updated to reflect the committed changes.