0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-06 03:31:51 -05:00
forgejo/routers/api/v1/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
..
action.go
avatar.go
blob.go
branch.go
collaborators.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
commits.go Update tool dependencies (#29030) 2024-02-02 19:11:39 -05:00
file.go Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
flags.go [FEAT] API support for repository flags 2024-02-05 16:09:42 +01:00
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
issue_attachment.go [FEAT] allow setting the update date on issues and comments 2024-02-05 14:44:33 +01:00
issue_comment.go Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
issue_comment_attachment.go [GITEA] API commentAssignment() to verify the id belongs 2024-02-05 16:09:43 +01:00
issue_dependency.go
issue_label.go [FEAT] allow setting the update date on issues and comments 2024-02-05 14:44:33 +01:00
issue_pin.go
issue_reaction.go Merge branch 'rebase-forgejo-dependency' into wip-forgejo 2024-02-05 18:58:23 +01:00
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go
patch.go
pull.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
pull_review.go [GITEA] DELETE /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments/{comment} 2024-02-05 16:09:43 +01:00
release.go
release_attachment.go
release_tags.go
repo.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
repo_test.go Add merge style fast-forward-only (#28954) 2024-02-14 17:19:19 +01:00
runners.go
star.go
status.go
subscriber.go
tag.go [GITEA] Document correct status code for creating Tag 2024-02-05 16:09:43 +01:00
teams.go
topic.go
transfer.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
tree.go
wiki.go Revert "Fix an actions schedule bug (#28942)" 2024-02-05 16:53:39 +01:00