Bug 64307 - webkit-patch produces commit logs which Trac no longer pretty-prints
Summary: webkit-patch produces commit logs which Trac no longer pretty-prints
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 12:31 PDT by Stephen White
Modified: 2011-07-11 12:40 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen White 2011-07-11 12:31:29 PDT
After r90564 (from https://bugs.webkit.org/show_bug.cgi?id=26755), commit log messages produced by webkit-patch are no longer pretty-printed by Trac.  There's no identation, and *'s are no longer turned into bullets, etc.  IWBN to get that functionality back, so either webkit-patch should produce a Trac-friendly commit log, or Trac should be modified to understand webkit-patch's current format.
Comment 1 Mark Rowe (bdash) 2011-07-11 12:40:49 PDT
Trac had a habit of mangling commit messages as it expects its wiki markup syntax and can go nuts if it finds mismatched markup elements. I don’t think there’s a huge win from restoring things to their semi-broken state.