diff options
author | zeripath <art27@cantab.net> | 2021-03-04 11:53:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 19:53:28 +0800 |
commit | e663f7459a85ea73e1b0501a18071112a0ed4fee (patch) | |
tree | f0641cc95cccbc170fe2c5854d9b9b96722e91da /modules/matchlist | |
parent | 7e85cba3e500c8548e7e21ad61bbb4c092c16503 (diff) | |
download | gitea-e663f7459a85ea73e1b0501a18071112a0ed4fee.tar.gz gitea-e663f7459a85ea73e1b0501a18071112a0ed4fee.zip |
Fix paging of file commit logs (#14831) (#14879)
Backport #14831
Unfortunately `git log revision ... --skip=x -- path` skips the number of commits
not the number of commits relating to the path.
This PR changes the function to have a reader that reads and skips the
necessary number of commits by hand instead.
Fix #8716
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'modules/matchlist')
0 files changed, 0 insertions, 0 deletions