In one of the GitLab repositories, 93000 rows have been added in a commit.
When I look for this commit locally, using commands such as git log
, git show
for example, I have a return, through the --stat
flag, that actually 93,000 lines have been added.
But when I look at GitLab it does not show me that number.
First he shows me a very low number in relation to this one. So by clicking on the Expand all
option the number of additions increases considerably even though it does not reach the expected number.
It still shows me messages like:
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
- What is the reason GitLab does not display the number of additions in these cases?
- Is there a problem in the configuration? If so, how can I resolve it?
The GitLab version is 8.11.2