Use current output for "git repack"

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Thomas Ackermann 2013-08-27 19:56:50 +02:00 committed by Junio C Hamano
parent 95f9be556d
commit 3e65ac49e7
1 changed files with 7 additions and 9 deletions

View File

@ -3203,17 +3203,15 @@ To put the loose objects into a pack, just run git repack:


------------------------------------------------ ------------------------------------------------
$ git repack $ git repack
Generating pack... Counting objects: 6020, done.
Done counting 6020 objects. Delta compression using up to 4 threads.
Deltifying 6020 objects. Compressing objects: 100% (6020/6020), done.
100% (6020/6020) done Writing objects: 100% (6020/6020), done.
Writing 6020 objects. Total 6020 (delta 4070), reused 0 (delta 0)
100% (6020/6020) done
Total 6020, written 6020 (delta 4070), reused 0 (delta 0)
Pack pack-3e54ad29d5b2e05838c75df582c65257b8d08e1c created.
------------------------------------------------ ------------------------------------------------


You can then run This creates a single "pack file" in .git/objects/pack/
containing all currently unpacked objects. You can then run


------------------------------------------------ ------------------------------------------------
$ git prune $ git prune