Inspect and view changes in View Commit Message for Bitbucket Server source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "View Commit Message for Bitbucket Server",
"description": "Shows the commit message in a pull request when viewing a single commit.",
"version": "1.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https://*/projects/*/repos/*/pull-requests/*",
"https://*/users/*/repos/*/pull-requests/*"
],
"css": [
"commit.css"
],
"js": [
"content-script.js"
]
}
]
}