aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rebase--helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin1-226/+0
2018-08-29rebase -i: rewrite init_basic_state() in CAlban Gruin1-1/+22
2018-08-29rebase -i: rewrite write_basic_state() in CAlban Gruin1-2/+26
2018-08-29rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in CAlban Gruin1-6/+34
2018-08-29rebase -i: implement the logic to initialize $revisions in CAlban Gruin1-3/+53
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin1-21/+2
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin1-2/+10
2018-08-10sequencer: change the way skip_unnecessary_picks() returns its resultAlban Gruin1-2/+8
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin1-1/+1
2018-08-10rebase -i: rewrite checkout_onto() in CAlban Gruin1-1/+6
2018-08-10rebase -i: rewrite setup_reflog_action() in CAlban Gruin1-1/+6
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin1-5/+8
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin1-2/+9
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin1-1/+8
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesJohannes Schindelin1-1/+3
2018-02-21Merge branch 'gs/rebase-allow-empty-message'Junio C Hamano1-0/+2
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano1-1/+1
2018-02-07rebase: add --allow-empty-message optionGenki Sky1-0/+2
2017-12-13sequencer: improve config handlingPhillip Wood1-12/+1
2017-12-05rebase -i: learn to abbreviate command namesLiam Beguin1-0/+3
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin1-1/+6
2017-12-05rebase -i: update functions to use a flags parameterLiam Beguin1-6/+7
2017-12-05rebase -i: replace reference to sha1 with oidLiam Beguin1-5/+5
2017-12-05rebase -i: refactor transform_todo_idsLiam Beguin1-2/+2
2017-11-24sequencer: load commit related configPhillip Wood1-1/+12
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin1-1/+5
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin1-1/+5
2017-07-27rebase -i: check for missing commits in the rebase--helperJohannes Schindelin1-1/+6
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin1-1/+9
2017-07-27rebase -i: generate the script via rebase--helperJohannes Schindelin1-1/+7
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-02-09rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin1-0/+40