MCPcopy Create free account
hub / github.com/reactjs/react-modal / logs_between

Function logs_between

scripts/changelog.py:103–107  ·  view source on GitHub ↗
(base, b)

Source from the content-addressed store, hash-verified

101
102
103def logs_between(base, b):
104 to = to_version(b)
105 between = "{}..{}".format(to_version(base), to)
106 logs = git_log([between, "--format='%h %s'"])
107 return (base, b, logs)
108
109
110def parse_version(version):

Callers 1

generate_currentFunction · 0.85

Calls 2

to_versionFunction · 0.85
git_logFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…