为什么 GET /projects/:id/repository/commits/:sha/diff 使用这个接口只能拿到300左右的数据 使用分页查询也是一样的
If you are asking about Gitlab API, then it’s normal. It defaults to 100 normally by the use of pagination. You have various options around this. See: REST API | GitLab Docs
If you are running your own server you can change it and make it larger, see here: GitLab application limits | GitLab Docs