forgejo/modules
zeripath 59d1cc49f1
Fix paging of file commit logs (#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>
2021-03-04 02:48:19 +02:00
..
analyze
auth
avatar
base
cache
charset
context Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
convert
cron
doctor
emoji
eventsource Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
forms
generate
git Fix paging of file commit logs (#14831) 2021-03-04 02:48:19 +02:00
gitgraph
graceful
hcaptcha
highlight
httpcache
httplib Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
indexer Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
lfs Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
log Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
markup
matchlist
metrics
migrations
nosql
notification Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
options
password
pprof
private Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
process
public
queue Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
recaptcha Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
references
repofiles
repository
secret
session Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
setting Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
ssh
storage Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
structs Add missing repo.projects unit into swagger (#14876) 2021-03-03 23:44:30 +01:00
svg
sync
task Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
templates Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
test
timeutil
translation
upload
uri
user
util
validation
web