mirror of
1
Fork 0
forgejo/routers
Mura Li 09304db9a5
Use the text of pull-request as the squash commit's message ()
Originally, it was filled by the commit messages of the involved
commits. In this change, we use the headline comment of the pull
request as the commit message when it is a squash merge.

Thanks to @zeripath for suggesting the idea.

Fixes 

Co-authored-by: Mura Li <typeless@users.noreply.github.com>
2020-12-21 17:46:14 +01:00
..
admin Added option to disable migrations () 2020-12-21 15:39:41 +01:00
api/v1 Added option to disable migrations () 2020-12-21 15:39:41 +01:00
dev Display ui time with customize time location () 2019-08-15 22:46:21 +08:00
events Add EventSource support () 2020-05-07 22:49:00 +01:00
org Add markdown support in organization description () 2020-11-15 16:28:08 +00:00
private Use native git variants by default with go-git variants as build tag () 2020-12-17 22:00:47 +08:00
repo Use the text of pull-request as the squash commit's message () 2020-12-21 17:46:14 +01:00
routes Fix missing stylesheets on installation page () 2020-11-28 19:52:30 +02:00
user Show dropdown with all statuses for commit () 2020-12-20 11:13:12 +08:00
utils Return the full rejection message and errors in flash errors () 2020-10-20 19:50:10 -04:00
home.go Simplify CheckUnitUser logic () 2020-09-15 19:49:34 -04:00
init.go Move webhook type from int to string () 2020-12-08 11:41:14 +01:00
install.go Handle and propagate errors when checking if paths are Dirs, Files or Exist () 2020-11-27 21:42:08 -05:00
metrics.go Move metrics from macaron to chi () 2020-11-17 15:50:06 -05:00
swagger_json.go Add gitea-vet () 2020-04-05 07:20:50 +01:00