Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TortoiseGit/TortoiseGit
/ git_get_log_firstcommit
Function
git_get_log_firstcommit
ext/gitdll/gitdll.c:365–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
364
}
365
int git_get_log_firstcommit(GIT_LOG handle)
366
{
367
return prepare_revision_walk(handle);
368
}
369
370
int git_get_log_estimate_commit_count(GIT_LOG handle)
371
{
Callers
2
LogThread
Method · 0.85
ParserFromLog
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected