1. 07 7月, 2015 2 次提交
  2. 10 12月, 2014 1 次提交
  3. 05 12月, 2014 1 次提交
  4. 13 11月, 2014 1 次提交
  5. 12 11月, 2014 1 次提交
  6. 11 11月, 2014 2 次提交
  7. 07 11月, 2014 1 次提交
  8. 05 11月, 2014 1 次提交
  9. 30 10月, 2014 6 次提交
  10. 20 10月, 2014 1 次提交
    • J
      pack-objects: turn off bitmaps when we split packs · 21134714
      Jeff King 提交于
      If a pack.packSizeLimit is set, we may split the pack data
      across multiple packfiles. This means we cannot generate
      .bitmap files, as they require that all of the reachable
      objects are in the same pack. We check that condition when
      we are generating the list of objects to pack (and disable
      bitmaps if we are not packing everything), but we forgot to
      update it when we notice that we needed to split (which
      doesn't happen until the actual write phase).
      
      The resulting bitmaps are quite bogus (they mention entries
      that do not exist in the pack!) and can cause a fetch or
      push to send insufficient objects.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      21134714
  11. 17 10月, 2014 2 次提交
  12. 09 10月, 2014 1 次提交
  13. 08 10月, 2014 5 次提交
  14. 02 10月, 2014 3 次提交
  15. 30 9月, 2014 8 次提交
  16. 28 9月, 2014 1 次提交
  17. 26 9月, 2014 3 次提交