hans/matrix #46
Loading…
Reference in a new issue
No description provided.
Delete branch "hans/matrix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All the documentation about setting up a Matrix server for now, cleaned up by @Niols, ready to merge.
LGTM. I have only skimmed through it and I definitely need to read all this, but for now I think it is very fine to add to
main
.Hah, (unsurprisingly) rebasing rewrites the commit history such that all the nice signatures are lost. Forgejo seems to be fundamentally incompatible with linear history. Time to switch to Gerrit then?
GitHub doesn't do any better in that regard, except it signs with its own key and calls that verified :p I don't think there is a good way to do things, no matter what the software is; the only two solutions that I see that do not involve merging by hand are to not modify those commits, which means either allowing only fast-forward, or creating merge commits.
I'll leave FF and squash for now then.