Commit 5e778daa authored by Evan Read's avatar Evan Read

Merge branch 'docs/zj-internal-projects-object-pools' into 'master'

docs: Object pools are supported for internal projects

See merge request gitlab-org/gitlab!53598
parents 7de5a0b0 45f22c7a
...@@ -122,7 +122,7 @@ Do not run `git prune` or `git gc` in pool repositories! This can ...@@ -122,7 +122,7 @@ Do not run `git prune` or `git gc` in pool repositories! This can
cause data loss in "real" repositories that depend on the pool in cause data loss in "real" repositories that depend on the pool in
question. question.
Forks of public projects are deduplicated by creating a third repository, the Forks of public and internal projects are deduplicated by creating a third repository, the
object pool, containing the objects from the source project. Using object pool, containing the objects from the source project. Using
`objects/info/alternates`, the source project and forks use the object pool for `objects/info/alternates`, the source project and forks use the object pool for
shared objects. Objects are moved from the source project to the object pool shared objects. Objects are moved from the source project to the object pool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment