We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1bac7 commit b0d0cc4Copy full SHA for b0d0cc4
routers/web/repo/view_file.go
@@ -89,7 +89,7 @@ func prepareToRenderFile(ctx *context.Context, entry *git.TreeEntry) {
89
isDisplayingSource := ctx.FormString("display") == "source"
90
isDisplayingRendered := !isDisplayingSource
91
92
- // Don't call any other repository functions with git.Repository until the dataRc closed to
+ // Don't call any other repository functions depends on git.Repository until the dataRc closed to
93
// avoid create unnecessary temporary cat file.
94
buf, dataRc, fInfo, err := getFileReader(ctx, ctx.Repo.Repository.ID, blob)
95
if err != nil {
0 commit comments