1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00
zeripath 59d1cc49f1
Fix paging of file commit logs ()
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 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
2021-03-04 02:48:19 +02:00
..
2021-01-28 19:08:11 +01:00
2021-02-28 19:57:45 +00:00
2021-01-06 09:38:00 +08:00
2020-10-02 23:37:53 -04:00
2021-02-03 22:36:38 +01:00
2021-02-05 22:41:45 +01:00
2021-01-26 16:36:53 +01:00