aboutsummaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)Author
2026-02-24t34xx: don't expire reflogs where it mattersPatrick Steinhardt
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano
2025-08-26commit: print advice when core.commentString=autoPhillip Wood
2025-08-26config: warn on core.commentString=autoPhillip Wood
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood
2025-08-21Merge branch 'js/rebase-i-allow-drop-on-a-merge'Junio C Hamano
2025-08-06rebase -i: permit 'drop' of a merge commitJohannes Sixt
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren
2025-02-11rebase -i: reword empty commit after fast-forwardPhillip Wood
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-11-01Merge branch 'ua/t3404-cleanup'Taylor Blau
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau
2024-10-16t3404: work around platform-specific behaviour on macOS 10.15Patrick Steinhardt
2024-10-14t3404: replace test with test_line_count()Usman Akinyemi
2024-10-14t3404: avoid losing exit status with focus on `git show` and `git cat-file`Usman Akinyemi
2024-10-09rebase-merges: try and use branch names as labelsNicolas Guichard
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt
2024-05-30rebase -i: improve error message when picking mergePhillip Wood
2024-02-14Merge branch 'vn/rebase-with-cherry-pick-authorship'Junio C Hamano
2024-02-08sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commandsVegard Nossum
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-09-20Merge branch 'ob/t3404-typofix'Junio C Hamano
2023-09-14Merge branch 'pw/rebase-i-after-failure'Junio C Hamano
2023-09-12t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie
2023-02-28Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano
2023-02-23rebase -i: match whole word in is_command()Phillip Wood
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood
2022-11-07rebase --update-refs: avoid unintended ref deletionVictoria Dye
2022-09-21t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh
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-03Merge 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-07tests: stop testing `git rebase --preserve-merges`Johannes Schindelin