1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 17:31:35 +02:00
gitea/routers
Jonathan Tran 1af3dc6ee3
Fix 2-dot direct compare to use the right base commit (#24133)
For 2-dot direct compare, we should use the base commit in the title and
templates, as is used elsewhere, not the common ancestor which is used
for 3-dot compare. I believe that this change should have been included
in #22949.
2023-04-16 10:27:23 +03:00
..
api Make more functions use ctx instead of db.DefaultContext (#24068) 2023-04-14 14:18:28 -04:00
common
install Refactor cookie (#24107) 2023-04-13 15:45:33 -04:00
private
utils
web Fix 2-dot direct compare to use the right base commit (#24133) 2023-04-16 10:27:23 +03:00
init.go