summaryrefslogtreecommitdiff
path: root/t/t3407-rebase-abort.sh
AgeCommit message (Expand)AuthorFilesLines
2021-09-22rebase: dereference tagsLibravatar Phillip Wood1-4/+14
2021-09-13t3407: rework rebase --quit testsLibravatar Phillip Wood1-22/+12
2021-09-13t3407: strengthen rebase --abort testsLibravatar Phillip Wood1-3/+10
2021-09-13t3407: use test_path_is_missingLibravatar Phillip Wood1-5/+5
2021-09-13t3407: rename a variableLibravatar Phillip Wood1-7/+7
2021-09-13t3407: use test_cmp_revLibravatar Phillip Wood1-7/+7
2021-09-13t3407: use test_commitLibravatar Phillip Wood1-12/+5
2021-09-13t3407: run tests in $TEST_DIRECTORYLibravatar Phillip Wood1-13/+0
2020-11-19t34*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-10/+10
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-02-16rebase: rename the two primary rebase backendsLibravatar Elijah Newren1-3/+3
2020-02-16rebase tests: mark tests specific to the am-backend with --amLibravatar Elijah Newren1-3/+3
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedLibravatar Nguyễn Thái Ngọc Duy1-0/+24
2011-02-10rebase: stricter check of standalone sub commandLibravatar Martin von Zweigbergk1-0/+10
2010-11-23rebase --abort: do not update branch refLibravatar Martin von Zweigbergk1-0/+12
2010-08-11test-lib: user-friendly alternatives to test [-d|-f|-e]Libravatar Matthieu Moy1-3/+3
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Libravatar Nanako Shiraishi1-1/+1
2008-07-21Rename .git/rebase to .git/rebase-applyLibravatar Johannes Schindelin1-1/+1
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Libravatar Johannes Schindelin1-2/+2
2008-05-05git-rebase.sh: Fix --merge --abort failures when path contains whitespaceLibravatar Bryan Donlan1-12/+21
2008-03-03t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeLibravatar Mike Hommey1-28/+40
2008-03-01git rebase --abort: always restore the right commitLibravatar Mike Hommey1-1/+1
2008-03-01Add test for git rebase --abortLibravatar Mike Hommey1-0/+59