Files
Gitea/services/pull/patch.go
T
b8b690feb9 Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817)
Extract from #32786 

`git diff a..b` is equal to `git diff a b` which is different from `git
diff a...b`. For pull request, we should always 

---------

Co-authored-by: wxiaoguang <[email protected]>
2024-12-24 14:29:34 +08:00

21 KiB