๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.1.2
  1. 5b830a8 Merge branch 'mb/fast-import-delete-root' into maint by Junio C Hamano ยท 11 years ago
  2. 0448134 Merge branch 'jk/fast-import-fixes' into maint by Junio C Hamano ยท 11 years ago
  3. 2668d69 fast-import: fix segfault in store_tree() by Maxim Bublis ยท 11 years ago
  4. c252785 fast-import: fix buffer overflow in dump_tags by Jeff King ยท 11 years ago
  5. 3c078b9 fast-import: clean up pack_data pointer in end_packfile by Jeff King ยท 11 years ago
  6. 14576df fast-import: use hashcmp() for SHA1 hash comparison by Renรฉ Scharfe ยท 11 years ago
  7. e814c39 fast-import: refactor parsing of spaces by Jeff King ยท 11 years ago
  8. 97313be fast-import: use skip_prefix for parsing input by Jeff King ยท 11 years ago
  9. ae021d8 use skip_prefix to avoid magic numbers by Jeff King ยท 11 years ago
  10. ff45c0d fast-import: fix read of uninitialized argv memory by Jeff King ยท 11 years ago
  11. 4ee1b22 fast-import: add support to delete refs by Felipe Contreras ยท 12 years ago
  12. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani ยท 12 years ago
  13. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder ยท 12 years ago
  14. 9a86b89 Merge branch 'bk/refs-multi-update' by Junio C Hamano ยท 12 years ago
  15. 89dde78 Merge branch 'rh/ishes-doc' by Junio C Hamano ยท 12 years ago
  16. a8a5406 use 'commit-ish' instead of 'committish' by Richard Hansen ยท 12 years ago
  17. bb8040f use 'tree-ish' instead of 'treeish' by Richard Hansen ยท 12 years ago
  18. 7e39472 Merge branch 'jk/fast-import-empty-ls' by Junio C Hamano ยท 12 years ago
  19. 9bbb0fa refs: report ref type from lock_any_ref_for_update by Brad King ยท 12 years ago
  20. 62bfa11 fast-import: allow moving the root tree by John Keeping ยท 12 years ago
  21. e0eb6b9 fast-import: allow ls or filecopy of the root tree by John Keeping ยท 12 years ago
  22. adefdba fast-import: set valid mode on root tree in "ls" by John Keeping ยท 12 years ago
  23. dbbc93b Merge branch 'fc/fast-export-persistent-marks' by Junio C Hamano ยท 13 years ago
  24. 45c5d4a fast-{import,export}: use get_sha1_hex() to read from marks file by Felipe Contreras ยท 13 years ago
  25. 84d32bf sparse: Fix mingw_main() argument number/type errors by Ramsay Jones ยท 13 years ago
  26. 0a34594 fast-import: Fix an gcc -Wuninitialized warning by Ramsay Jones ยท 13 years ago
  27. 3aa99df fast-import: clarify "inline" logic in file_change_m by Jeff King ยท 13 years ago
  28. cbfd5e1 drop some obsolete "x = x" compiler warning hacks by Jeff King ยท 13 years ago
  29. 4db34cc fast-import: use pointer-to-pointer to keep list tail by Jeff King ยท 13 years ago
  30. 34f5130 Merge branch 'jc/merge-bases' by Junio C Hamano ยท 13 years ago
  31. a20efee in_merge_bases(): support only one "other" commit by Junio C Hamano ยท 13 years ago
  32. 06454cb fast-import: tighten parsing of datarefs by Pete Wyckoff ยท 14 years ago
  33. 79efeae Merge branch 'jn/maint-fast-import-empty-ls' into maint by Junio C Hamano ยท 14 years ago
  34. 178e1de fast-import: don't allow 'ls' of path with empty components by Jonathan Nieder ยท 14 years ago
  35. c27e559 fast-import: leakfix for 'ls' of dirty trees by Jonathan Nieder ยท 14 years ago
  36. a8ea1b7 fast-import: zero all of 'struct tag' to silence valgrind by Thomas Rast ยท 14 years ago
  37. ab1900a Appease Sun Studio by renaming "tmpfile" by ร†var Arnfjรถrรฐ Bjarmason ยท 14 years ago
  38. 2dccad3 Merge branch 'ab/enable-i18n' by Junio C Hamano ยท 14 years ago
  39. 48b3036 Merge branch 'jc/stream-to-pack' by Junio C Hamano ยท 14 years ago
  40. 5e9637c i18n: add infrastructure for translating Git with gettext by ร†var Arnfjรถrรฐ Bjarmason ยท 14 years ago
  41. 6c52614 csum-file: introduce sha1file_checkpoint by Junio C Hamano ยท 14 years ago
  42. 1838685 fast-import: Fix incorrect fanout level when modifying existing notes refs by Johan Herland ยท 14 years ago
  43. c13975e Merge branch 'di/fast-import-empty-tag-note-fix' by Junio C Hamano ยท 14 years ago
  44. 8d9c501 Change check_ref_format() to take a flags argument by Michael Haggerty ยท 14 years ago
  45. 0bc6988 fast-import: don't allow to note on empty branch by Dmitry Ivankov ยท 14 years ago
  46. 2c9c8ee fast-import: don't allow to tag empty branch by Dmitry Ivankov ยท 14 years ago
  47. 0dc691a Merge branch 'di/fast-import-tagging' by Junio C Hamano ยท 14 years ago
  48. 05d88e6 Merge branch 'di/fast-import-blob-tweak' by Junio C Hamano ยท 14 years ago
  49. 45792b6 Merge branch 'di/fast-import-deltified-tree' by Junio C Hamano ยท 14 years ago
  50. 0b98954 Merge branch 'di/fast-import-ident' by Junio C Hamano ยท 14 years ago
  51. 6c447f6 fast-import: allow to tag newly created objects by Dmitry Ivankov ยท 14 years ago
  52. 2efe38e fast-import: add tests for tagging blobs by Dmitry Ivankov ยท 14 years ago
  53. a7e9c34 fast-import: treat cat-blob as a delta base hint for next blob by Dmitry Ivankov ยท 14 years ago
  54. 94c3b48 fast-import: count and report # of calls to diff_delta in stats by Dmitry Ivankov ยท 14 years ago
  55. 8fb3ad7 fast-import: prevent producing bad delta by Dmitry Ivankov ยท 14 years ago
  56. 4b4963c fast-import: check committer name more strictly by Dmitry Ivankov ยท 14 years ago
  57. 17fb007 fast-import: don't fail on omitted committer name by Dmitry Ivankov ยท 14 years ago
  58. 59d9ba8 Merge branch 'sr/transport-helper-fix' by Junio C Hamano ยท 14 years ago
  59. be56862 fast-import: introduce 'done' command by Sverre Rabbelier ยท 14 years ago
  60. d907bf8 Merge branch 'jc/index-pack' by Junio C Hamano ยท 14 years ago
  61. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano ยท 15 years ago
  62. 225a6f1 zlib: wrap deflateBound() too by Junio C Hamano ยท 15 years ago
  63. 55bb5c9 zlib: wrap deflate side of the API by Junio C Hamano ยท 15 years ago
  64. 4cce4ef fast-import: fix option parser for no-arg options by Sverre Rabbelier ยท 15 years ago
  65. f28d2e3 Merge branch 'jc/pack-objects-bigfile' into maint by Junio C Hamano ยท 15 years ago
  66. 1536628 Teach core.bigfilethreashold to pack-objects by Junio C Hamano ยท 15 years ago
  67. c2e86ad Fix sparse warnings by Stephen Boyd ยท 15 years ago
  68. b2f6eab Merge branch 'maint' by Junio C Hamano ยท 15 years ago
  69. 9cba13c standardize brace placement in struct definitions by Jonathan Nieder ยท 15 years ago
  70. 674ef90 Merge branch 'sp/maint-fd-limit' by Junio C Hamano ยท 15 years ago
  71. d131b7a sha1_file.c: Don't retain open fds on small packs by Shawn O. Pearce ยท 15 years ago
  72. 6288e3e fast-import: make code "-Wpointer-arith" clean by Jonathan Nieder ยท 15 years ago
  73. ebcfb37 write_idx_file: introduce a struct to hold idx customization options by Junio C Hamano ยท 15 years ago
  74. 8dc6a37 fast-import: add 'ls' command by David Barr ยท 15 years ago
  75. fc180d9 Merge branch 'rr/fi-import-marks-if-exists' by Junio C Hamano ยท 15 years ago
  76. a8e4a59 Merge branch 'maint-1.7.0' into maint by Junio C Hamano ยท 15 years ago
  77. 547e8b9 fast-import: introduce "feature notes" command by Jonathan Nieder ยท 15 years ago
  78. 99e63ef Merge branch 'maint' by Junio C Hamano ยท 15 years ago
  79. 5ce3258 Merge branch 'jn/fast-import-empty-tree-removal' into maint by Junio C Hamano ยท 15 years ago
  80. 8fe533f fast-import: treat filemodify with empty tree as delete by Jonathan Nieder ยท 15 years ago
  81. 267684f Merge branch 'jn/maint-fast-import-object-reuse' into maint by Junio C Hamano ยท 15 years ago
  82. dded4f1 fast-import: Introduce --import-marks-if-exists by Ramkumar Ramachandra ยท 15 years ago
  83. 9145842 Merge branch 'jn/fast-import-blob-access' by Junio C Hamano ยท 15 years ago
  84. c835288 Merge branch 'jn/maint-fast-import-object-reuse' by Junio C Hamano ยท 15 years ago
  85. f73c3e9 Merge branch 'jn/fast-import-ondemand-checkpoint' by Junio C Hamano ยท 15 years ago
  86. 5e738ae Merge branch 'jj/icase-directory' by Junio C Hamano ยท 15 years ago
  87. 777f80d fast-import: Allow cat-blob requests at arbitrary points in stream by Jonathan Nieder ยท 15 years ago
  88. 85c6239 fast-import: let importers retrieve blobs by David Barr ยท 15 years ago
  89. a9ff277 fast-import: stricter parsing of integer options by Jonathan Nieder ยท 15 years ago
  90. ed8298d Merge branch 'jn/fast-import-fix' by Junio C Hamano ยท 15 years ago
  91. dc01f59 fast-import: treat SIGUSR1 as a request to access objects early by Jonathan Nieder ยท 15 years ago
  92. b7c1ce4 fast-import: insert new object entries at start of hash bucket by David Barr ยท 15 years ago
  93. d4c4369 Sync with 1.7.3.2 by Junio C Hamano ยท 15 years ago
  94. b212412 fast-import: do not clear notes in do_change_note_fanout() by Jonathan Nieder ยท 15 years ago
  95. 3421578 fast-import: tighten M 040000 syntax by Jonathan Nieder ยท 15 years ago
  96. 5edde51 fast-import: filemodify after M 040000 <tree> "" crashes by Jonathan Nieder ยท 15 years ago
  97. 2794ad5 fast-import: Allow filemodify to set the root by David Barr ยท 15 years ago
  98. 62b4698 Use angles for placeholders consistently by ล tฤ›pรกn Nฤ›mec ยท 15 years ago
  99. 50906e0 Support case folding in git fast-import when core.ignorecase=true by Joshua Jensen ยท 15 years ago
  100. 3f29dd6 Merge branch 'en/d-f-conflict-fix' by Junio C Hamano ยท 15 years ago