Merge pull request '[DOCS] CONTRIBUTING/WORKFLOW: hide old soft-fork branches' (#314) from dachary/forgejo:doc-release-process into forgejo-development

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/314
This commit is contained in:
Loïc Dachary 2023-02-04 23:40:18 +00:00
commit 4d53d28ab7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Discussions on how the workflow should evolve happen [in the isssue tracker](htt
### Soft fork history
Before rebasing on top of Gitea, all branches are copied to `soft-fork/YYYY-MM-DD/<branch>` for safekeeping.
Before rebasing on top of Gitea, all branches are copied to `soft-fork/YYYY-MM-DD/<branch>` for safekeeping. Older `soft-fork/*/<branch>` branches are converted into references under the same name. Similar to how pull requests store their head, they do not clutter the list of branches but can be retrieved if needed with `git fetch +refs/soft-fork/*:refs/soft-fork/*`. Tooling to automate this archival process [is available](https://codeberg.org/forgejo-contrib/soft-fork-tools/src/branch/master/README.md#archive-branches).
### Tags