diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 08:55:48 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 08:55:48 +0900 |
commit | 498bd5de6ea8b1c885a3b83f40048f13f53ad920 (patch) | |
tree | fda7afcc3fb913dea48618dd875e8102702e7395 /doc/administration/raketasks/geo.md | |
parent | 2dcdc148c845d47743e4af728fbcb791f34649e8 (diff) | |
download | gitlab-ce-docs-trailing-spaces.tar.gz |
Remove trailing whitespace in docsdocs-trailing-spaces
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
Diffstat (limited to 'doc/administration/raketasks/geo.md')
-rw-r--r-- | doc/administration/raketasks/geo.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/raketasks/geo.md b/doc/administration/raketasks/geo.md index 435aed8c413..691d34ab7fa 100644 --- a/doc/administration/raketasks/geo.md +++ b/doc/administration/raketasks/geo.md @@ -2,7 +2,7 @@ ## Git housekeeping -There are few tasks you can run to schedule a git housekeeping to start at the +There are few tasks you can run to schedule a git housekeeping to start at the next repository sync in a **Secondary node**: ### Incremental Repack @@ -23,7 +23,7 @@ sudo -u git -H bundle exec rake geo:git:housekeeping:incremental_repack RAILS_EN ### Full Repack -This is equivalent of running `git repack -d -A --pack-kept-objects` on a +This is equivalent of running `git repack -d -A --pack-kept-objects` on a _bare_ repository which will optionally, write a reachability bitmap index when this is enabled in GitLab. |