fix: git cmd (#38084)

This commit is contained in:
wxiaoguang
2026-06-12 13:35:59 +08:00
committed by GitHub
parent 4f4a0a79ac
commit f5a97b7518
4 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ type contextKey struct {
}
// RepositoryFromContextOrOpen attempts to get the repository from the context or just opens it
// The caller must call "defer gitRepo.Close()"
// The caller must call Closer.Close()
func RepositoryFromContextOrOpen(ctx context.Context, repo Repository) (*git.Repository, io.Closer, error) {
reqCtx := reqctx.FromContext(ctx)
if reqCtx != nil {