diff options
author | zeripath <art27@cantab.net> | 2021-07-02 20:23:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 21:23:37 +0200 |
commit | 62c278e4ab66090f48b7937717b28a657cab8688 (patch) | |
tree | 240da3c53d43d306f68ed2fe69d59c11dd6f32a7 /web_src/js/index.js | |
parent | 836884429ae6d08909f4f96fbe0f1ea288e7af12 (diff) | |
download | gitea-62c278e4ab66090f48b7937717b28a657cab8688.tar.gz gitea-62c278e4ab66090f48b7937717b28a657cab8688.zip |
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>
Diffstat (limited to 'web_src/js/index.js')
0 files changed, 0 insertions, 0 deletions