0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-18 07:42:29 +01:00
gitea/routers/api/v1
Chris Copeland 47b5965862
Add merge style fast-forward-only ()
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 
2024-02-12 23:37:23 +01:00
..
activitypub
admin Unify user update methods () 2024-02-04 13:29:09 +00:00
misc
notify
org Unify user update methods () 2024-02-04 13:29:09 +00:00
packages
repo Add merge style fast-forward-only () 2024-02-12 23:37:23 +01:00
settings
shared
swagger
user Unify user update methods () 2024-02-04 13:29:09 +00:00
utils
api.go Refactor issue template parsing and fix API endpoint () 2024-02-12 05:04:10 +00:00