Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gitless-vcs/gitless
/ commit_str
Function
commit_str
gitless/cli/pprint.py:132–135 ·
view source on GitHub ↗
(ci)
Source
from the content-addressed store, hash-verified
130
131
132
def
commit_str(ci):
133
ci_str = StringIO()
134
commit(ci, compact=True, stream=ci_str.write)
135
return
ci_str.getvalue().strip()
136
137
138
def
commit(ci, compact=False, stream=sys.stdout.write):
Callers
nothing calls this directly
Calls
1
commit
Function · 0.85
Tested by
no test coverage detected