1. 7b472da Merge branch 'ps/use-the-repository' by Junio C Hamano · 9 months ago
  2. e7da938 global: introduce `USE_THE_REPOSITORY_VARIABLE` macro by Patrick Steinhardt · 10 months ago
  3. 0c26738 rebase -i: pass struct replay_opts to parse_insn_line() by Phillip Wood · 10 months ago
  4. a1bb146 strbuf: accept a comment string for strbuf_add_commented_lines() by Jeff King · 1 year, 1 month ago
  5. 3a35d96 strbuf: accept a comment string for strbuf_commented_addf() by Jeff King · 1 year, 1 month ago
  6. 2982b65 strbuf: accept a comment string for strbuf_stripspace() by Jeff King · 1 year, 1 month ago
  7. ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 9 months ago
  8. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 9 months ago
  9. 787cb8a strbuf: remove global variable by Calvin Wan · 1 year, 10 months ago
  10. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 2 years ago
  11. 4e12082 editor: move editor-related functions and declarations into common file by Elijah Newren · 2 years ago
  12. d812c3b treewide: remove cache.h inclusion due to object.h changes by Elijah Newren · 2 years ago
  13. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 2 years ago
  14. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years ago
  15. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  16. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
  17. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
  18. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  19. b3b1a21 sequencer: rewrite update-refs as user edits todo list by Derrick Stolee · 2 years, 9 months ago
  20. a97d791 sequencer: add update-ref command by Derrick Stolee · 2 years, 9 months ago
  21. f57fd48 rebase-interactive: update 'merge' description by Derrick Stolee · 2 years, 9 months ago
  22. 06aa5e4 rebase: remove a no-longer-used function by Johannes Schindelin · 3 years, 7 months ago
  23. f07871d rebase -i: clarify and fix 'fixup -c' rebase-todo help by Charvi Mendiratta · 4 years, 2 months ago
  24. 9e3cebd rebase -i: add fixup [-C | -c] command by Charvi Mendiratta · 4 years, 2 months ago
  25. 6125104 Merge branch 'rt/format-zero-length-fix' by Junio C Hamano · 5 years ago
  26. 8c22bd9 Merge branch 'en/rebase-backend' by Junio C Hamano · 5 years ago
  27. 7daf4f2 rebase-interactive.c: silence format-zero-length warnings by Ralf Thielow · 5 years ago
  28. d48e5e2 rebase (interactive-backend): make --keep-empty the default by Elijah Newren · 5 years ago
  29. 5a5445d rebase-interactive: warn if commit is dropped with `rebase --edit-todo' by Alban Gruin · 5 years ago
  30. 1da5874 sequencer: move check_todo_list_from_file() to rebase-interactive.c by Alban Gruin · 5 years ago
  31. 2602762 rebase -i: also avoid SHA-1 collisions with missingCommitsCheck by Johannes Schindelin · 5 years ago
  32. a930eb0 rebase-interactive: rewrite edit_todo_list() to handle the initial edit by Alban Gruin · 6 years ago
  33. af1fc3a rebase-interactive: append_todo_help() changes by Alban Gruin · 6 years ago
  34. ddb81e5 rebase-interactive: use todo_list_write_to_file() in edit_todo_list() by Alban Gruin · 6 years ago
  35. 6ca89c6 sequencer: refactor check_todo_list() to work on a todo_list by Alban Gruin · 6 years ago
  36. cbef27d sequencer: refactor transform_todos() to work on a todo_list by Alban Gruin · 6 years ago
  37. 36e7ed6 rebase-interactive.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  38. 005af33 sequencer.c: remove implicit dependency on the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  39. 71f8246 rebase -i: introduce the 'break' command by Johannes Schindelin · 6 years ago
  40. 91f0d95 rebase -i: remove unused modes and functions by Alban Gruin · 7 years ago
  41. a9f5476 sequencer: refactor append_todo_help() to write its message to a buffer by Alban Gruin · 7 years ago
  42. 64a43cb rebase -i: rewrite the edit-todo functionality in C by Alban Gruin · 7 years ago
  43. 145e05a rebase -i: rewrite append_todo_help() in C by Alban Gruin · 7 years ago