forgejo/models/repo
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
..
archiver.go
attachment.go
attachment_test.go
avatar.go
collaboration.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
collaboration_test.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
fork.go
fork_test.go
git.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror.go [GITEA] new doctor check: fix-push-mirrors-without-git-remote (#1853) 2024-02-05 16:09:41 +01:00
pushmirror_test.go
redirect.go
redirect_test.go
release.go
release_test.go
repo.go [GITEA] Allow changing the repo Wiki branch to main 2024-02-05 16:57:47 +01:00
repo_flags.go [FEAT] Repository flags 2024-02-05 16:09:42 +01:00
repo_flags_test.go [FEAT] Repository flags 2024-02-05 16:09:42 +01:00
repo_indexer.go
repo_list.go
repo_list_test.go [GITEA] Improve HTML title on repositories 2024-02-05 16:05:50 +01:00
repo_test.go
repo_unit.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
repo_unit_test.go [GITEA] Optionally allow anyone to edit Wikis 2024-02-05 16:09:42 +01:00
search.go
star.go
star_test.go
topic.go [GITEA] Fix the topic search paging 2024-02-05 16:09:43 +01:00
topic_test.go
update.go
upload.go
user_repo.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
user_repo_test.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
watch.go [MODERATION] Refactor excluding watchers mechanism (squash) 2024-02-05 15:56:58 +01:00
watch_test.go [MODERATION] Refactor excluding watchers mechanism (squash) 2024-02-05 15:56:58 +01:00
wiki.go
wiki_test.go