diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2019-03-19 13:25:12 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-19 13:25:12 +0000 |
commit | b3663ea4d32029c6beecfdb60d215ad9d9021869 (patch) | |
tree | a3177169c629a6bd0b847cc97bfc0f972ea34306 /doc/development/README.md | |
parent | a55056afb8e7945298222ac046a53cd642da2f33 (diff) | |
download | gitlab-ce-b3663ea4d32029c6beecfdb60d215ad9d9021869.tar.gz |
Document how Git object deduplication works in GitLab
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 13646cbfe48..5a33c46c620 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -54,6 +54,7 @@ description: 'Learn how to contribute to GitLab.' - [Prometheus metrics](prometheus_metrics.md) - [Guidelines for reusing abstractions](reusing_abstractions.md) - [DeclarativePolicy framework](policies.md) +- [How Git object deduplication works in GitLab](git_object_deduplication.md) ## Performance guides |