mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-29 02:15:06 +02:00
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 <wxiaoguang@gmail.com>