1. c427559 Merge branch 'maint' by Junio C Hamano · 17 years ago
  2. 8b4eb6b Do not perform cross-directory renames when creating packs by Petr Baudis · 17 years ago
  3. c439828 Merge branch 'np/pack' by Junio C Hamano · 17 years ago
  4. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  5. 9f35e5f Merge branch 'np/maint-safer-pack' into maint by Junio C Hamano · 17 years ago
  6. eede9f4 pack-objects: don't include missing preferred base objects by Nicolas Pitre · 17 years ago
  7. 59d94bc Merge branch 'np/maint-safer-pack' into np/pack by Junio C Hamano · 17 years ago
  8. df85f78 Merge branch 'sp/missing-thin-base' into maint by Junio C Hamano · 17 years ago
  9. ac0463e pack-objects: use fixup_pack_header_footer()'s validation mode by Nicolas Pitre · 17 years ago
  10. abeb40e improve reliability of fixup_pack_header_footer() by Nicolas Pitre · 17 years ago
  11. 6ed7f25 pack-objects: improve returned information from write_one() by Nicolas Pitre · 17 years ago
  12. 0c68d38 index-pack: be careful after fixing up the header/footer by Linus Torvalds · 17 years ago
  13. 6d6f9cd pack-objects: Allow missing base objects when creating thin packs by Shawn O. Pearce · 17 years ago
  14. 6e1c234 Fix some warnings (on cygwin) to allow -Werror by Ramsay Jones · 17 years ago
  15. c41a4a9 verify-pack: check packed object CRC when using index version 2 by Nicolas Pitre · 17 years ago
  16. 1f5c74f call init_pack_revindex() lazily by Nicolas Pitre · 17 years ago
  17. 54352bb Remove now unnecessary 'sync()' calls by Linus Torvalds · 17 years ago
  18. 4c81b03 Make pack creation always fsync() the result by Linus Torvalds · 17 years ago
  19. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  20. e5e9714 Merge branch 'bc/repack' by Junio C Hamano · 17 years ago
  21. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  22. ca11b21 let pack-objects do the writing of unreachable objects as loose objects by Nicolas Pitre · 17 years ago
  23. 70baf5d pack-objects: fix early eviction for max depth delta objects by Nicolas Pitre · 17 years ago
  24. ed4a903 pack-objects: allow for early delta deflating by Nicolas Pitre · 17 years ago
  25. 30ebb40 pack-objects: move compression code in a separate function by Nicolas Pitre · 17 years ago
  26. 2c5ef82 pack-objects: clean up write_object() a bit by Nicolas Pitre · 17 years ago
  27. bcd7954 pack-objects: simplify the condition associated with --all-progress by Nicolas Pitre · 17 years ago
  28. a7de713 pack-objects: remove some double negative logic by Nicolas Pitre · 17 years ago
  29. 3613f9b pack-objects: small cleanup by Nicolas Pitre · 17 years ago
  30. f746bae pack-objects: proper pack time stamping with --max-pack-size by Nicolas Pitre · 17 years ago
  31. f0a24aa git-pack-objects: Automatically pack annotated tags if object was packed by Shawn O. Pearce · 17 years ago
  32. c0b48ad Merge branch 'np/verify-pack' by Junio C Hamano · 17 years ago
  33. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  34. 3449f8c factorize revindex code out of builtin-pack-objects.c by Nicolas Pitre · 17 years ago
  35. 3d0a936 Merge branch 'jm/free' by Junio C Hamano · 17 years ago
  36. 392b78c Revert "pack-objects: Print a message describing the number of threads for packing" by Junio C Hamano · 17 years ago
  37. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  38. 6c723f5 pack-objects: Print a message describing the number of threads for packing by Brandon Casey · 17 years ago
  39. 833e3df pack-objects: Add runtime detection of online CPU's by Andreas Ericsson · 17 years ago
  40. 8e0f700 Avoid unnecessary "if-before-free" tests. by Jim Meyering · 17 years ago
  41. 3d51e1b check return code of prepare_revision_walk by Martin Koegler · 17 years ago
  42. aa8d53e Merge branch 'maint' by Junio C Hamano · 17 years ago
  43. 75ad235 Revert "pack-objects: only throw away data during memory pressure" by Junio C Hamano · 17 years ago
  44. 04f32cf Merge branch 'maint' by Junio C Hamano · 17 years ago
  45. 9c21743 pack-objects: only throw away data during memory pressure by Martin Koegler · 17 years ago
  46. 2b84b5a Introduce the config variable pack.packSizeLimit by Johannes Schindelin · 17 years ago
  47. 6fc7470 pack-objects: Fix segfault when object count is less than thread count by Nicolas Pitre · 17 years ago
  48. 8c3c7b2 pack-objects: remove redundant and wrong call to deflateEnd() by Junio C Hamano · 17 years ago
  49. 872c930 Don't access line[-1] for a zero-length "line" from fgets. by Jim Meyering · 17 years ago
  50. 68e6a4f Plug a resource leak in threaded pack-objects code. by Johannes Sixt · 17 years ago
  51. 50f22ad threaded pack-objects: Use condition variables for thread communication. by Johannes Sixt · 17 years ago
  52. eb9688f pack-objects: more threaded load balancing fix with often changed paths by Nicolas Pitre · 17 years ago
  53. 384b32c pack-objects: fix threaded load balancing by Nicolas Pitre · 17 years ago
  54. b904166 pack-objects: reverse the delta search sort list by Nicolas Pitre · 17 years ago
  55. b7a28f7 pack-objects: fix delta cache size accounting by Nicolas Pitre · 17 years ago
  56. 4d1012c Fix rev-list when showing objects involving submodules by Linus Torvalds · 17 years ago
  57. e091653 Merge branch 'np/pack' by Junio C Hamano · 17 years ago
  58. 79814f4 pack-objects: get rid of an ugly cast by Nicolas Pitre · 17 years ago
  59. 4d00bda make the pack index version configurable by Nicolas Pitre · 17 years ago
  60. 2a128d6 add throughput display to git-push by Nicolas Pitre · 17 years ago
  61. 4d4fcc5 relax usage of the progress API by Nicolas Pitre · 17 years ago
  62. dc6a075 make struct progress an opaque type by Nicolas Pitre · 17 years ago
  63. 9c60a96 Change 'Deltifying objects' to 'Compressing objects' by Shawn O. Pearce · 17 years ago
  64. 4049b9c fix const issues with some functions by Nicolas Pitre · 17 years ago
  65. 7ba502c pack-objects.c: fix some global variable abuse and memory leaks by Nicolas Pitre · 17 years ago
  66. 2f8b894 pack-objects: no delta possible with only one object in the list by Nicolas Pitre · 17 years ago
  67. 42e18fb more compact progress display by Nicolas Pitre · 17 years ago
  68. 0341091 Merge branch 'jc/autogc' by Junio C Hamano · 18 years ago
  69. 08cdfb1 pack-objects --keep-unreachable by Junio C Hamano · 18 years ago
  70. e1ef867 builtin-pack-objects.c: avoid bogus gcc warnings by Junio C Hamano · 18 years ago
  71. 3c70183 threaded delta search: proper locking for cache accounting by Nicolas Pitre · 18 years ago
  72. 693b86f threaded delta search: add pack.threads config variable by Nicolas Pitre · 18 years ago
  73. b81d9af fix threaded delta search locking by Nicolas Pitre · 18 years ago
  74. 367f4a4 threaded delta search: specify number of threads at run time by Nicolas Pitre · 18 years ago
  75. 59921b4 threaded delta search: better chunck split point by Nicolas Pitre · 18 years ago
  76. c2a3367 threaded delta search: refine work allocation by Nicolas Pitre · 18 years ago
  77. 8ecce68 basic threaded delta search by Nicolas Pitre · 18 years ago
  78. e334977 rearrange delta search progress reporting by Nicolas Pitre · 18 years ago
  79. ef0316f localize window memory usage accounting by Nicolas Pitre · 18 years ago
  80. 75d3985 straighten the list of objects to deltify by Nicolas Pitre · 18 years ago
  81. 7763987 Keep last used delta base in the delta window by Junio C Hamano · 18 years ago
  82. 9e2d57a fix same sized delta logic by Nicolas Pitre · 18 years ago
  83. 2e3404c pack-objects: check return value from read_sha1_file() by Junio C Hamano · 18 years ago
  84. 1211be6 Make thin-pack generation subproject aware. by Linus Torvalds · 18 years ago
  85. d250626 pack-objects: remove bogus arguments to delta_cacheable() by Nicolas Pitre · 18 years ago
  86. 7647b17 Use xmkstemp() instead of mkstemp() by Luiz Fernando N. Capitulino · 18 years ago
  87. 7d7baa5 Pack-objects: properly initialize the depth value by Nicolas Pitre · 18 years ago
  88. 5a235b5 reduce git-pack-objects memory usage a little more by Nicolas Pitre · 18 years ago
  89. a97773c Add pack-objects window memory usage limit by Brian Downing · 18 years ago
  90. a1dab41 Don't try to delta if target is much smaller than source by Brian Downing · 18 years ago
  91. c83f032 apply delta depth bias to already deltified objects by Nicolas Pitre · 18 years ago
  92. 848d732 pack-objects: Prefer shallower deltas if the size is equal by Brian Downing · 18 years ago
  93. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  94. aa7e44b Unify write_index_file functions by Geert Bosch · 18 years ago
  95. 5476a8a fix repack with --max-pack-size by Nicolas Pitre · 18 years ago
  96. e3dfddb builtin-pack-object: cache small deltas by Martin Koegler · 18 years ago
  97. 074b2ee git-pack-objects: cache small deltas between big objects by Martin Koegler · 18 years ago
  98. a588d88 builtin-pack-objects: don't fail, if delta is not possible by Martin Koegler · 18 years ago
  99. a77a33a Merge branch 'dh/repack' (early part) by Junio C Hamano · 18 years ago
  100. 01c12a2 pack-objects: clarification & option checks for --max-pack-size by Dana How · 18 years ago