diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 12:09:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 12:09:13 +0000 |
commit | 211a8c3361ccf4eb92f36edbdcf15c98fcdcc8b7 (patch) | |
tree | 0ad37172721a39b0d57240bb1b4e70f200a0d93e /doc/api/projects.md | |
parent | 456a7247f9e88fc2518b69a1a00e905c6db6d775 (diff) | |
download | gitlab-ce-211a8c3361ccf4eb92f36edbdcf15c98fcdcc8b7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index dd80e3ce8f3..a0243be1907 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -2000,11 +2000,6 @@ Allows modification of the forked relationship between existing projects. Availa ### Create a forked from/to relation between existing projects -CAUTION: **Warning:** -This will destroy the LFS objects stored in the fork. -So to retain the LFS objects, make sure you've pulled them **before** creating the fork relation, -and push them again **after** creating the fork relation. - ``` POST /projects/:id/fork/:forked_from_id ``` |