Skip to content
Snippets Groups Projects
Commit 01a1990e authored by Tristan Read's avatar Tristan Read :three:
Browse files

Merge branch 'eread/add-fork-to-word-list' into 'master'

Add "fork" to word list

See merge request gitlab-org/gitlab!117486



Merged-by: default avatarTristan Read <tread@gitlab.com>
Approved-by: Patrick Steinhardt's avatarPatrick Steinhardt <psteinhardt@gitlab.com>
Approved-by: Igor Drozdov's avatarIgor Drozdov <idrozdov@gitlab.com>
Approved-by: default avatarTristan Read <tread@gitlab.com>
Approved-by: default avatarDiana Logan <dlogan@gitlab.com>
Reviewed-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarEvan Read <eread@gitlab.com>
parents 272ae4d8 32a265a7
No related branches found
No related tags found
2 merge requests!118700Remove refactor_vulnerability_filters feature flag,!117486Add "fork" to word list
Pipeline #841481401 passed
......@@ -7,5 +7,5 @@
= form_for @project, url: remove_fork_project_path(@project), method: :delete, html: { id: remove_form_id } do |f|
%p
%strong= _('Once removed, the fork relationship cannot be restored. This project will no longer be able to receive or send merge requests to the source project or other forks.')
%strong= _('After it is removed, the fork relationship can only be restored by using the API. This project will no longer be able to receive or send merge requests to the upstream project or other forks.')
.js-confirm-danger{ data: remove_fork_project_confirm_json(@project, remove_form_id) }
......@@ -536,6 +536,17 @@ Filtering is different from [searching](#search).
Do not use **foo** in product documentation. You can use it in our API and contributor documentation, but try to use a clearer and more meaningful example instead.
## fork
A **fork** is a project that was created from a **upstream project** by using the
[forking process](../../../topics/git/terminology.md#fork).
The **upstream project** (also known as the **source project**) and the **fork** have a **fork relationship** and are
**linked**.
If the [**fork relationship** is removed](../../../user/project/repository/forking_workflow.md#unlink-a-fork), the
**fork** is **unlinked** from the **upstream project**.
## future tense
When possible, use present tense instead of future tense. For example, use **after you execute this command, GitLab displays the result** instead of **after you execute this command, GitLab will display the result**. ([Vale](../testing.md#vale) rule: [`FutureTense.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale/gitlab/FutureTense.yml))
......
......@@ -3849,6 +3849,9 @@ msgstr ""
msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password."
msgstr ""
 
msgid "After it is removed, the fork relationship can only be restored by using the API. This project will no longer be able to receive or send merge requests to the upstream project or other forks."
msgstr ""
msgid "After the Apple App Store Connect integration is activated, the following protected variables will be created for CI/CD use."
msgstr ""
 
......@@ -30657,9 +30660,6 @@ msgstr ""
msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
msgstr ""
 
msgid "Once removed, the fork relationship cannot be restored. This project will no longer be able to receive or send merge requests to the source project or other forks."
msgstr ""
msgid "One more item"
msgid_plural "%d more items"
msgstr[0] ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment