| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-10-09 | rebase -i: move rebase--helper modes to rebase--interactive | Alban Gruin | 1 | -226/+0 |
| 2018-08-29 | rebase -i: rewrite init_basic_state() in C | Alban Gruin | 1 | -1/+22 |
| 2018-08-29 | rebase -i: rewrite write_basic_state() in C | Alban Gruin | 1 | -2/+26 |
| 2018-08-29 | rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in C | Alban Gruin | 1 | -6/+34 |
| 2018-08-29 | rebase -i: implement the logic to initialize $revisions in C | Alban Gruin | 1 | -3/+53 |
| 2018-08-29 | rebase -i: remove unused modes and functions | Alban Gruin | 1 | -21/+2 |
| 2018-08-29 | rebase -i: rewrite complete_action() in C | Alban Gruin | 1 | -2/+10 |
| 2018-08-10 | sequencer: change the way skip_unnecessary_picks() returns its result | Alban Gruin | 1 | -2/+8 |
| 2018-08-10 | sequencer: refactor append_todo_help() to write its message to a buffer | Alban Gruin | 1 | -1/+1 |
| 2018-08-10 | rebase -i: rewrite checkout_onto() in C | Alban Gruin | 1 | -1/+6 |
| 2018-08-10 | rebase -i: rewrite setup_reflog_action() in C | Alban Gruin | 1 | -1/+6 |
| 2018-08-10 | rebase -i: rewrite the edit-todo functionality in C | Alban Gruin | 1 | -5/+8 |
| 2018-08-10 | rebase -i: rewrite append_todo_help() in C | Alban Gruin | 1 | -2/+9 |
| 2018-04-26 | rebase -i: introduce --rebase-merges=[no-]rebase-cousins | Johannes Schindelin | 1 | -1/+8 |
| 2018-04-26 | rebase-helper --make-script: introduce a flag to rebase merges | Johannes Schindelin | 1 | -1/+3 |
| 2018-02-21 | Merge branch 'gs/rebase-allow-empty-message' | Junio C Hamano | 1 | -0/+2 |
| 2018-02-13 | Merge branch 'pw/sequencer-in-process-commit' | Junio C Hamano | 1 | -1/+1 |
| 2018-02-07 | rebase: add --allow-empty-message option | Genki Sky | 1 | -0/+2 |
| 2017-12-13 | sequencer: improve config handling | Phillip Wood | 1 | -12/+1 |
| 2017-12-05 | rebase -i: learn to abbreviate command names | Liam Beguin | 1 | -0/+3 |
| 2017-12-05 | rebase -i -x: add exec commands via the rebase--helper | Liam Beguin | 1 | -1/+6 |
| 2017-12-05 | rebase -i: update functions to use a flags parameter | Liam Beguin | 1 | -6/+7 |
| 2017-12-05 | rebase -i: replace reference to sha1 with oid | Liam Beguin | 1 | -5/+5 |
| 2017-12-05 | rebase -i: refactor transform_todo_ids | Liam Beguin | 1 | -2/+2 |
| 2017-11-24 | sequencer: load commit related config | Phillip Wood | 1 | -1/+12 |
| 2017-07-27 | rebase -i: rearrange fixup/squash lines using the rebase--helper | Johannes Schindelin | 1 | -1/+5 |
| 2017-07-27 | rebase -i: skip unnecessary picks using the rebase--helper | Johannes Schindelin | 1 | -1/+5 |
| 2017-07-27 | rebase -i: check for missing commits in the rebase--helper | Johannes Schindelin | 1 | -1/+6 |
| 2017-07-27 | rebase -i: also expand/collapse the SHA-1s via the rebase--helper | Johannes Schindelin | 1 | -1/+9 |
| 2017-07-27 | rebase -i: generate the script via rebase--helper | Johannes Schindelin | 1 | -1/+7 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-02-09 | rebase--helper: add a builtin helper for interactive rebases | Johannes Schindelin | 1 | -0/+40 |