summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAgeFilesLines
* rebase -i: remove git-rebase--interactive.shAlban Gruin2018-10-091-84/+0
* rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin2018-10-091-19/+22
* rebase -i: rewrite init_basic_state() in CAlban Gruin2018-08-291-9/+0
* rebase -i: rewrite write_basic_state() in CAlban Gruin2018-08-291-1/+6
* rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in CAlban Gruin2018-08-291-23/+4
* rebase -i: implement the logic to initialize $revisions in CAlban Gruin2018-08-291-1/+3
* rebase -i: remove unused modes and functionsAlban Gruin2018-08-291-50/+0
* rebase -i: rewrite complete_action() in CAlban Gruin2018-08-291-49/+4
* rebase -i: rewrite checkout_onto() in CAlban Gruin2018-08-101-21/+4
* rebase -i: rewrite setup_reflog_action() in CAlban Gruin2018-08-101-14/+2
* rebase -i: rewrite the edit-todo functionality in CAlban Gruin2018-08-101-10/+1
* rebase -i: rewrite append_todo_help() in CAlban Gruin2018-08-101-50/+2
* Merge branch 'ag/rebase-p'Junio C Hamano2018-06-251-796/+8
|\
| * rebase: remove -p code from git-rebase--interactive.shAlban Gruin2018-06-011-794/+8
* | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-06-011-1/+1
|\ \
| * | git-rebase--interactive: fix copy-paste mistakeOrgad Shaneh2018-05-281-1/+1
* | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-1/+3
|\ \ \ | |_|/ |/| |
| * | Update shell scripts to compute empty tree object IDbrian m. carlson2018-05-021-1/+3
* | | rebase -i --root: let the sequencer handle even the initial partJohannes Schindelin2018-05-061-1/+3
| |/ |/|
* | rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin2018-04-261-0/+1
* | rebase: introduce the --rebase-merges optionJohannes Schindelin2018-04-261-0/+1
* | sequencer: introduce the `merge` commandJohannes Schindelin2018-04-261-0/+4
* | sequencer: introduce new commands to reset the revisionJohannes Schindelin2018-04-261-0/+2
* | git-rebase--interactive: clarify argumentsStefan Beller2018-04-261-7/+7
* | Merge branch 'pw/rebase-signoff'Junio C Hamano2018-04-251-3/+3
|\ \ | |/ |/|
| * rebase: extend --signoff supportPhillip Wood2018-03-291-3/+3
* | rebase: remove merges_option and a blank linews/rebase-pWink Saville2018-03-231-9/+1
* | rebase: remove unused code paths from git_rebase__interactive__preserve_mergesWink Saville2018-03-231-83/+69
* | rebase: remove unused code paths from git_rebase__interactiveWink Saville2018-03-231-91/+4
* | rebase: add and use git_rebase__interactive__preserve_mergesWink Saville2018-03-231-0/+108
* | rebase: extract functions out of git_rebase__interactiveWink Saville2018-03-231-71/+111
* | rebase: reindent function git_rebase__interactiveWink Saville2018-03-231-217/+215
* | rebase: update invocation of rebase dot-sourced scriptsWink Saville2018-03-231-11/+0
* | rebase-interactive: simplify pick_on_preserving_mergesWink Saville2018-03-231-10/+7
* | Merge branch 'nd/rebase-show-current-patch'Junio C Hamano2018-03-061-0/+6
|\ \
| * | rebase: introduce and use pseudo-ref REBASE_HEADnd/rebase-show-current-patchNguyễn Thái Ngọc Duy2018-02-121-1/+4
| * | rebase: add --show-current-patchNguyễn Thái Ngọc Duy2018-02-121-0/+3
| |/
* | Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'Junio C Hamano2018-02-271-1/+1
|\ \
| * | rebase -p: fix incorrect commit message when calling `git merge`.js/fix-merge-arg-quoting-in-rebase-pGregory Herrero2018-02-081-1/+1
* | | rebase: add --allow-empty-message optiongs/rebase-allow-empty-messageGenki Sky2018-02-071-10/+15
| |/ |/|
* | Merge branch 'js/fix-merge-arg-quoting-in-rebase-p'Junio C Hamano2018-01-101-3/+6
|\ \ | |/
| * rebase -p: fix quoting when calling `git merge`Johannes Schindelin2018-01-051-3/+6
| * Merge branch 'ad/rebase-i-serie-typofix' into maintJunio C Hamano2017-11-211-1/+1
| |\
* | | rebase: do not continue when the todo list generation failedJohannes Schindelin2017-12-271-1/+2
* | | rebase -i -x: add exec commands via the rebase--helperLiam Beguin2017-12-051-22/+1
* | | Merge branch 'ad/rebase-i-serie-typofix'Junio C Hamano2017-11-151-1/+1
|\ \ \ | |/ / |/| / | |/
| * rebase -i: fix comment typoad/rebase-i-serie-typofixAdam Dinwoodie2017-11-091-1/+1
* | Merge branch 'js/rebase-i-final'Junio C Hamano2017-10-031-333/+40
|\ \
| * | rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin2017-07-271-89/+1
| * | rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin2017-07-271-38/+3