summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-03 03:08:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-03 03:08:49 +0000
commit27962a66b5c54d4dd238fbae02710484b3d3b44c (patch)
tree2da9652e716da507ba0ff80592a6d5d11c7648c9 /doc/user/project
parent57b359e90cc658221ace134673d86aa1d70ac878 (diff)
downloadgitlab-ce-27962a66b5c54d4dd238fbae02710484b3d3b44c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project')
-rw-r--r--[-rwxr-xr-x]doc/user/project/integrations/img/heatmap_chart_too_much_data_v_13_2.pngbin7310 -> 7310 bytes
-rw-r--r--doc/user/project/repository/reducing_the_repo_size_using_git.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/img/heatmap_chart_too_much_data_v_13_2.png b/doc/user/project/integrations/img/heatmap_chart_too_much_data_v_13_2.png
index c3a391b06c7..c3a391b06c7 100755..100644
--- a/doc/user/project/integrations/img/heatmap_chart_too_much_data_v_13_2.png
+++ b/doc/user/project/integrations/img/heatmap_chart_too_much_data_v_13_2.png
Binary files differ
diff --git a/doc/user/project/repository/reducing_the_repo_size_using_git.md b/doc/user/project/repository/reducing_the_repo_size_using_git.md
index b70b4c3c70d..301f750d90a 100644
--- a/doc/user/project/repository/reducing_the_repo_size_using_git.md
+++ b/doc/user/project/repository/reducing_the_repo_size_using_git.md
@@ -152,7 +152,7 @@ However, these refs can be accessed from the Git bundle inside a project export.
trying to remove internal refs, we will rely on the `commit-map` produced by each run to tell us
which internal refs to remove.
- NOTE:**Note:**
+ NOTE: **Note:**
`git filter-repo` creates a new `commit-map` file every run, and overwrite the `commit-map` from
the previous run. You will need this file from **every** run. Do the next step every time you run
`git filter-repo`.