summaryrefslogtreecommitdiff
path: root/t/lib-rebase.sh
AgeCommit message (Expand)Author
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano
2019-10-16t3404: remove uneeded calls to set_fake_editorPhillip Wood
2019-07-31t/lib-rebase: prepare for testing `git rebase --rebase-merges`Johannes Schindelin
2018-11-06Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano
2018-11-02Merge branch 'js/rebase-i-shortopt'Junio C Hamano
2018-11-02Merge branch 'js/rebase-i-break'Junio C Hamano
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt
2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin
2018-08-23t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'SZEDER Gábor
2016-06-17i18n: rebase-interactive: mark comments of squash for translationVasco Almeida
2015-06-30git rebase -i: add static check for commands and SHA-1Galan Rémi
2015-06-30git-rebase -i: add command "drop" to remove a commitGalan Rémi
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder
2013-07-01Merge branch 'maint'Junio C Hamano
2013-07-01lib-rebase: style: use write_script, <<-\EOFAndrew Pimlott
2013-07-01lib-rebase: document exec_ in FAKE_LINESAndrew Pimlott
2013-06-27rebase -i: handle fixup! fixup! in --autosquashAndrew Pimlott
2013-06-07add tests for rebasing with patch-equivalence presentMartin von Zweigbergk
2013-06-07add simple tests of consistency across rebase typesMartin von Zweigbergk
2010-08-11rebase -i: add exec command to launch a shell commandMatthieu Moy
2010-01-22rebase -i: Enclose sed command substitution in quotesMichael Haggerty
2010-01-14t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty
2010-01-12lib-rebase: Allow comments and blank lines to be added to the rebase scriptMichael Haggerty
2010-01-12lib-rebase: Provide clearer debugging info about what the editor didMichael Haggerty
2009-12-07Add a command "fixup" to rebase --interactiveMichael Haggerty
2009-10-08Teach 'rebase -i' the command "reword"Björn Gustavsson
2009-01-29lib-rebase.sh: Document what set_fake_editor() doesJohannes Schindelin
2009-01-29t3404 & t3411: undo copy&pasteJohannes Schindelin