Code

Allow fetch-pack to decide keeping the fetched pack without exploding
authorJunio C Hamano <junkio@cox.net>
Tue, 23 Jan 2007 06:37:33 +0000 (22:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 25 Jan 2007 02:08:02 +0000 (18:08 -0800)
commit9e10fd1ac0bb50202138efb9291568160dacd7ab
tree3dd01b96e8747f35bbf910f118324aebdbf3b728
parenta69e542989d0aa1576a4b6820454b9b0d2636796
Allow fetch-pack to decide keeping the fetched pack without exploding

With --keep-auto option, fetch-pack decides to keep the pack
without exploding it just like receive-pack does.

We may want to later make this the default.

Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch-pack.c