aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3404-rebase-interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano1-2/+17
2025-08-26commit: print advice when core.commentString=autoPhillip Wood1-1/+11
2025-08-26config: warn on core.commentString=autoPhillip Wood1-1/+6
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood1-1/+1
2025-08-21Merge branch 'js/rebase-i-allow-drop-on-a-merge'Junio C Hamano1-0/+1
2025-08-06rebase -i: permit 'drop' of a merge commitJohannes Sixt1-0/+1
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren1-27/+27
2025-02-11rebase -i: reword empty commit after fast-forwardPhillip Wood1-0/+14
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano1-3/+3
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy1-3/+3
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-01Merge branch 'ua/t3404-cleanup'Taylor Blau1-25/+50
2024-11-01Merge branch 'ps/platform-compat-fixes'Taylor Blau1-14/+12
2024-10-16t3404: work around platform-specific behaviour on macOS 10.15Patrick Steinhardt1-14/+12
2024-10-14t3404: replace test with test_line_count()Usman Akinyemi1-14/+14
2024-10-14t3404: avoid losing exit status with focus on `git show` and `git cat-file`Usman Akinyemi1-23/+48
2024-10-09rebase-merges: try and use branch names as labelsNicolas Guichard1-2/+2
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt1-0/+1
2024-05-30rebase -i: improve error message when picking mergePhillip Wood1-0/+45
2024-02-14Merge branch 'vn/rebase-with-cherry-pick-authorship'Junio C Hamano1-0/+12
2024-02-08sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commandsVegard Nossum1-0/+12
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-1/+1
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-20/+20
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt1-1/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-19/+19
2023-09-20Merge branch 'ob/t3404-typofix'Junio C Hamano1-1/+1
2023-09-14Merge branch 'pw/rebase-i-after-failure'Junio C Hamano1-12/+41
2023-09-12t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen1-1/+1
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood1-11/+18
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood1-1/+17
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood1-0/+6
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie1-0/+26
2023-02-28Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano1-5/+7
2023-02-23rebase -i: match whole word in is_command()Phillip Wood1-5/+7
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood1-0/+23
2022-11-07rebase --update-refs: avoid unintended ref deletionVictoria Dye1-0/+107
2022-09-21t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh1-3/+3
2022-07-19sequencer: notify user of --update-refs activityDerrick Stolee1-4/+33
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee1-0/+14
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee1-0/+139
2022-07-19rebase: update refs from 'update-ref' commandsDerrick Stolee1-0/+17
2022-07-19rebase: add --update-refs optionDerrick Stolee1-0/+74
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