summaryrefslogtreecommitdiff
path: root/builtin/rebase--helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsLibravatar Johannes Schindelin1-1/+8
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesLibravatar Johannes Schindelin1-1/+3
2018-02-21Merge branch 'gs/rebase-allow-empty-message'Libravatar Junio C Hamano1-0/+2
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Libravatar Junio C Hamano1-1/+1
2018-02-07rebase: add --allow-empty-message optionLibravatar Genki Sky1-0/+2
2017-12-13sequencer: improve config handlingLibravatar Phillip Wood1-12/+1
2017-12-05rebase -i: learn to abbreviate command namesLibravatar Liam Beguin1-0/+3
2017-12-05rebase -i -x: add exec commands via the rebase--helperLibravatar Liam Beguin1-1/+6
2017-12-05rebase -i: update functions to use a flags parameterLibravatar Liam Beguin1-6/+7
2017-12-05rebase -i: replace reference to sha1 with oidLibravatar Liam Beguin1-5/+5
2017-12-05rebase -i: refactor transform_todo_idsLibravatar Liam Beguin1-2/+2
2017-11-24sequencer: load commit related configLibravatar Phillip Wood1-1/+12
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperLibravatar Johannes Schindelin1-1/+5
2017-07-27rebase -i: skip unnecessary picks using the rebase--helperLibravatar Johannes Schindelin1-1/+5
2017-07-27rebase -i: check for missing commits in the rebase--helperLibravatar Johannes Schindelin1-1/+6
2017-07-27rebase -i: also expand/collapse the SHA-1s via the rebase--helperLibravatar Johannes Schindelin1-1/+9
2017-07-27rebase -i: generate the script via rebase--helperLibravatar Johannes Schindelin1-1/+7
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-02-09rebase--helper: add a builtin helper for interactive rebasesLibravatar Johannes Schindelin1-0/+40