Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ createCommit
Method
createCommit
plugins/vcs/Repository.cpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
void Repository::createCommit(const CommitMetadata& metadata)
321
{
322
createCommit(metadata, Reference::Ptr());
323
}
324
325
void Repository::createCommit(const CommitMetadata& metadata, const Reference::Ptr& additionalParent)
326
{
Callers
2
tryToFinishMerge
Function · 0.80
performCommit
Method · 0.80
Calls
11
rMessage
Function · 0.85
updateAll
Method · 0.80
writeTree
Method · 0.80
c_str
Method · 0.45
getName
Method · 0.45
push_back
Method · 0.45
_get
Method · 0.45
get
Method · 0.45
size
Method · 0.45
data
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected