From: Junio C Hamano Date: Tue, 7 Nov 2006 23:39:56 +0000 (-0800) Subject: Merge branch 'np/index-pack' X-Git-Tag: v1.4.4-rc1~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=66f3b35fde42b9a235d8fd1c4d4a80f94bfd6a41;p=git.git Merge branch 'np/index-pack' * np/index-pack: remove .keep pack lock files when done with refs update have index-pack create .keep file more carefully improve fetch-pack's handling of kept packs git-fetch can use both --thin and --keep with fetch-pack now Teach receive-pack how to keep pack files based on object count. Allow pack header preprocessing before unpack-objects/index-pack. Remove unused variable in receive-pack. Revert "send-pack --keep: do not explode into loose objects on the receiving end." missing small substitution Teach git-index-pack how to keep a pack file. Only repack active packs by skipping over kept packs. Allow short pack names to git-pack-objects --unpacked=. send-pack --keep: do not explode into loose objects on the receiving end. index-pack: minor fixes to comment and function name enhance clone and fetch -k experience mimic unpack-objects when --stdin is used with index-pack add progress status to index-pack make index-pack able to complete thin packs. enable index-pack streaming capability --- 66f3b35fde42b9a235d8fd1c4d4a80f94bfd6a41