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