summaryrefslogtreecommitdiff
path: root/t/t3407-rebase-abort.sh
Commit message (Expand)AuthorAgeFilesLines
* rebase: dereference tagsPhillip Wood2021-09-221-4/+14
* t3407: rework rebase --quit testsPhillip Wood2021-09-131-22/+12
* t3407: strengthen rebase --abort testsPhillip Wood2021-09-131-3/+10
* t3407: use test_path_is_missingPhillip Wood2021-09-131-5/+5
* t3407: rename a variablePhillip Wood2021-09-131-7/+7
* t3407: use test_cmp_revPhillip Wood2021-09-131-7/+7
* t3407: use test_commitPhillip Wood2021-09-131-12/+5
* t3407: run tests in $TEST_DIRECTORYPhillip Wood2021-09-131-13/+0
* t34*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-10/+10
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* rebase: rename the two primary rebase backendsElijah Newren2020-02-161-3/+3
* rebase tests: mark tests specific to the am-backend with --amElijah Newren2020-02-161-3/+3
* rebase: add --quit to cleanup rebase, leave everything else untouchednd/rebase-forgetNguyễn Thái Ngọc Duy2016-12-111-0/+24
* rebase: stricter check of standalone sub commandMartin von Zweigbergk2011-02-101-0/+10
* rebase --abort: do not update branch refMartin von Zweigbergk2010-11-231-0/+12
* test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy2010-08-111-3/+3
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-031-1/+1
* Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-211-1/+1
* Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-151-2/+2
* git-rebase.sh: Fix --merge --abort failures when path contains whitespaceBryan Donlan2008-05-051-12/+21
* t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey2008-03-031-28/+40
* git rebase --abort: always restore the right commitMike Hommey2008-03-011-1/+1
* Add test for git rebase --abortMike Hommey2008-03-011-0/+59