aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin1-84/+0
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin1-19/+22
2018-08-29rebase -i: rewrite init_basic_state() in CAlban Gruin1-9/+0
2018-08-29rebase -i: rewrite write_basic_state() in CAlban Gruin1-1/+6
2018-08-29rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in CAlban Gruin1-23/+4
2018-08-29rebase -i: implement the logic to initialize $revisions in CAlban Gruin1-1/+3
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin1-50/+0
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin1-49/+4
2018-08-10rebase -i: rewrite checkout_onto() in CAlban Gruin1-21/+4
2018-08-10rebase -i: rewrite setup_reflog_action() in CAlban Gruin1-14/+2
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin1-10/+1
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin1-50/+2
2018-06-25Merge branch 'ag/rebase-p'Junio C Hamano1-796/+8
2018-06-01Merge branch 'js/rebase-recreate-merge'Junio C Hamano1-1/+1
2018-06-01rebase: remove -p code from git-rebase--interactive.shAlban Gruin1-794/+8
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-1/+3
2018-05-28git-rebase--interactive: fix copy-paste mistakeOrgad Shaneh1-1/+1
2018-05-06rebase -i --root: let the sequencer handle even the initial partJohannes Schindelin1-1/+3
2018-05-02Update shell scripts to compute empty tree object IDbrian m. carlson1-1/+3
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin1-0/+1
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin1-0/+1
2018-04-26sequencer: introduce the `merge` commandJohannes Schindelin1-0/+4
2018-04-26sequencer: introduce new commands to reset the revisionJohannes Schindelin1-0/+2
2018-04-26git-rebase--interactive: clarify argumentsStefan Beller1-7/+7
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano1-3/+3
2018-03-29rebase: extend --signoff supportPhillip Wood1-3/+3
2018-03-23rebase: remove merges_option and a blank lineWink Saville1-9/+1
2018-03-23rebase: remove unused code paths from git_rebase__interactive__preserve_mergesWink Saville1-83/+69
2018-03-23rebase: remove unused code paths from git_rebase__interactiveWink Saville1-91/+4
2018-03-23rebase: add and use git_rebase__interactive__preserve_mergesWink Saville1-0/+108
2018-03-23rebase: extract functions out of git_rebase__interactiveWink Saville1-71/+111
2018-03-23rebase: reindent function git_rebase__interactiveWink Saville1-217/+215
2018-03-23rebase: update invocation of rebase dot-sourced scriptsWink Saville1-11/+0
2018-03-23rebase-interactive: simplify pick_on_preserving_mergesWink Saville1-10/+7
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano1-0/+6
2018-02-27Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'Junio C Hamano1-1/+1
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy1-1/+4
2018-02-12rebase: add --show-current-patchNguyễn Thái Ngọc Duy1-0/+3
2018-02-08rebase -p: fix incorrect commit message when calling `git merge`.Gregory Herrero1-1/+1
2018-02-07rebase: add --allow-empty-message optionGenki Sky1-10/+15
2018-01-10Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'Junio C Hamano1-3/+6
2018-01-05rebase -p: fix quoting when calling `git merge`Johannes Schindelin1-3/+6
2017-12-27rebase: do not continue when the todo list generation failedJohannes Schindelin1-1/+2
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin1-22/+1
2017-11-21Merge branch 'ad/rebase-i-serie-typofix' into maintJunio C Hamano1-1/+1
2017-11-15Merge branch 'ad/rebase-i-serie-typofix'Junio C Hamano1-1/+1
2017-11-09rebase -i: fix comment typoAdam Dinwoodie1-1/+1
2017-10-03Merge branch 'js/rebase-i-final'Junio C Hamano1-333/+40
2017-08-02rebase -i: honor --rerere-autoupdatePhillip Wood1-3/+4
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin1-89/+1