Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ActivityWatch/activitywatch
/ commit_linkify
Function
commit_linkify
scripts/build_changelog.py:180–181 ·
view source on GitHub ↗
(commitid: str, org: str, repo: str)
Source
from the content-addressed store, hash-verified
178
179
180
def
commit_linkify(commitid: str, org: str, repo: str) -> str:
181
return
f
"[`{commitid}`](https://github.com/{org}/{repo}/commit/{commitid})"
182
183
184
def
wrap_details(title, body, wraplines=5):
Callers
1
format
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected