summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
AgeCommit message (Expand)Author
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin
2018-08-29rebase -i: rewrite init_basic_state() in CAlban Gruin
2018-08-29rebase -i: rewrite write_basic_state() in CAlban Gruin
2018-08-29rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in CAlban Gruin
2018-08-29rebase -i: implement the logic to initialize $revisions in CAlban Gruin
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin
2018-08-10rebase -i: rewrite checkout_onto() in CAlban Gruin
2018-08-10rebase -i: rewrite setup_reflog_action() in CAlban Gruin
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin
2018-06-25Merge branch 'ag/rebase-p'Junio C Hamano
2018-06-01Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-06-01rebase: remove -p code from git-rebase--interactive.shAlban Gruin
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-28git-rebase--interactive: fix copy-paste mistakeOrgad Shaneh
2018-05-06rebase -i --root: let the sequencer handle even the initial partJohannes Schindelin
2018-05-02Update shell scripts to compute empty tree object IDbrian m. carlson
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin
2018-04-26sequencer: introduce the `merge` commandJohannes Schindelin
2018-04-26sequencer: introduce new commands to reset the revisionJohannes Schindelin
2018-04-26git-rebase--interactive: clarify argumentsStefan Beller
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano
2018-03-29rebase: extend --signoff supportPhillip Wood
2018-03-23rebase: remove merges_option and a blank lineWink Saville
2018-03-23rebase: remove unused code paths from git_rebase__interactive__preserve_mergesWink Saville
2018-03-23rebase: remove unused code paths from git_rebase__interactiveWink Saville
2018-03-23rebase: add and use git_rebase__interactive__preserve_mergesWink Saville
2018-03-23rebase: extract functions out of git_rebase__interactiveWink Saville
2018-03-23rebase: reindent function git_rebase__interactiveWink Saville
2018-03-23rebase: update invocation of rebase dot-sourced scriptsWink Saville
2018-03-23rebase-interactive: simplify pick_on_preserving_mergesWink Saville
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano
2018-02-27Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'Junio C Hamano
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy
2018-02-12rebase: add --show-current-patchNguyễn Thái Ngọc Duy
2018-02-08rebase -p: fix incorrect commit message when calling `git merge`.Gregory Herrero
2018-02-07rebase: add --allow-empty-message optionGenki Sky
2018-01-10Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'Junio C Hamano
2018-01-05rebase -p: fix quoting when calling `git merge`Johannes Schindelin
2017-12-27rebase: do not continue when the todo list generation failedJohannes Schindelin
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin
2017-11-21Merge branch 'ad/rebase-i-serie-typofix' into maintJunio C Hamano
2017-11-15Merge branch 'ad/rebase-i-serie-typofix'Junio C Hamano
2017-11-09rebase -i: fix comment typoAdam Dinwoodie
2017-10-03Merge branch 'js/rebase-i-final'Junio C Hamano
2017-08-02rebase -i: honor --rerere-autoupdatePhillip Wood
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin