This website requires JavaScript.
Explore
Help
Sign In
github-starred
/
gitea
Watch
2
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-04-28 10:29:17 -05:00
Code
Issues
2.6k
Packages
Projects
Releases
100
Wiki
Activity
Files
7e0a5b17db208faed3cb121be50b69379eb1d0ae
gitea
/
services
/
pull
History
Lunny Xiao
7e0a5b17db
Fix bug on pull view when required status check no ci result (
#10648
) (
#10651
)
2020-03-07 17:32:08 +08:00
..
check_test.go
Only check for conflicts/merging if the PR has not been merged in the interim (
#10132
) (
#10206
)
2020-02-10 13:09:08 +00:00
check.go
Update mergebase in pr checker (
#10586
) (
#10605
)
2020-03-04 18:56:09 -03:00
commit_status.go
Fix bug on pull view when required status check no ci result (
#10648
) (
#10651
)
2020-03-07 17:32:08 +08:00
lfs.go
…
main_test.go
…
merge.go
Handle push rejection message in Merge & Web Editor (
#10373
) (
#10497
)
2020-02-27 15:37:11 +02:00
patch.go
Remove stray printf (
#9631
)
2020-01-07 14:30:03 +00:00
pull_test.go
…
pull.go
Prevent panic on merge to PR (
#10403
) (
#10408
)
2020-02-21 22:53:32 +00:00
review.go
remove unused method and rename createcommentWithNoAction (
#9367
)
2019-12-16 11:54:24 +08:00
temp_repo.go
…