File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3203,17 +3203,15 @@ To put the loose objects into a pack, just run git repack:
3203
3203
3204
3204
------------------------------------------------
3205
3205
$ git repack
3206
- Generating pack...
3207
- Done counting 6020 objects.
3208
- Deltifying 6020 objects.
3209
- 100% (6020/6020) done
3210
- Writing 6020 objects.
3211
- 100% (6020/6020) done
3212
- Total 6020, written 6020 (delta 4070), reused 0 (delta 0)
3213
- Pack pack-3e54ad29d5b2e05838c75df582c65257b8d08e1c created.
3206
+ Counting objects: 6020, done.
3207
+ Delta compression using up to 4 threads.
3208
+ Compressing objects: 100% (6020/6020), done.
3209
+ Writing objects: 100% (6020/6020), done.
3210
+ Total 6020 (delta 4070), reused 0 (delta 0)
3214
3211
------------------------------------------------
3215
3212
3216
- You can then run
3213
+ This creates a single "pack file" in .git/objects/pack/
3214
+ containing all currently unpacked objects. You can then run
3217
3215
3218
3216
------------------------------------------------
3219
3217
$ git prune
You can’t perform that action at this time.
0 commit comments