aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib-rebase.sh
AgeCommit message (Expand)AuthorFilesLines
2023-08-10t/lib-rebase: improve documentation of set_fake_editor()Oswald Buddenhagen1-9/+12
2023-08-07t/lib-rebase: set_fake_editor(): handle FAKE_LINES more consistentlyOswald Buddenhagen1-1/+1
2023-08-07t/lib-rebase: set_fake_editor(): fix recognition of reset's short commandOswald Buddenhagen1-1/+1
2023-02-23rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood1-2/+6
2023-02-23rebase -i: match whole word in is_command()Phillip Wood1-1/+1
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee1-0/+15
2021-08-23rebase -r: don't write .git/MERGE_MSG when fast-forwardingPhillip Wood1-2/+8
2021-08-20rebase -r: make 'merge -c' behave like rewordPhillip Wood1-0/+50
2021-03-26Merge branch 'cm/rebase-i-updates'Junio C Hamano1-3/+4
2021-03-26Merge branch 'cm/rebase-i'Junio C Hamano1-0/+4
2021-02-10t/lib-rebase: update the documentation of FAKE_LINESCharvi Mendiratta1-3/+4
2021-01-29t3437: test script for fixup [-C|-c] options in interactive rebaseCharvi Mendiratta1-0/+4
2021-01-21tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason1-1/+0
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano1-0/+28
2019-10-16t3404: remove uneeded calls to set_fake_editorPhillip Wood1-0/+28
2019-07-31t/lib-rebase: prepare for testing `git rebase --rebase-merges`Johannes Schindelin1-4/+5
2018-11-06Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano1-2/+2
2018-11-02Merge branch 'js/rebase-i-shortopt'Junio C Hamano1-1/+1
2018-11-02Merge branch 'js/rebase-i-break'Junio C Hamano1-1/+1
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt1-2/+2
2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt1-1/+1
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin1-1/+1
2018-08-23t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'SZEDER Gábor1-3/+3
2016-06-17i18n: rebase-interactive: mark comments of squash for translationVasco Almeida1-0/+1
2015-06-30git rebase -i: add static check for commands and SHA-1Galan Rémi1-0/+5
2015-06-30git-rebase -i: add command "drop" to remove a commitGalan Rémi1-2/+2
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder1-1/+1
2013-07-01Merge branch 'maint'Junio C Hamano1-0/+2
2013-07-01lib-rebase: style: use write_script, <<-\EOFAndrew Pimlott1-38/+36
2013-07-01lib-rebase: document exec_ in FAKE_LINESAndrew Pimlott1-0/+2
2013-06-27rebase -i: handle fixup! fixup! in --autosquashAndrew Pimlott1-0/+14
2013-06-07add tests for rebasing with patch-equivalence presentMartin von Zweigbergk1-0/+17
2013-06-07add simple tests of consistency across rebase typesMartin von Zweigbergk1-0/+16
2010-08-11rebase -i: add exec command to launch a shell commandMatthieu Moy1-0/+2
2010-01-22rebase -i: Enclose sed command substitution in quotesMichael Haggerty1-1/+1
2010-01-14t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty1-1/+5
2010-01-12lib-rebase: Allow comments and blank lines to be added to the rebase scriptMichael Haggerty1-5/+16
2010-01-12lib-rebase: Provide clearer debugging info about what the editor didMichael Haggerty1-2/+3
2009-12-07Add a command "fixup" to rebase --interactiveMichael Haggerty1-3/+4
2009-10-07Teach 'rebase -i' the command "reword"Björn Gustavsson1-3/+3
2009-01-28lib-rebase.sh: Document what set_fake_editor() doesJohannes Schindelin1-0/+12
2009-01-28t3404 & t3411: undo copy&pasteJohannes Schindelin1-0/+36