Skip to content

Commit 3e65ac4

Browse files
tacker66gitster
authored andcommitted
Use current output for "git repack"
Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95f9be5 commit 3e65ac4

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Documentation/user-manual.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3203,17 +3203,15 @@ To put the loose objects into a pack, just run git repack:
32033203

32043204
------------------------------------------------
32053205
$ 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)
32143211
------------------------------------------------
32153212

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
32173215

32183216
------------------------------------------------
32193217
$ git prune

0 commit comments

Comments
 (0)