你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/470667-bitbucket-copy-commit-reference,源站連結 點此以跳轉

Bitbucket: copy commit reference

Adds a "Copy commit reference" link to every commit page on Bitbucket Cloud and Bitbucket Server.


點此查看下載連結位址https://update.greasyfork.org.cn/scripts/470667/Bitbucket%3A%20copy%20commit%20reference.user.js

安装此脚本?
作者
andrybak
日安装量
0
总安装量
19
评分
0 0 0
版本
18
创建于
2023-07-12
更新于
2025-09-26
大小
18.7 KB
许可证
AGPL-3.0-only
适用于

Bitbucket: copy commit reference

Adds "Copy commit reference" link to every commit page. Commit reference is a commonly used format to refer to past commits. It looks like this:

1f0fc1d (pretty: implement 'reference' format, 2019-11-20)

The copied reference supports plain text and rich text editors, with clickable links to the commit, Jira issues, and Bitbucket pull requests.

This script supports both Bitbucket Server and Bitbucket Cloud.

Instructions

The script uses @include rules to work on any domain that includes the word bitbucket. If your browser doesn't support @include (which might happen in the future when Chrome switches to Manifest V3 browser extensions) or your Bitbucket Server uses a domain which doesn't include the word bitbucket, you'll have to manually add your domain. Up-to-date instructions are at https://github.com/rybak/atlassian-tweaks#custom-domains

Source code

Source code and full history can be seen on GitHub: https://github.com/rybak/atlassian-tweaks/blob/main/bitbucket-copy-commit-reference.user.js

See also