Documentation
¶
Overview ¶
Package gitcli provides native git CLI execution for blame operations. It shells out to the system git binary for blame (which uses packfile indexes and runs in milliseconds) while the rest of stringer uses go-git for commit iteration, branch listing, and repo detection. See DR-011 for rationale.
Index ¶
Constants ¶
View Source
const DefaultTimeout = 5 * time.Second
DefaultTimeout is the per-file blame timeout per DR-011.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.