Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ log_entry
Function
log_entry
scripts/changelog.py:34–39 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
32
33
34
def
log_entry(entry):
35
log = entry.split(
' '
)
36
hash = log[0]
37
log =
' '
.join(log[1:])
38
39
return
"- [%s](../../commit/%s) %s"
% (hash, hash, log)
40
41
42
def
get_tags_date(tag):
Callers
1
write_log
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected