summary refs log tree commit diff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)AuthorFilesLines
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason1-8/+2
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-2/+2
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-2/+0
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano1-76/+0
2021-09-12tests: remove leftover untracked filesElijah Newren1-0/+1
2021-09-07tests: stop testing `git rebase --preserve-merges`Johannes Schindelin1-76/+0
2021-08-23rebase -i: add another reword testPhillip Wood1-0/+13
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-19/+19
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason1-1/+2
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-12/+12
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-7/+7
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2020-11-24t3404: do not depend on any specific default branch nameJohannes Schindelin1-44/+45
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-04rebase -i: stop overwriting ORIG_HEAD bufferPhillip Wood1-0/+11
2020-08-19Merge branch 'ak/sequencer-fix-find-uniq-abbrev'Junio C Hamano1-0/+6
2020-08-19Merge branch 'en/sequencer-merge-labels'Junio C Hamano1-1/+1
2020-08-14sequencer: avoid garbled merge machinery messages due to commit labelsElijah Newren1-1/+1
2020-08-13rebase -i: fix possibly wrong onto hash in todoAntti Keränen1-0/+6
2020-07-30t3404: prepare 'short SHA-1 collision' tests for SHA-256Johannes Schindelin1-9/+40
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano1-19/+45
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano1-9/+10
2020-02-16rebase: rename the two primary rebase backendsElijah Newren1-1/+1
2020-02-16rebase tests: mark tests specific to the am-backend with --amElijah Newren1-1/+1
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren1-5/+5
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin1-0/+121
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin1-0/+2
2020-01-23rebase -i: re-fix short SHA-1 collisionJohannes Schindelin1-2/+13
2020-01-17t3404: directly test the behavior of interestElijah Newren1-3/+4
2019-12-09t3404: fix indentationJohannes Schindelin1-5/+5
2019-12-06commit: give correct advice for empty commit during a rebasePhillip Wood1-0/+26
2019-12-06t3404: use test_cmp_revPhillip Wood1-19/+19
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano1-228/+368
2019-10-16sequencer: run post-commit hookPhillip Wood1-0/+19
2019-10-16t3404: remove uneeded calls to set_fake_editorPhillip Wood1-20/+5
2019-10-16t3404: set $EDITOR in subshellPhillip Wood1-204/+342
2019-10-16t3404: remove unnecessary subshellPhillip Wood1-4/+2
2019-10-11Merge branch 'pw/rebase-i-show-HEAD-to-reword'Junio C Hamano1-3/+13
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano1-1/+1
2019-09-30Merge branch 'dl/use-sq-from-test-lib'Junio C Hamano1-1/+0
2019-09-30Merge branch 'bc/hash-independent-tests-part-5'Junio C Hamano1-11/+11
2019-09-06t: use common $SQ variableDenton Liu1-1/+0
2019-09-05t: use LF variable defined in the test harnessJunio C Hamano1-2/+0
2019-08-27rebase: fast-forward --onto in more casesDenton Liu1-1/+1
2019-08-20t3404: abstract away SHA-1-specific constantsbrian m. carlson1-11/+11
2019-08-19rebase -i: always update HEAD before rewordingPhillip Wood1-3/+13
2019-07-29Merge branch 'sg/rebase-progress' into maintJunio C Hamano1-70/+50
2019-07-29Merge branch 'js/t3404-typofix' into maintJunio C Hamano1-1/+1
2019-07-09Merge branch 'sg/rebase-progress'Junio C Hamano1-70/+50