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
4378f716
Commit
4378f716
authored
Apr 06, 2021
by
Alvin Gounder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Split size recommendation
parent
eb05405a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/project/repository/reducing_the_repo_size_using_git.md
...er/project/repository/reducing_the_repo_size_using_git.md
+2
-2
No files found.
doc/user/project/repository/reducing_the_repo_size_using_git.md
View file @
4378f716
...
...
@@ -143,10 +143,10 @@ To clean up a repository:
1.
Upload a list of objects. For example, a
`commit-map`
file created by
`git filter-repo`
which is located in the
`filter-repo`
directory.
If your
`commit-map`
file is larger than
10MB
, the file can be split and uploaded piece by piece:
If your
`commit-map`
file is larger than
about 250KB or 3000 lines
, the file can be split and uploaded piece by piece:
```
shell
split
-l
100
000 filter-repo/commit-map filter-repo/commit-map-
split
-l
3
000 filter-repo/commit-map filter-repo/commit-map-
```
1.
Click
**Start cleanup**
.
...
...
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