๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.4.3
  1. 6902c4d Merge branch 'rs/deflate-init-cleanup' by Junio C Hamano ยท 11 years ago
  2. 9a6f128 zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} by Renรฉ Scharfe ยท 11 years ago
  3. fd9de86 Merge branch 'mh/refs-have-new' by Junio C Hamano ยท 11 years ago
  4. 1585dfe Merge branch 'jk/fast-import-die-nicely-fix' by Junio C Hamano ยท 11 years ago
  5. 1d147bd ref_transaction_update(): remove "have_old" parameter by Michael Haggerty ยท 11 years ago
  6. 5e915f3 fast-import: avoid running end_packfile recursively by Jeff King ยท 11 years ago
  7. db7516a refs.c: pass the ref log message to _create/delete/update instead of _commit by Ronnie Sahlberg ยท 11 years ago
  8. f70f056 dump_marks(): reimplement using fdopen_lock_file() by Michael Haggerty ยท 11 years ago
  9. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty ยท 11 years ago
  10. 32c3ec2 dump_marks(): remove a redundant call to rollback_lock_file() by Michael Haggerty ยท 11 years ago
  11. 5b830a8 Merge branch 'mb/fast-import-delete-root' into maint by Junio C Hamano ยท 11 years ago
  12. 1c2ea2c Merge branch 'rs/realloc-array' by Junio C Hamano ยท 11 years ago
  13. 0448134 Merge branch 'jk/fast-import-fixes' into maint by Junio C Hamano ยท 11 years ago
  14. 73da5a1 Merge branch 'mb/fast-import-delete-root' by Junio C Hamano ยท 11 years ago
  15. 9ff700e Merge branch 'jk/commit-author-parsing' by Junio C Hamano ยท 11 years ago
  16. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by Renรฉ Scharfe ยท 11 years ago
  17. b6a1261 Merge branch 'jk/fast-import-fixes' by Junio C Hamano ยท 11 years ago
  18. 01d678a Merge branch 'rs/ref-transaction-1' by Junio C Hamano ยท 11 years ago
  19. 3f09ba7 fast-import.c: use a ref transaction when dumping tags by Ronnie Sahlberg ยท 11 years ago
  20. de7e86f fast-import.c: change update_branch to use ref transactions by Ronnie Sahlberg ยท 11 years ago
  21. 2668d69 fast-import: fix segfault in store_tree() by Maxim Bublis ยท 11 years ago
  22. c33ddc2 date: use strbufs in date-formatting functions by Jeff King ยท 11 years ago
  23. c252785 fast-import: fix buffer overflow in dump_tags by Jeff King ยท 11 years ago
  24. 3c078b9 fast-import: clean up pack_data pointer in end_packfile by Jeff King ยท 11 years ago
  25. 536900e fast-import.c: replace `git_config()` with `git_config_get_*()` family by Tanay Abhra ยท 11 years ago
  26. 14576df fast-import: use hashcmp() for SHA1 hash comparison by Renรฉ Scharfe ยท 11 years ago
  27. e814c39 fast-import: refactor parsing of spaces by Jeff King ยท 11 years ago
  28. 97313be fast-import: use skip_prefix for parsing input by Jeff King ยท 11 years ago
  29. ae021d8 use skip_prefix to avoid magic numbers by Jeff King ยท 11 years ago
  30. ff45c0d fast-import: fix read of uninitialized argv memory by Jeff King ยท 11 years ago
  31. 4ee1b22 fast-import: add support to delete refs by Felipe Contreras ยท 12 years ago
  32. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani ยท 12 years ago
  33. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder ยท 12 years ago
  34. 9a86b89 Merge branch 'bk/refs-multi-update' by Junio C Hamano ยท 12 years ago
  35. 89dde78 Merge branch 'rh/ishes-doc' by Junio C Hamano ยท 12 years ago
  36. a8a5406 use 'commit-ish' instead of 'committish' by Richard Hansen ยท 12 years ago
  37. bb8040f use 'tree-ish' instead of 'treeish' by Richard Hansen ยท 12 years ago
  38. 7e39472 Merge branch 'jk/fast-import-empty-ls' by Junio C Hamano ยท 12 years ago
  39. 9bbb0fa refs: report ref type from lock_any_ref_for_update by Brad King ยท 12 years ago
  40. 62bfa11 fast-import: allow moving the root tree by John Keeping ยท 12 years ago
  41. e0eb6b9 fast-import: allow ls or filecopy of the root tree by John Keeping ยท 12 years ago
  42. adefdba fast-import: set valid mode on root tree in "ls" by John Keeping ยท 12 years ago
  43. dbbc93b Merge branch 'fc/fast-export-persistent-marks' by Junio C Hamano ยท 13 years ago
  44. 45c5d4a fast-{import,export}: use get_sha1_hex() to read from marks file by Felipe Contreras ยท 13 years ago
  45. 84d32bf sparse: Fix mingw_main() argument number/type errors by Ramsay Jones ยท 13 years ago
  46. 0a34594 fast-import: Fix an gcc -Wuninitialized warning by Ramsay Jones ยท 13 years ago
  47. 3aa99df fast-import: clarify "inline" logic in file_change_m by Jeff King ยท 13 years ago
  48. cbfd5e1 drop some obsolete "x = x" compiler warning hacks by Jeff King ยท 13 years ago
  49. 4db34cc fast-import: use pointer-to-pointer to keep list tail by Jeff King ยท 13 years ago
  50. 34f5130 Merge branch 'jc/merge-bases' by Junio C Hamano ยท 13 years ago
  51. a20efee in_merge_bases(): support only one "other" commit by Junio C Hamano ยท 13 years ago
  52. 06454cb fast-import: tighten parsing of datarefs by Pete Wyckoff ยท 14 years ago
  53. 79efeae Merge branch 'jn/maint-fast-import-empty-ls' into maint by Junio C Hamano ยท 14 years ago
  54. 178e1de fast-import: don't allow 'ls' of path with empty components by Jonathan Nieder ยท 14 years ago
  55. c27e559 fast-import: leakfix for 'ls' of dirty trees by Jonathan Nieder ยท 14 years ago
  56. a8ea1b7 fast-import: zero all of 'struct tag' to silence valgrind by Thomas Rast ยท 14 years ago
  57. ab1900a Appease Sun Studio by renaming "tmpfile" by ร†var Arnfjรถrรฐ Bjarmason ยท 14 years ago
  58. 2dccad3 Merge branch 'ab/enable-i18n' by Junio C Hamano ยท 14 years ago
  59. 48b3036 Merge branch 'jc/stream-to-pack' by Junio C Hamano ยท 14 years ago
  60. 5e9637c i18n: add infrastructure for translating Git with gettext by ร†var Arnfjรถrรฐ Bjarmason ยท 14 years ago
  61. 6c52614 csum-file: introduce sha1file_checkpoint by Junio C Hamano ยท 14 years ago
  62. 1838685 fast-import: Fix incorrect fanout level when modifying existing notes refs by Johan Herland ยท 14 years ago
  63. c13975e Merge branch 'di/fast-import-empty-tag-note-fix' by Junio C Hamano ยท 14 years ago
  64. 8d9c501 Change check_ref_format() to take a flags argument by Michael Haggerty ยท 14 years ago
  65. 0bc6988 fast-import: don't allow to note on empty branch by Dmitry Ivankov ยท 14 years ago
  66. 2c9c8ee fast-import: don't allow to tag empty branch by Dmitry Ivankov ยท 14 years ago
  67. 0dc691a Merge branch 'di/fast-import-tagging' by Junio C Hamano ยท 14 years ago
  68. 05d88e6 Merge branch 'di/fast-import-blob-tweak' by Junio C Hamano ยท 14 years ago
  69. 45792b6 Merge branch 'di/fast-import-deltified-tree' by Junio C Hamano ยท 14 years ago
  70. 0b98954 Merge branch 'di/fast-import-ident' by Junio C Hamano ยท 14 years ago
  71. 6c447f6 fast-import: allow to tag newly created objects by Dmitry Ivankov ยท 14 years ago
  72. 2efe38e fast-import: add tests for tagging blobs by Dmitry Ivankov ยท 14 years ago
  73. a7e9c34 fast-import: treat cat-blob as a delta base hint for next blob by Dmitry Ivankov ยท 14 years ago
  74. 94c3b48 fast-import: count and report # of calls to diff_delta in stats by Dmitry Ivankov ยท 14 years ago
  75. 8fb3ad7 fast-import: prevent producing bad delta by Dmitry Ivankov ยท 14 years ago
  76. 4b4963c fast-import: check committer name more strictly by Dmitry Ivankov ยท 14 years ago
  77. 17fb007 fast-import: don't fail on omitted committer name by Dmitry Ivankov ยท 14 years ago
  78. 59d9ba8 Merge branch 'sr/transport-helper-fix' by Junio C Hamano ยท 14 years ago
  79. be56862 fast-import: introduce 'done' command by Sverre Rabbelier ยท 14 years ago
  80. d907bf8 Merge branch 'jc/index-pack' by Junio C Hamano ยท 14 years ago
  81. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano ยท 15 years ago
  82. 225a6f1 zlib: wrap deflateBound() too by Junio C Hamano ยท 15 years ago
  83. 55bb5c9 zlib: wrap deflate side of the API by Junio C Hamano ยท 15 years ago
  84. 4cce4ef fast-import: fix option parser for no-arg options by Sverre Rabbelier ยท 15 years ago
  85. f28d2e3 Merge branch 'jc/pack-objects-bigfile' into maint by Junio C Hamano ยท 15 years ago
  86. 1536628 Teach core.bigfilethreashold to pack-objects by Junio C Hamano ยท 15 years ago
  87. c2e86ad Fix sparse warnings by Stephen Boyd ยท 15 years ago
  88. b2f6eab Merge branch 'maint' by Junio C Hamano ยท 15 years ago
  89. 9cba13c standardize brace placement in struct definitions by Jonathan Nieder ยท 15 years ago
  90. 674ef90 Merge branch 'sp/maint-fd-limit' by Junio C Hamano ยท 15 years ago
  91. d131b7a sha1_file.c: Don't retain open fds on small packs by Shawn O. Pearce ยท 15 years ago
  92. 6288e3e fast-import: make code "-Wpointer-arith" clean by Jonathan Nieder ยท 15 years ago
  93. ebcfb37 write_idx_file: introduce a struct to hold idx customization options by Junio C Hamano ยท 15 years ago
  94. 8dc6a37 fast-import: add 'ls' command by David Barr ยท 15 years ago
  95. fc180d9 Merge branch 'rr/fi-import-marks-if-exists' by Junio C Hamano ยท 15 years ago
  96. a8e4a59 Merge branch 'maint-1.7.0' into maint by Junio C Hamano ยท 15 years ago
  97. 547e8b9 fast-import: introduce "feature notes" command by Jonathan Nieder ยท 15 years ago
  98. 99e63ef Merge branch 'maint' by Junio C Hamano ยท 15 years ago
  99. 5ce3258 Merge branch 'jn/fast-import-empty-tree-removal' into maint by Junio C Hamano ยท 15 years ago
  100. 8fe533f fast-import: treat filemodify with empty tree as delete by Jonathan Nieder ยท 15 years ago