-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Description
Feature Description
I migrated from GitLab to Gitea some time ago, and found that Gitea only prompts when there are more than 100 single commit files (large commits are caused by historical reasons), I only get a “Some files cannot be displayed due to too many files.” tips and can't see subsequent changes.
I personally hope that Gitea can consider supporting the pagination function for long commits and expanding the current length limit. GitLab supports a single commit to display 1000 files and this limit can be extended such as 2000 files or more.
Regardless of whether you can accept this demand, I would like to thank the Gitea development team for providing a good, high-performance Git platform solution for the industry.
Screenshots
The following screenshots are from the GitLab.
Activity
jpraet commentedon Dec 18, 2021
The upcoming 1.16 release will have a "Show More" button to fetch the next page of affected files: #16829
Note that the limit of 100 is configurable with MAX_GIT_DIFF_FILES in
app.ini
.zeripath commentedon Dec 18, 2021
Yup I've recently implemented show more in #16829 & #16775. There are already several options for limiting inital diff generation.
It would be helpful if you could try main and see if that implements your suggestion.
wxiaoguang commentedon Apr 16, 2022
Outdated, please open a new issue if there is still any problem