summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)Author
2022-07-19sequencer: notify user of --update-refs activityDerrick Stolee
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee
2022-07-19rebase: update refs from 'update-ref' commandsDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-09-12tests: remove leftover untracked filesElijah Newren
2021-09-08tests: stop testing `git rebase --preserve-merges`Johannes Schindelin
2021-08-23rebase -i: add another reword testPhillip Wood
2021-02-26Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-11-24t3404: do not depend on any specific default branch nameJohannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-04rebase -i: stop overwriting ORIG_HEAD bufferPhillip Wood
2020-08-19Merge branch 'ak/sequencer-fix-find-uniq-abbrev'Junio C Hamano
2020-08-19Merge branch 'en/sequencer-merge-labels'Junio C Hamano
2020-08-14sequencer: avoid garbled merge machinery messages due to commit labelsElijah Newren
2020-08-13rebase -i: fix possibly wrong onto hash in todoAntti Keränen
2020-07-30t3404: prepare 'short SHA-1 collision' tests for SHA-256Johannes Schindelin
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano
2020-02-16rebase: rename the two primary rebase backendsElijah Newren
2020-02-16rebase tests: mark tests specific to the am-backend with --amElijah Newren
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin
2020-01-23rebase -i: re-fix short SHA-1 collisionJohannes Schindelin
2020-01-17t3404: directly test the behavior of interestElijah Newren
2019-12-09t3404: fix indentationJohannes Schindelin
2019-12-06commit: give correct advice for empty commit during a rebasePhillip Wood
2019-12-06t3404: use test_cmp_revPhillip Wood
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano
2019-10-16sequencer: run post-commit hookPhillip Wood
2019-10-16t3404: remove uneeded calls to set_fake_editorPhillip Wood
2019-10-16t3404: set $EDITOR in subshellPhillip Wood
2019-10-16t3404: remove unnecessary subshellPhillip Wood
2019-10-11Merge branch 'pw/rebase-i-show-HEAD-to-reword'Junio C Hamano
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-30Merge branch 'dl/use-sq-from-test-lib'Junio C Hamano
2019-09-30Merge branch 'bc/hash-independent-tests-part-5'Junio C Hamano
2019-09-06t: use common $SQ variableDenton Liu
2019-09-05t: use LF variable defined in the test harnessJunio C Hamano
2019-08-27rebase: fast-forward --onto in more casesDenton Liu