MCPcopy 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}
365int git_get_log_firstcommit(GIT_LOG handle)
366{
367 return prepare_revision_walk(handle);
368}
369
370int git_get_log_estimate_commit_count(GIT_LOG handle)
371{

Callers 2

LogThreadMethod · 0.85
ParserFromLogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected