๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.4
  1. 0985015 Merge branch 'jc/merge-bases' by Junio C Hamano ยท 11 years ago
  2. 0ed8a4e Merge branch 'cc/interpret-trailers-more' by Junio C Hamano ยท 11 years ago
  3. 8c38458 commit: make ignore_non_trailer() non static by Christian Couder ยท 11 years ago
  4. 2ce406c get_merge_bases(): always clean-up object flags by Junio C Hamano ยท 11 years ago
  5. fb06b52 Merge branch 'jc/push-cert' by Junio C Hamano ยท 11 years ago
  6. 83510ef Merge branch 'da/styles' by Junio C Hamano ยท 11 years ago
  7. a50e7ca gpg-interface: move parse_gpg_output() to where it should be by Junio C Hamano ยท 11 years ago
  8. 24d36f1 stylefix: asterisks stick to the variable, not the type by David Aguilar ยท 11 years ago
  9. ea5517f record_author_date(): use find_commit_header() by Jeff King ยท 11 years ago
  10. 6876618 record_author_date(): fix memory leak on malformed commit by Jeff King ยท 11 years ago
  11. fe6eb7f commit: provide a function to find a header in a buffer by Jeff King ยท 11 years ago
  12. c4ad00f add object_as_type helper for casting objects by Jeff King ยท 11 years ago
  13. fe24d39 move setting of object->type to alloc_* functions by Jeff King ยท 11 years ago
  14. 1673744 Merge branch 'cc/replace-graft' by Junio C Hamano ยท 11 years ago
  15. 4799593 Merge branch 'jk/stable-prio-queue' by Junio C Hamano ยท 11 years ago
  16. 12621cb Merge branch 'rs/code-cleaning' by Junio C Hamano ยท 11 years ago
  17. 10b944b Merge branch 'jk/alloc-commit-id' by Junio C Hamano ยท 11 years ago
  18. cfececf Merge branch 'bg/xcalloc-nmemb-then-size' into maint by Junio C Hamano ยท 11 years ago
  19. 0b05ab6 replace: remove signature when using --graft by Christian Couder ยท 11 years ago
  20. dadb89d Merge branch 'cc/for-each-mergetag' by Junio C Hamano ยท 11 years ago
  21. 4bbaa1e use commit_list_count() to count the members of commit_lists by Renรฉ Scharfe ยท 11 years ago
  22. 1fc8345 Merge branch 'rs/code-cleaning' by Junio C Hamano ยท 11 years ago
  23. 73f43f2 paint_down_to_common: use prio_queue by Jeff King ยท 11 years ago
  24. 8ff226a add object_as_type helper for casting objects by Jeff King ยท 11 years ago
  25. d36f51c move setting of object->type to alloc_* functions by Jeff King ยท 11 years ago
  26. cb979db commit: use commit_list_append() instead of duplicating its code by Renรฉ Scharfe ยท 11 years ago
  27. 39177c7 Merge branch 'mg/verify-commit' by Junio C Hamano ยท 11 years ago
  28. e91ae32 Merge branch 'jk/skip-prefix' by Junio C Hamano ยท 11 years ago
  29. 063da62 commit: add for_each_mergetag() by Christian Couder ยท 11 years ago
  30. 8061ae8 Merge branch 'jk/commit-buffer-length' by Junio C Hamano ยท 11 years ago
  31. 71c214c gpg-interface: provide access to the payload by Michael J Gruber ยท 11 years ago
  32. cf4fff5 refactor skip_prefix to return a boolean by Jeff King ยท 11 years ago
  33. 218aa3a reuse cached commit buffer when parsing signatures by Jeff King ยท 12 years ago
  34. 8597ea3 commit: record buffer length in cache by Jeff King ยท 12 years ago
  35. c1b3c71 commit: convert commit->buffer to a slab by Jeff King ยท 12 years ago
  36. ba41c1c use get_commit_buffer to avoid duplicate code by Jeff King ยท 12 years ago
  37. 152ff1c provide helpers to access the commit buffer by Jeff King ยท 12 years ago
  38. 66c2827 provide a helper to set the commit buffer by Jeff King ยท 12 years ago
  39. 0fb370d provide a helper to free commit buffer by Jeff King ยท 12 years ago
  40. 969eba6 commit: push commit_index update into alloc_commit_node by Jeff King ยท 12 years ago
  41. 3ffefb5 commit_tree: take a pointer/len pair rather than a const strbuf by Jeff King ยท 12 years ago
  42. c4a7b00 commit.c: rearrange xcalloc arguments by Brian Gesiak ยท 12 years ago
  43. b407d40 Merge branch 'nd/log-show-linear-break' by Junio C Hamano ยท 12 years ago
  44. 208acbf object.h: centralize object flag allocation by Nguyแป…n Thรกi Ngแปc Duy ยท 12 years ago
  45. fe9122a Merge branch 'dd/use-alloc-grow' by Junio C Hamano ยท 12 years ago
  46. a8e1d71 Merge branch 'dd/find-graft-with-sha1-pos' by Junio C Hamano ยท 12 years ago
  47. 147972b commit.c: use skip_prefix() instead of starts_with() by Tanay Abhra ยท 12 years ago
  48. d6e82b5 commit.c: use ALLOC_GROW() in register_commit_graft() by Dmitry S. Dolzhenko ยท 12 years ago
  49. 0a9136f commit.c: use the generic "sha1_pos" function for lookup by Dmitry S. Dolzhenko ยท 12 years ago
  50. 4243b2d Merge branch 'vm/octopus-merge-bases-simplify' by Junio C Hamano ยท 12 years ago
  51. 3b9d69e Merge branch 'js/lift-parent-count-limit' by Junio C Hamano ยท 12 years ago
  52. 34aacf3 Merge branch 'nd/commit-tree-constness' by Junio C Hamano ยท 12 years ago
  53. 6bc7672 get_octopus_merge_bases(): cleanup redundant variable by Vasily Makarov ยท 12 years ago
  54. e228c17 Remove the line length limit for graft files by Johannes Schindelin ยท 12 years ago
  55. 8785b76 commit.c: make "tree" a const pointer in commit_tree*() by Nguyแป…n Thรกi Ngแปc Duy ยท 12 years ago
  56. ad70448 Merge branch 'cc/starts-n-ends-with' by Junio C Hamano ยท 12 years ago
  57. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder ยท 12 years ago
  58. 5bb6205 Merge branch 'jk/robustify-parse-commit' by Junio C Hamano ยท 12 years ago
  59. 5e7d4d3 assume parse_commit checks for NULL commit by Jeff King ยท 12 years ago
  60. 7059dcc log_tree_diff: die when we fail to parse a commit by Jeff King ยท 12 years ago
  61. 4ab4a6d Merge branch 'tr/log-full-diff-keep-true-parents' by Junio C Hamano ยท 12 years ago
  62. c8abf65 Merge branch 'bc/commit-invalid-utf8' by Junio C Hamano ยท 12 years ago
  63. dc773a6 commit: typofix for xxFFF[EF] check by Junio C Hamano ยท 12 years ago
  64. 53d00b3 log: use true parents for diff even when rewriting by Thomas Rast ยท 12 years ago
  65. 73f4c9a Merge branch 'bc/commit-invalid-utf8' by Junio C Hamano ยท 12 years ago
  66. 81050ac commit: reject non-characters by Peter Krefting ยท 12 years ago
  67. e82bd6c commit: reject overlong UTF-8 sequences by brian m. carlson ยท 12 years ago
  68. 28110d4 commit: reject invalid UTF-8 codepoints by brian m. carlson ยท 12 years ago
  69. 727377f commit.c: make compare_commits_by_commit_date global by Jeff King ยท 12 years ago
  70. 534f0e0 Merge branch 'jc/topo-author-date-sort' by Junio C Hamano ยท 12 years ago
  71. 55f34c8 Merge branch 'jk/commit-info-slab' by Junio C Hamano ยท 12 years ago
  72. 81c6b38 log: --author-date-order by Junio C Hamano ยท 13 years ago
  73. da24b10 sort-in-topological-order: use prio-queue by Junio C Hamano ยท 13 years ago
  74. 08f704f toposort: rename "lifo" field by Junio C Hamano ยท 13 years ago
  75. a84b794 commit-slab: introduce a macro to define a slab for new type by Junio C Hamano ยท 13 years ago
  76. 66eb375 commit-slab: avoid large realloc by Junio C Hamano ยท 13 years ago
  77. 96c4f4a commit: allow associating auxiliary info on-demand by Jeff King ยท 13 years ago
  78. caa7d79 Sync with 'maint' by Junio C Hamano ยท 13 years ago
  79. 41ccfdd Correct common spelling mistakes in comments and tests by Stefano Lattarini ยท 13 years ago
  80. eb307ae merge/pull Check for untrusted good GPG signatures by Sebastian Gรถtte ยท 13 years ago
  81. f8aae8d commit.c/GPG signature verification: Also look at the first GPG status line by Sebastian Gรถtte ยท 13 years ago
  82. ffb6d7d Move commit GPG signature verification to commit.c by Sebastian Gรถtte ยท 13 years ago
  83. 557899f commit.c: use clear_commit_marks_many() in in_merge_bases_many() by Junio C Hamano ยท 13 years ago
  84. 4c4b27e commit.c: add in_merge_bases_many() by Junio C Hamano ยท 13 years ago
  85. e895cb5 commit.c: add clear_commit_marks_many() by Junio C Hamano ยท 13 years ago
  86. efc7df4 Move print_commit_list to libgit.a by Nguyแป…n Thรกi Ngแปc Duy ยท 13 years ago
  87. 683a820 Merge branch 'jc/merge-bases-paint-fix' by Junio C Hamano ยท 13 years ago
  88. d866924 paint_down_to_common(): parse commit before relying on its timestamp by Junio C Hamano ยท 13 years ago
  89. 82a7529 commit.c: mark a file-scope private symbol as static by Junio C Hamano ยท 13 years ago
  90. 34f5130 Merge branch 'jc/merge-bases' by Junio C Hamano ยท 13 years ago
  91. ae80b5a Merge branch 'lt/commit-tree-guess-utf-8' by Junio C Hamano ยท 13 years ago
  92. f37d3c7 reduce_heads(): reimplement on top of remove_redundant() by Junio C Hamano ยท 13 years ago
  93. 94f0ced get_merge_bases_many(): walk from many tips in parallel by Junio C Hamano ยท 13 years ago
  94. 6440fdb in_merge_bases(): use paint_down_to_common() by Junio C Hamano ยท 13 years ago
  95. da1f515 merge_bases_many(): split out the logic to paint history by Junio C Hamano ยท 13 years ago
  96. b0f9e9e in_merge_bases(): omit unnecessary redundant common ancestor reduction by Thomas Rast ยท 13 years ago
  97. a20efee in_merge_bases(): support only one "other" commit by Junio C Hamano ยท 13 years ago
  98. 08a94a1 commit/commit-tree: correct latin1 to utf-8 by Linus Torvalds ยท 13 years ago
  99. 0958a24 Merge branch 'jc/sha1-name-more' by Junio C Hamano ยท 13 years ago
  100. cd74e47 sha1_name.c: introduce get_sha1_committish() by Junio C Hamano ยท 13 years ago