forgejo/models
Chris Copeland 83123b493f
Add merge style fast-forward-only (#28954)
With this option, it is possible to require a linear commit history with
the following benefits over the next best option `Rebase+fast-forward`:
The original commits continue existing, with the original signatures
continuing to stay valid instead of being rewritten, there is no merge
commit, and reverting commits becomes easier.

Closes #24906
2024-02-14 17:19:19 +01:00
..
actions Revert "Fix schedule tasks bugs (#28691)" 2024-02-05 16:54:42 +01:00
activities
admin
asymkey [GITEA] Add noreply email address as verified for SSH signed Git commits 2024-02-05 16:09:40 +01:00
auth [GITEA] Fix session generation for database 2024-02-05 16:09:41 +01:00
avatars
db [FEAT] Don't log context cancelled SQL errors 2024-02-12 23:11:50 +01:00
dbfs
fixtures Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
forgejo/semver
forgejo_migrations [GITEA] Allow changing the repo Wiki branch to main 2024-02-05 16:57:47 +01:00
git Revert "Fix schedule tasks bugs (#28691)" 2024-02-05 16:54:42 +01:00
issues Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
migrations Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
organization
packages
perm [GITEA] Optionally allow anyone to edit Wikis 2024-02-05 16:09:42 +01:00
project
pull [GITEA] GetScheduledMergeByPullID may involve a system user 2024-02-05 16:09:41 +01:00
repo Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
secret
shared/types
system
unit Add a direct link from repo header to unit settings 2024-02-13 22:42:09 +01:00
unittest [gitea] Remove unnecessary parameter (#29092) 2024-02-10 10:53:43 +01:00
user [gitea] Drop "@" from email sender to avoid spam filters (#29109) 2024-02-11 13:47:44 +01:00
webhook
error.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go