Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1abd71d4
Commit
1abd71d4
authored
Dec 19, 2019
by
ngaskill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Captializing Admin Area menu option
parent
42d440d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/administration/housekeeping.md
doc/administration/housekeeping.md
+2
-2
doc/administration/repository_checks.md
doc/administration/repository_checks.md
+1
-1
No files found.
doc/administration/housekeeping.md
View file @
1abd71d4
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
GitLab automatically runs
`git gc`
and
`git repack`
on repositories
GitLab automatically runs
`git gc`
and
`git repack`
on repositories
after Git pushes. You can change how often this happens or turn it off in
after Git pushes. You can change how often this happens or turn it off in
**Admin
a
rea > Settings > Repository**
(
`/admin/application_settings/repository`
).
**Admin
A
rea > Settings > Repository**
(
`/admin/application_settings/repository`
).
## Manual housekeeping
## Manual housekeeping
The housekeeping function runs
`repack`
or
`gc`
depending on the
The housekeeping function runs
`repack`
or
`gc`
depending on the
**Housekeeping**
settings configured in
**Admin
a
rea > Settings > Repository**
.
**Housekeeping**
settings configured in
**Admin
A
rea > Settings > Repository**
.
For example in the following scenario a
`git repack -d`
will be executed:
For example in the following scenario a
`git repack -d`
will be executed:
...
...
doc/administration/repository_checks.md
View file @
1abd71d4
...
@@ -37,7 +37,7 @@ in `repocheck.log`:
...
@@ -37,7 +37,7 @@ in `repocheck.log`:
-
`/home/git/gitlab/log`
for installations from source
-
`/home/git/gitlab/log`
for installations from source
If the periodic repository check causes false alarms, you can clear all repository check states by
If the periodic repository check causes false alarms, you can clear all repository check states by
navigating to
**Admin
a
rea > Settings > Repository**
navigating to
**Admin
A
rea > Settings > Repository**
(
`/admin/application_settings/repository`
) and clicking
**Clear all repository checks**
.
(
`/admin/application_settings/repository`
) and clicking
**Clear all repository checks**
.
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment