diff options
| author | 2026-03-04 08:26:56 +0800 | |
|---|---|---|
| committer | 2026-03-04 08:59:53 +0800 | |
| commit | ab7501be34032fb9e5c48726a68ae90a917af9eb (patch) | |
| tree | 20d005647569befea8133e953c3270e8fd2a2a5b /internal/testgit/repo_cat_file.go | |
| parent | *: gofumpt (diff) | |
*: Lint
Diffstat (limited to 'internal/testgit/repo_cat_file.go')
| -rw-r--r-- | internal/testgit/repo_cat_file.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/testgit/repo_cat_file.go b/internal/testgit/repo_cat_file.go index 9cc56db6..1325cf6f 100644 --- a/internal/testgit/repo_cat_file.go +++ b/internal/testgit/repo_cat_file.go @@ -9,5 +9,6 @@ import ( // CatFile returns raw output from git cat-file. func (testRepo *TestRepo) CatFile(tb testing.TB, mode string, id objectid.ObjectID) []byte { tb.Helper() + return testRepo.RunBytes(tb, "cat-file", mode, id.String()) } |
