| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config_get_value()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -0/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-05-30 | rebase -i: pass struct replay_opts to parse_insn_line() | Phillip Wood | 1 | -8/+13 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_add_commented_lines() | Jeff King | 1 | -3/+3 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_commented_addf() | Jeff King | 1 | -1/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 1 | -1/+1 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-12 | strbuf: remove global variable | Calvin Wan | 1 | -7/+8 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | editor: move editor-related functions and declarations into common file | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2022-07-19 | sequencer: rewrite update-refs as user edits todo list | Derrick Stolee | 1 | -0/+6 |
| 2022-07-19 | sequencer: add update-ref command | Derrick Stolee | 1 | -0/+3 |
| 2022-07-19 | rebase-interactive: update 'merge' description | Derrick Stolee | 1 | -3/+3 |
| 2021-09-07 | rebase: remove a no-longer-used function | Johannes Schindelin | 1 | -29/+0 |
| 2021-02-10 | rebase -i: clarify and fix 'fixup -c' rebase-todo help | Charvi Mendiratta | 1 | -4/+5 |
| 2021-01-29 | rebase -i: add fixup [-C | -c] command | Charvi Mendiratta | 1 | -1/+3 |
| 2020-03-09 | Merge branch 'rt/format-zero-length-fix' | Junio C Hamano | 1 | -2/+2 |
| 2020-03-02 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -6/+1 |
| 2020-02-28 | rebase-interactive.c: silence format-zero-length warnings | Ralf Thielow | 1 | -2/+2 |
| 2020-02-16 | rebase (interactive-backend): make --keep-empty the default | Elijah Newren | 1 | -6/+1 |
| 2020-01-28 | rebase-interactive: warn if commit is dropped with `rebase --edit-todo' | Alban Gruin | 1 | -10/+43 |
| 2020-01-28 | sequencer: move check_todo_list_from_file() to rebase-interactive.c | Alban Gruin | 1 | -0/+35 |
| 2020-01-23 | rebase -i: also avoid SHA-1 collisions with missingCommitsCheck | Johannes Schindelin | 1 | -3/+5 |
| 2019-03-07 | rebase-interactive: rewrite edit_todo_list() to handle the initial edit | Alban Gruin | 1 | -24/+29 |
| 2019-03-07 | rebase-interactive: append_todo_help() changes | Alban Gruin | 1 | -1/+11 |
| 2019-03-07 | rebase-interactive: use todo_list_write_to_file() in edit_todo_list() | Alban Gruin | 1 | -22/+16 |
| 2019-01-29 | sequencer: refactor check_todo_list() to work on a todo_list | Alban Gruin | 1 | -1/+90 |
| 2019-01-29 | sequencer: refactor transform_todos() to work on a todo_list | Alban Gruin | 1 | -2/+2 |
| 2018-11-12 | rebase-interactive.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2018-11-12 | sequencer.c: remove implicit dependency on the_repository | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-10-12 | rebase -i: introduce the 'break' command | Johannes Schindelin | 1 | -0/+1 |
| 2018-08-29 | rebase -i: remove unused modes and functions | Alban Gruin | 1 | -22/+0 |
| 2018-08-10 | sequencer: refactor append_todo_help() to write its message to a buffer | Alban Gruin | 1 | -13/+30 |
| 2018-08-10 | rebase -i: rewrite the edit-todo functionality in C | Alban Gruin | 1 | -0/+27 |
| 2018-08-10 | rebase -i: rewrite append_todo_help() in C | Alban Gruin | 1 | -0/+68 |