package
1.5.0
Repository: https://github.com/github/git-sizer.git
Documentation: pkg.go.dev

# Functions

AddAuthorInfo adds environment variables to `cmd.Env` that set the Git author and committer to known values and set the timestamp to `*timestamp`.
CleanGitEnv returns a clean environment for running `git` commands so that they won't be affected by the local environment.
NewTestRepo creates and initializes a test repository in a temporary directory constructed using `pattern`.

# Structs

TestRepo represents a git repository used for tests.