1. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
  2. 7b35eaf sequencer: simplify memory allocation of get_message by Jeff King · 9 years ago
  3. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  4. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  5. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  6. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  7. 080cc64 Merge branch 'dt/refs-pseudo' by Junio C Hamano · 10 years ago
  8. f932729 memoize common git-path "constant" files by Jeff King · 10 years ago
  9. d96a539 sequencer: replace write_cherry_pick_head with update_ref by David Turner · 10 years ago
  10. 795b014 Merge branch 'mg/sequencer-commit-messages-always-verbatim' by Junio C Hamano · 10 years ago
  11. 17d65f0 sequencer: preserve commit messages by Michael J Gruber · 10 years ago
  12. 1d147bd ref_transaction_update(): remove "have_old" parameter by Michael Haggerty · 10 years ago
  13. 0ed8a4e Merge branch 'cc/interpret-trailers-more' by Junio C Hamano · 10 years ago
  14. 216d29e Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more by Junio C Hamano · 10 years ago
  15. 261f315 merge & sequencer: turn "Conflicts:" hint into a comment by Junio C Hamano · 10 years ago
  16. 75c961b merge & sequencer: unify codepaths that write "Conflicts:" hint by Junio C Hamano · 10 years ago
  17. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  18. db7516a refs.c: pass the ref log message to _create/delete/update instead of _commit by Ronnie Sahlberg · 11 years ago
  19. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  20. 01d678a Merge branch 'rs/ref-transaction-1' by Junio C Hamano · 11 years ago
  21. d668d16 sequencer.c: use ref transactions for all ref updates by Ronnie Sahlberg · 11 years ago
  22. 788cef8 Merge branch 'nd/split-index' by Junio C Hamano · 11 years ago
  23. 3b8e8af Merge branch 'jk/xstrfmt' by Junio C Hamano · 11 years ago
  24. 8061ae8 Merge branch 'jk/commit-buffer-length' by Junio C Hamano · 11 years ago
  25. 9ce7100 Merge branch 'fr/sequencer-fail-with-not-one-upon-no-ff' by Junio C Hamano · 11 years ago
  26. 3bdd552 sequencer: use argv_array_pushf by Jeff King · 11 years ago
  27. 8597ea3 commit: record buffer length in cache by Jeff King · 11 years ago
  28. bc6b8fc use get_commit_buffer everywhere by Jeff King · 11 years ago
  29. b66103c convert logmsg_reencode to get_commit_buffer by Jeff King · 11 years ago
  30. d0cfc3e cache-tree: mark istate->cache_changed on cache tree update by Nguyễn Thái Ngọc Duy · 11 years ago
  31. 03b8664 read-cache: new API write_locked_index instead of write_index/write_cache by Nguyễn Thái Ngọc Duy · 11 years ago
  32. d74a4e5 sequencer: use logmsg_reencode in get_message by Jeff King · 11 years ago
  33. 43dee07 sequencer: signal failed ff as an aborted, not a conflicted merge by Fabian Ruch · 11 years ago
  34. 33c297a sequencer: do not update/refresh index if the lock cannot be held by Nguyễn Thái Ngọc Duy · 11 years ago
  35. 651ab9f sequencer.c: check for lock failure and bail early in fast_forward_to by Ronnie Sahlberg · 11 years ago
  36. 3253553 cherry-pick, revert: add the --gpg-sign option by Nicolas Vigier · 11 years ago
  37. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  38. 9bbb0fa refs: report ref type from lock_any_ref_for_update by Brad King · 12 years ago
  39. 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
  40. 644daa9 Merge branch 'rr/cherry-pick-fast-forward-reflog-message' by Junio C Hamano · 12 years ago
  41. eb4be1c sequencer: write useful reflog message for fast-forward by Ramkumar Ramachandra · 12 years ago
  42. 706728a sequencer: avoid leaking message buffer when refusing to create an empty commit by Felipe Contreras · 12 years ago
  43. c8d1351 sequencer: remove useless indentation by Felipe Contreras · 12 years ago
  44. faf8fde Merge branch 'mv/sequencer-pick-error-diag' by Junio C Hamano · 12 years ago
  45. 7c0b0d8 cherry-pick: picking a tag that resolves to a commit is OK by Junio C Hamano · 12 years ago
  46. 4407ea4 Merge branch 'mv/sequencer-pick-error-diag' by Junio C Hamano · 12 years ago
  47. caa7d79 Sync with 'maint' by Junio C Hamano · 12 years ago
  48. 41ccfdd Correct common spelling mistakes in comments and tests by Stefano Lattarini · 12 years ago
  49. 21246db cherry-pick: make sure all input objects are commits by Miklos Vajna · 12 years ago
  50. 900c8ec Merge branch 'bc/append-signed-off-by' by Junio C Hamano · 12 years ago
  51. 8c613fd git-commit: populate the edit buffer with 2 blank lines before s-o-b by Brandon Casey · 12 years ago
  52. 33f2f9a sequencer.c: teach append_signoff to avoid adding a duplicate newline by Brandon Casey · 12 years ago
  53. bab4d10 sequencer.c: teach append_signoff how to detect duplicate s-o-b by Brandon Casey · 12 years ago
  54. b971e04 sequencer.c: always separate "(cherry picked from" from commit body by Brandon Casey · 12 years ago
  55. 2cdccad sequencer.c: require a conforming footer to be preceded by a blank line by Brandon Casey · 12 years ago
  56. cd650a4 sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer by Brandon Casey · 12 years ago
  57. 9b15152 commit, cherry-pick -s: remove broken support for multiline rfc2822 fields by Brandon Casey · 12 years ago
  58. fa1727f sequencer.c: rework search for start of footer to improve clarity by Jonathan Nieder · 12 years ago
  59. 334ae39 learn to pick/revert into unborn branch by Martin von Zweigbergk · 12 years ago
  60. 6b87312 Merge branch 'jc/same-encoding' by Junio C Hamano · 12 years ago
  61. 0e18bcd reencode_string(): introduce and use same_encoding() by Junio C Hamano · 12 years ago
  62. db699a8 Move try_merge_command and checkout_fast_forward to libgit.a by Nguyễn Thái Ngọc Duy · 12 years ago
  63. 06e211a Merge branch 'jc/make-static' by Junio C Hamano · 12 years ago
  64. 250f249 sequencer.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  65. 5ed75e2 cherry-pick: don't forget -s on failure by Miklos Vajna · 12 years ago
  66. c2b9279 Merge branch 'mz/cherry-pick-cmdline-order' by Junio C Hamano · 13 years ago
  67. a73e22e cherry-pick/revert: respect order of revisions to pick by Martin von Zweigbergk · 13 years ago
  68. 4bee958 cherry-pick: add --allow-empty-message option by Chris Webb · 13 years ago
  69. 264d5a7 Merge branch 'nh/empty-rebase' by Junio C Hamano · 13 years ago
  70. ac2b0e8 cherry-pick: regression fix for empty commits by Junio C Hamano · 13 years ago
  71. 5543501 Merge branch 'nh/empty-rebase' by Junio C Hamano · 13 years ago
  72. 4b58006 git cherry-pick: do not dereference a potential NULL pointer by Neil Horman · 13 years ago
  73. 1692579 Merge branch 'nh/empty-rebase' by Junio C Hamano · 13 years ago
  74. 6a89897 Merge branch 'rs/commit-list-append' by Junio C Hamano · 13 years ago
  75. f5b121a Merge branch 'rt/cherry-revert-conflict-summary' by Junio C Hamano · 13 years ago
  76. 89b5f1d sequencer: export commit_list_append() by René Scharfe · 13 years ago
  77. b27cfb0 git-cherry-pick: Add keep-redundant-commits option by Neil Horman · 13 years ago
  78. 5112068 sequencer: remove additional blank line by Ralf Thielow · 13 years ago
  79. df478b7 git-cherry-pick: add allow-empty option by Neil Horman · 13 years ago
  80. cba595b drop casts from users EMPTY_TREE_SHA1_BIN by Jeff King · 13 years ago
  81. ed727b1 cherry-pick: No advice to commit if --no-commit by Phil Hord · 13 years ago
  82. 7010146 Merge branch 'rr/sequencer' by Junio C Hamano · 13 years ago
  83. 043a449 sequencer: factor code out of revert builtin by Ramkumar Ramachandra · 13 years ago
  84. d596118 revert: stop creating and removing sequencer-old directory by Jonathan Nieder · 13 years ago
  85. 26ae337 revert: Introduce --reset to remove sequencer state by Ramkumar Ramachandra · 14 years ago