gitea/routers/web/repo
Gusted 9cf0352f14
Prepend commit message to template content (#20429)
- When a repository has a pull request template, it will always override
the current content. With this PR it will prepend content to the
template content when appropriate. This is similar how GitHub(and GitLab
I presume) does it and it saves developers time to not go open their
commit and copy paste their will written commit message.
2022-07-24 04:45:33 +01:00
..
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go
compare.go Prepend commit message to template content (#20429) 2022-07-24 04:45:33 +01:00
download.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
editor.go
editor_test.go
find.go
http.go
http_test.go
issue.go
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go
projects_test.go
pull.go
pull_review.go Dismiss prior pull reviews if done via web in review dismiss (#20197) 2022-07-19 15:20:28 +02:00
release.go
release_test.go
render.go
repo.go
search.go
setting.go
setting_protected_branch.go
settings_test.go
tag.go
topic.go
treelist.go
view.go Fix commit status icon when in subdirectory (#20285) 2022-07-15 14:01:32 +01:00
webhook.go
wiki.go
wiki_test.go