| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-10 | t: fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2023-08-10 | t/lib-rebase: improve documentation of set_fake_editor() | Oswald Buddenhagen | 1 | -9/+12 |
| 2023-08-07 | t/lib-rebase: set_fake_editor(): handle FAKE_LINES more consistently | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-08-07 | t/lib-rebase: set_fake_editor(): fix recognition of reset's short command | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-02-23 | rebase -i: fix parsing of "fixup -C<commit>" | Phillip Wood | 1 | -2/+6 |
| 2023-02-23 | rebase -i: match whole word in is_command() | Phillip Wood | 1 | -1/+1 |
| 2022-07-19 | sequencer: rewrite update-refs as user edits todo list | Derrick Stolee | 1 | -0/+15 |
| 2021-08-23 | rebase -r: don't write .git/MERGE_MSG when fast-forwarding | Phillip Wood | 1 | -2/+8 |
| 2021-08-20 | rebase -r: make 'merge -c' behave like reword | Phillip Wood | 1 | -0/+50 |
| 2021-03-26 | Merge branch 'cm/rebase-i-updates' | Junio C Hamano | 1 | -3/+4 |
| 2021-03-26 | Merge branch 'cm/rebase-i' | Junio C Hamano | 1 | -0/+4 |
| 2021-02-10 | t/lib-rebase: update the documentation of FAKE_LINES | Charvi Mendiratta | 1 | -3/+4 |
| 2021-01-29 | t3437: test script for fixup [-C|-c] options in interactive rebase | Charvi Mendiratta | 1 | -0/+4 |
| 2021-01-21 | tests: remove support for GIT_TEST_GETTEXT_POISON | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2019-11-10 | Merge branch 'pw/post-commit-from-sequencer' | Junio C Hamano | 1 | -0/+28 |
| 2019-10-16 | t3404: remove uneeded calls to set_fake_editor | Phillip Wood | 1 | -0/+28 |
| 2019-07-31 | t/lib-rebase: prepare for testing `git rebase --rebase-merges` | Johannes Schindelin | 1 | -4/+5 |
| 2018-11-06 | Merge branch 'sg/test-rebase-editor-fix' | Junio C Hamano | 1 | -2/+2 |
| 2018-11-02 | Merge branch 'js/rebase-i-shortopt' | Junio C Hamano | 1 | -1/+1 |
| 2018-11-02 | Merge branch 'js/rebase-i-break' | Junio C Hamano | 1 | -1/+1 |
| 2018-10-29 | t3404-rebase-interactive: test abbreviated commands | Johannes Sixt | 1 | -2/+2 |
| 2018-10-26 | rebase -i: recognize short commands without arguments | Johannes Sixt | 1 | -1/+1 |
| 2018-10-12 | rebase -i: introduce the 'break' command | Johannes Schindelin | 1 | -1/+1 |
| 2018-08-23 | t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh' | SZEDER Gábor | 1 | -3/+3 |
| 2016-06-17 | i18n: rebase-interactive: mark comments of squash for translation | Vasco Almeida | 1 | -0/+1 |
| 2015-06-30 | git rebase -i: add static check for commands and SHA-1 | Galan Rémi | 1 | -0/+5 |
| 2015-06-30 | git-rebase -i: add command "drop" to remove a commit | Galan Rémi | 1 | -2/+2 |
| 2013-11-26 | test: replace shebangs with descriptions in shell libraries | Jonathan Nieder | 1 | -1/+1 |
| 2013-07-01 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
| 2013-07-01 | lib-rebase: style: use write_script, <<-\EOF | Andrew Pimlott | 1 | -38/+36 |
| 2013-07-01 | lib-rebase: document exec_ in FAKE_LINES | Andrew Pimlott | 1 | -0/+2 |
| 2013-06-27 | rebase -i: handle fixup! fixup! in --autosquash | Andrew Pimlott | 1 | -0/+14 |
| 2013-06-07 | add tests for rebasing with patch-equivalence present | Martin von Zweigbergk | 1 | -0/+17 |
| 2013-06-07 | add simple tests of consistency across rebase types | Martin von Zweigbergk | 1 | -0/+16 |
| 2010-08-11 | rebase -i: add exec command to launch a shell command | Matthieu Moy | 1 | -0/+2 |
| 2010-01-22 | rebase -i: Enclose sed command substitution in quotes | Michael Haggerty | 1 | -1/+1 |
| 2010-01-14 | t3404: Test the commit count in commit messages generated by "rebase -i" | Michael Haggerty | 1 | -1/+5 |
| 2010-01-12 | lib-rebase: Allow comments and blank lines to be added to the rebase script | Michael Haggerty | 1 | -5/+16 |
| 2010-01-12 | lib-rebase: Provide clearer debugging info about what the editor did | Michael Haggerty | 1 | -2/+3 |
| 2009-12-07 | Add a command "fixup" to rebase --interactive | Michael Haggerty | 1 | -3/+4 |
| 2009-10-07 | Teach 'rebase -i' the command "reword" | Björn Gustavsson | 1 | -3/+3 |
| 2009-01-28 | lib-rebase.sh: Document what set_fake_editor() does | Johannes Schindelin | 1 | -0/+12 |
| 2009-01-28 | t3404 & t3411: undo copy&paste | Johannes Schindelin | 1 | -0/+36 |