summaryrefslogtreecommitdiff
path: root/builtin/rebase--helper.c
Commit message (Expand)AuthorAgeFilesLines
* rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2018-10-091-226/+0
* rebase -i: rewrite init_basic_state() in CAlban Gruin2018-08-291-1/+22
* rebase -i: rewrite write_basic_state() in CAlban Gruin2018-08-291-2/+26
* rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in CAlban Gruin2018-08-291-6/+34
* rebase -i: implement the logic to initialize $revisions in CAlban Gruin2018-08-291-3/+53
* rebase -i: remove unused modes and functionsAlban Gruin2018-08-291-21/+2
* rebase -i: rewrite complete_action() in CAlban Gruin2018-08-291-2/+10
* sequencer: change the way skip_unnecessary_picks() returns its resultAlban Gruin2018-08-101-2/+8
* sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin2018-08-101-1/+1
* rebase -i: rewrite checkout_onto() in CAlban Gruin2018-08-101-1/+6
* rebase -i: rewrite setup_reflog_action() in CAlban Gruin2018-08-101-1/+6
* rebase -i: rewrite the edit-todo functionality in CAlban Gruin2018-08-101-5/+8
* rebase -i: rewrite append_todo_help() in CAlban Gruin2018-08-101-2/+9
* rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin2018-04-261-1/+8
* rebase-helper --make-script: introduce a flag to rebase mergesJohannes Schindelin2018-04-261-1/+3
* Merge branch 'gs/rebase-allow-empty-message'Junio C Hamano2018-02-211-0/+2
|\
| * rebase: add --allow-empty-message optiongs/rebase-allow-empty-messageGenki Sky2018-02-071-0/+2
* | Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano2018-02-131-1/+1
|\ \ | |/ |/|
| * sequencer: improve config handlingPhillip Wood2017-12-131-12/+1
| * sequencer: load commit related configPhillip Wood2017-11-241-1/+12
* | rebase -i: learn to abbreviate command namesLiam Beguin2017-12-051-0/+3
* | rebase -i -x: add exec commands via the rebase--helperLiam Beguin2017-12-051-1/+6
* | rebase -i: update functions to use a flags parameterLiam Beguin2017-12-051-6/+7
* | rebase -i: replace reference to sha1 with oidLiam Beguin2017-12-051-5/+5
* | rebase -i: refactor transform_todo_idsLiam Beguin2017-12-051-2/+2
|/
* rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin2017-07-271-1/+5
* rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin2017-07-271-1/+5
* rebase -i: check for missing commits in the rebase--helperJohannes Schindelin2017-07-271-1/+6
* rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin2017-07-271-1/+9
* rebase -i: generate the script via rebase--helperJohannes Schindelin2017-07-271-1/+7
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-091-0/+40