0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 14:45:26 +01:00
gitea/services/pull
zeripath 920608e592
Support direct comparison (git diff a..b) as well merge comparison (a...b) (#16635)
This PR changes the compare page to make the "..." in the between branches a clickable
link. This changes the comparison type from "..." to "..". Similarly it makes the
initial compare icon clickable to switch the head and base branches.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-09-27 13:19:34 +01:00
..
check.go
check_test.go
commit_status.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
lfs.go
main_test.go
merge.go
patch.go
pull.go Support direct comparison (git diff a..b) as well merge comparison (a...b) (#16635) 2021-09-27 13:19:34 +01:00
pull_test.go
review.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
temp_repo.go
update.go