1
0
Fork 0
forgejo/services/convert
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
..
activity.go
attachment.go
convert.go
git_commit.go
git_commit_test.go
issue.go
issue_comment.go
issue_test.go
main_test.go
mirror.go
notification.go
package.go
pull.go
pull_review.go [GITEA] POST /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments 2024-02-05 16:09:42 +01:00
pull_test.go
release.go
release_test.go
repository.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
secret.go
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go Revert "Fix an actions schedule bug (#28942)" 2024-02-05 16:53:39 +01:00