[PATCH 6/6] default pack.indexDuplicates to false

2013-08-23 Thread Jeff King
We should never see duplicate objects in packs, and it is unknown what kind of complications such packs could create during the repacking process. The previous commit introduced a safety valve for checking packs coming into the repository and being indexed by index-pack. Let's turn the safety valv

[PATCH 6/6] default pack.indexDuplicates to false

2013-08-22 Thread Jeff King
We should never see duplicate objects in packs, and it is unknown what kind of complications such packs could create during the repacking process. The previous commit introduced a safety valve for checking packs coming into the repository and being indexed by index-pack. Let's turn the safety valv