1. f630cfd refactor: use bitsizeof() instead of 8 * sizeof() by Pierre Habouzit · 16 years ago
  2. dd787c1 Merge branch 'tr/die_errno' by Junio C Hamano · 16 years ago
  3. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  4. 48fb7de Fix big left-shifts of unsigned char by Linus Torvalds · 16 years ago
  5. 2c5942d Merge branch 'ar/unlink-err' into maint by Junio C Hamano · 16 years ago
  6. 065b070 Merge branch 'maint' by Junio C Hamano · 16 years ago
  7. fd73ccf Cope better with a _lot_ of packs by Johannes Schindelin · 16 years ago
  8. 3658768 Merge branch 'ar/unlink-err' by Junio C Hamano · 16 years ago
  9. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  10. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen · 16 years ago
  11. 348df16 Rename core.unreliableHardlinks to core.createObject by Johannes Schindelin · 16 years ago
  12. be66a6c Add an option not to use link(src, dest) && unlink(src) when that is unreliable by Johannes Schindelin · 16 years ago
  13. 03a39a9 Merge branch 'jc/shared-literally' by Junio C Hamano · 16 years ago
  14. 3c91bf6 Merge branch 'jc/maint-1.6.0-keep-pack' by Junio C Hamano · 16 years ago
  15. 17e61b8 set_shared_perm(): sometimes we know what the final mode bits should look like by Junio C Hamano · 16 years ago
  16. 3be1f18 move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath by Junio C Hamano · 16 years ago
  17. fb8b193 Move chmod(foo, 0444) into move_temp_to_file() by Johan Herland · 16 years ago
  18. 5a688fe "core.sharedrepository = 0mode" should set, not loosen by Junio C Hamano · 16 years ago
  19. 89fbda2 Merge branch 'maint' by Junio C Hamano · 16 years ago
  20. b0de555 Merge branch 'maint-1.6.1' into maint by Junio C Hamano · 16 years ago
  21. 2a5643d Merge branch 'maint-1.6.0' into maint-1.6.1 by Junio C Hamano · 16 years ago
  22. e8bd78c close_sha1_file(): make it easier to diagnose errors by Linus Torvalds · 16 years ago
  23. 4d6acb7 Remove --kept-pack-only option and associated infrastructure by Brandon Casey · 16 years ago
  24. aec8130 Merge branch 'jc/maint-1.6.0-keep-pack' by Junio C Hamano · 16 years ago
  25. 69e020a is_kept_pack(): final clean-up by Junio C Hamano · 16 years ago
  26. 03a9683 Simplify is_kept_pack() by Junio C Hamano · 16 years ago
  27. 386cb77 Consolidate ignore_packed logic more by Junio C Hamano · 16 years ago
  28. b8431b0 has_sha1_kept_pack(): take "struct rev_info" by Junio C Hamano · 16 years ago
  29. cd673c1 has_sha1_pack(): refactor "pretend these packs do not exist" interface by Junio C Hamano · 16 years ago
  30. a9d98a1 sha1_file.c: fix typo by Felipe Contreras · 16 years ago
  31. 30aa4fb Merge branch 'maint' by Junio C Hamano · 16 years ago
  32. 7a134db Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  33. fa3a0c9 Clear the delta base cache if a pack is rebuilt by Shawn O. Pearce · 16 years ago
  34. fd8475d Merge branch 'maint' by Junio C Hamano · 16 years ago
  35. 9b27ea9 Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  36. 3d20c63 Clear the delta base cache during fast-import checkpoint by Shawn O. Pearce · 16 years ago
  37. 141b6b8 Merge branch 'lt/maint-wrap-zlib' into maint by Junio C Hamano · 16 years ago
  38. 8c95d3c Sync with 1.6.1.2 by Junio C Hamano · 16 years ago
  39. 8561b52 Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  40. 915308b avoid 31-bit truncation in write_loose_object by Jeff King · 16 years ago
  41. 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano · 16 years ago
  42. c2c5b27 sha1_file: make "read_object" static by Christian Couder · 16 years ago
  43. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
  44. b760d3a Make 'index_path()' use 'strbuf_readlink()' by Linus Torvalds · 16 years ago
  45. de0db42 Merge branch 'maint' by Junio C Hamano · 16 years ago
  46. c74faea make sure packs to be replaced are closed beforehand by Nicolas Pitre · 16 years ago
  47. 0fd9d7e Merge branch 'bc/maint-keep-pack' into maint by Junio C Hamano · 16 years ago
  48. 455d0f5 Merge branch 'maint' by Junio C Hamano · 16 years ago
  49. 3524357 sha1_file.c: resolve confusion EACCES vs EPERM by Sam Vilain · 16 years ago
  50. 65117ab sha1_file: avoid bogus "file exists" error message by Joey Hess · 16 years ago
  51. cbacbf4 sha1_file: avoid bogus "file exists" error message by Joey Hess · 16 years ago
  52. f755bb9 Fix handle leak in sha1_file/unpack_objects if there were damaged object data by Alex Riesen · 16 years ago
  53. 47a7925 Merge branch 'jk/commit-v-strip' by Junio C Hamano · 16 years ago
  54. 7b51b77 Merge branch 'np/pack-safer' by Junio C Hamano · 16 years ago
  55. ecbbfb1 Merge branch 'bc/maint-keep-pack' by Junio C Hamano · 16 years ago
  56. 14d9c57 define empty tree sha1 as a macro by Jeff King · 16 years ago
  57. 0f4dc14 sha1_file.c: split has_loose_object() into local and non-local counterparts by Brandon Casey · 16 years ago
  58. 8d25931 packed_git: convert pack_local flag into a bitfield and add pack_keep by Brandon Casey · 16 years ago
  59. 08698b1 make find_pack_revindex() aware of the nasty world by Nicolas Pitre · 16 years ago
  60. 3d77d87 make packed_object_info() resilient to pack corruptions by Nicolas Pitre · 16 years ago
  61. 09ded04 make unpack_object_header() non fatal by Nicolas Pitre · 16 years ago
  62. d8f3255 better validation on delta base object offsets by Nicolas Pitre · 16 years ago
  63. 0e8189e close another possibility for propagating pack corruption by Nicolas Pitre · 16 years ago
  64. 581000a Merge branch 'jc/maint-co-track' into maint by Junio C Hamano · 16 years ago
  65. a157400 Merge branch 'jc/maint-co-track' by Junio C Hamano · 16 years ago
  66. acd3b9e Enhance hold_lock_file_for_{update,append}() API by Junio C Hamano · 16 years ago
  67. 58e0fa5 Merge branch 'maint' by Junio C Hamano · 16 years ago
  68. 1fb23e6 force_object_loose: Fix memory leak by Björn Steinbrink · 16 years ago
  69. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  70. 749bc58 Cleanup in sha1_file.c::cache_or_unpack_entry() by Miklos Vajna · 16 years ago
  71. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
  72. 1ad6d46 Merge branch 'jc/alternate-push' by Shawn O. Pearce · 16 years ago
  73. 58245a5 Merge branch 'jc/safe-c-l-d' by Shawn O. Pearce · 16 years ago
  74. 3791f77 Merge branch 'maint' by Junio C Hamano · 16 years ago
  75. e32c0a9 sha1_file: link() returns -1 on failure, not errno by Thomas Rast · 16 years ago
  76. d79796b push: receiver end advertises refs from alternate repositories by Junio C Hamano · 17 years ago
  77. 90b4a71 is_directory(): a generic helper function by Junio C Hamano · 17 years ago
  78. 5f0bdf5 safe_create_leading_directories(): make it about "leading" directories by Junio C Hamano · 17 years ago
  79. 5a1e870 Merge branch 'np/verify-pack' by Junio C Hamano · 17 years ago
  80. 4b480c6 discard revindex data when pack list changes by Nicolas Pitre · 17 years ago
  81. d8eec50 Merge branch 'dp/hash-literally' by Junio C Hamano · 17 years ago
  82. ddd63e6 Optimize sha1_object_info for loose objects, not concurrent repacks by Steven Grimm · 17 years ago
  83. 43df4f8 teach index_fd to work with pipes by Dmitry Potapov · 17 years ago
  84. ac93910 restore legacy behavior for read_sha1_file() by Nicolas Pitre · 17 years ago
  85. 948e747 Merge branch 'sp/maint-pack-memuse' by Junio C Hamano · 17 years ago
  86. eac12e2 Correct pack memory leak causing git gc to try to exceed ulimit by Shawn O. Pearce · 17 years ago
  87. 6e1c234 Fix some warnings (on cygwin) to allow -Werror by Ramsay Jones · 17 years ago
  88. bb1ab2d Merge branch 'j6t/mingw' by Junio C Hamano · 17 years ago
  89. abf7e0d Merge branch 'lt/config-fsync' by Junio C Hamano · 17 years ago
  90. 2beebd2 clone: create intermediate directories of destination repo by Jeff King · 17 years ago
  91. 9909323 optimize verify-pack a bit by Nicolas Pitre · 17 years ago
  92. 8e21d63 clone: create intermediate directories of destination repo by Jeff King · 17 years ago
  93. 27d69a4 refactor pack structure allocation by Nicolas Pitre · 17 years ago
  94. 8eca0b4 implement some resilience against pack corruptions by Nicolas Pitre · 17 years ago
  95. 6ff6af6 Workaround for AIX mkstemp() by Patrick Higgins · 17 years ago
  96. 8385abf Windows: Handle absolute paths in safe_create_leading_directories(). by Johannes Sixt · 17 years ago
  97. 80ba074 Windows: Use the Windows style PATH separator ';'. by Johannes Sixt · 17 years ago
  98. aafe9fb Add config option to enable 'fsync()' of object files by Linus Torvalds · 17 years ago
  99. 79c6dca sha1_file.c: simplify parse_pack_index() by Junio C Hamano · 17 years ago
  100. 3bfaf01 create_tempfile: make sure that leading directories can be accessible by peers by Junio C Hamano · 17 years ago