aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3407-rebase-abort.sh
AgeCommit message (Expand)AuthorFilesLines
2024-02-09prune: mark rebase autostash and orig-head as reachablePhillip Wood1-1/+16
2021-09-22rebase: dereference tagsPhillip Wood1-4/+14
2021-09-13t3407: rework rebase --quit testsPhillip Wood1-22/+12
2021-09-13t3407: strengthen rebase --abort testsPhillip Wood1-3/+10
2021-09-13t3407: use test_path_is_missingPhillip Wood1-5/+5
2021-09-13t3407: rename a variablePhillip Wood1-7/+7
2021-09-13t3407: use test_cmp_revPhillip Wood1-7/+7
2021-09-13t3407: use test_commitPhillip Wood1-12/+5
2021-09-13t3407: run tests in $TEST_DIRECTORYPhillip Wood1-13/+0
2020-11-19t34*: adjust the references to the default branch name "main"Johannes Schindelin1-10/+10
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-02-16rebase: rename the two primary rebase backendsElijah Newren1-3/+3
2020-02-16rebase tests: mark tests specific to the am-backend with --amElijah Newren1-3/+3
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy1-0/+24
2011-02-10rebase: stricter check of standalone sub commandMartin von Zweigbergk1-0/+10
2010-11-23rebase --abort: do not update branch refMartin von Zweigbergk1-0/+12
2010-08-11test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy1-3/+3
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi1-1/+1
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin1-1/+1
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin1-2/+2
2008-05-05git-rebase.sh: Fix --merge --abort failures when path contains whitespaceBryan Donlan1-12/+21
2008-03-03t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey1-28/+40
2008-03-01git rebase --abort: always restore the right commitMike Hommey1-1/+1
2008-03-01Add test for git rebase --abortMike Hommey1-0/+59