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 484b334 commit 9fcb6b7Copy full SHA for 9fcb6b7
1 file changed
models/git/branch.go
@@ -468,7 +468,6 @@ func FindRecentlyPushedNewBranches(ctx context.Context, doer *user_model.User, o
468
PusherID: doer.ID,
469
IsDeletedBranch: optional.Some(false),
470
CommitAfterUnix: opts.CommitAfterUnix,
471
- ListOptions: db.ListOptionsAll,
472
}.ToConds()
473
cond = cond.And(
474
builder.In("repo_id", repoIDs),
0 commit comments