0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 07:18:40 +02:00
gitea/modules
zeripath 62c278e4ab
Fix modified files list in webhooks when there is a space (#16288)
* Fix modified files list in webhooks when there is a space

There is an unfortunate bug with GetCommitFileStatus where files with
spaces are misparsed and split at the space.

There is a second bug because modern gits detect renames meaning that
this function no longer works correctly.

There is a third bug in that merge commits don't have their modified
files detected correctly.

Fix #15865


Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-07-02 21:23:37 +02:00
..
analyze
auth
avatar
base
cache
charset
context
convert Introduce NotifySubjectType (#16320) 2021-07-01 12:51:24 +02:00
cron
csv
doctor
emoji
eventsource
generate
git Fix modified files list in webhooks when there is a space (#16288) 2021-07-02 21:23:37 +02:00
gitgraph
graceful
hcaptcha
highlight
httpcache
httplib
indexer
lfs
log
markup Prevent zombie processes (#16314) 2021-06-30 22:07:23 +02:00
matchlist
metrics
migrations Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070) 2021-06-30 15:23:49 +08:00
nosql
notification Implemented head_commit for webhooks (#16282) 2021-06-29 15:34:03 +02:00
options
password
pprof
private
process
public
queue
recaptcha
references Improve efficiency in FindRenderizableReferenceNumeric and getReferences (#16251) 2021-06-26 01:11:33 +02:00
repofiles
repository Implemented head_commit for webhooks (#16282) 2021-06-29 15:34:03 +02:00
secret
session
setting Add forge emojies (#16296) 2021-07-02 16:04:57 +02:00
ssh Prevent zombie processes (#16314) 2021-06-30 22:07:23 +02:00
storage
structs Introduce NotifySubjectType (#16320) 2021-07-01 12:51:24 +02:00
svg
sync
task
templates Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
test
timeutil
translation
typesniffer
upload
uri
user
util
validation
web