gitea/services
zeripath 931d0cf854
Enable show more files in diff for git <2.31 (#17733)
Unfortunately due to a misread on my behalf I missed that git diff only learned
--skip-to in version 2.31.0. Thus this functionality was not working on older versions
of git.

This PR adds a handler that simply allows for us to skip reading the diffs until
we find the correct file to skip to.

Fix #17731

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-11-20 13:50:00 +00:00
..
agit Return correct error response for agit force-push (#16989) 2021-09-08 22:20:55 +02:00
archiver Return 400 but not 500 when request archive with wrong format (#17691) 2021-11-17 14:47:35 -05:00
attachment Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
auth A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
comments Save and view issue/comment content history (#16909) 2021-10-10 18:40:03 -04:00
cron Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
externalaccount Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
forms A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
gitdiff Enable show more files in diff for git <2.31 (#17733) 2021-11-20 13:50:00 +00:00
issue A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
lfs Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
mailer Add settings to allow different SMTP envelope from address (#17479) 2021-11-19 23:35:20 +08:00
migrations Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
mirror Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
org Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
pull Decouple unit test, remove intermediate `unittestbridge` package (#17662) 2021-11-16 16:53:21 +08:00
release Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
repository Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
task Move task from modules to services (#17680) 2021-11-18 14:47:57 +08:00
user Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
webhook Use `hostmatcher` to replace `matchlist`, improve security (#17605) 2021-11-20 17:34:05 +08:00
wiki Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00