# Functions
Commit is a test helper for committing a single file to a repo.
CreateGitServer creates a git repository with an in-memory filesystem and serves it over HTTP using a httptest.Server.
NewRepo returns a new Git repository.
NewServer returns a http.Handler that serves a git repository.
No description provided by the author
WriteFile writes a file to the filesystem.
# Type aliases
CommitFunc commits to a repo.