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 4a9d768 commit 75e7f7eCopy full SHA for 75e7f7e
routers/api/v1/repo/pull.go
@@ -1591,6 +1591,8 @@ func GetPullRequestFiles(ctx *context.APIContext) {
1591
maxLines := setting.Git.MaxGitDiffLines
1592
1593
// FIXME: If there are too many files in the repo, may cause some unpredictable issues.
1594
+ // FIXME: when using "skip-to", the NumFiles (totalNumberOfFiles, totalNumberOfPages) will be wrong
1595
+ // FIXME: it doesn't need to call "GetDiff" to do various parsing and hightlighting
1596
diff, err := gitdiff.GetDiff(ctx, baseGitRepo,
1597
&gitdiff.DiffOptions{
1598
BeforeCommitID: startCommitID,
0 commit comments