aboutsummaryrefslogtreecommitdiffstats
path: root/internal/trace/trace.go
Commit message (Collapse)AuthorAgeFilesLines
* utils: move trace to utilsAyman Bagabas2023-11-161-55/+0
| | | | | | | Without exposing `trace`, we can't set a target to enable tracing from out of go-git. Fixes: https://github.com/go-git/go-git/pull/916
* internal: add trace packageAyman Bagabas2023-11-151-0/+55
This adds a generic tracing package to log messages to output if target is enabled.