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