gitea/modules
zeripath e663f7459a
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>
2021-03-04 19:53:28 +08:00
..
analyze
auth Fix creation OAuth2 auth source from CLI. (#14146) 2020-12-25 20:02:52 +08:00
avatar
base Fix panic in BasicAuthDecode (#14046) (#14048) 2020-12-19 00:19:43 +08:00
cache
charset
context
convert
cron
emoji
eventsource
generate
git Fix paging of file commit logs (#14831) (#14879) 2021-03-04 19:53:28 +08:00
gitgraph
graceful
hcaptcha
highlight
httplib
indexer
lfs
log
markup Prevent panic on fuzzer provided string (#14405) (#14409) 2021-01-20 20:47:30 +02:00
matchlist
metrics
migrations Fix a couple of CommentAsPatch issues. (#14804) (#14820) 2021-02-28 15:19:51 +02:00
nosql
notification Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#14221) 2021-01-03 15:44:40 +02:00
options
password
pprof
private
process
public When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213) 2021-01-02 18:52:36 +08:00
queue Prevent race in PersistableChannelUniqueQueue.Has (#14651) (#14676) 2021-02-14 01:50:50 +01:00
recaptcha
references
repofiles
repository Check if label template exist first (#14384) (#14389) 2021-01-19 00:27:33 +02:00
secret
session
setting Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one (#14673) (#14675) 2021-02-13 21:19:33 +01:00
ssh configure internal ssh server w/ macs and ciphers, backport of #14523 (#14530) 2021-01-30 21:57:31 +02:00
storage
structs Check if label template exist first (#14384) (#14389) 2021-01-19 00:27:33 +02:00
svg
sync
task
templates
test
timeutil Fix display since time round (#14226) (#14873) 2021-03-03 21:17:34 +00:00
upload
user
util
validation
webhook