summaryrefslogtreecommitdiff
path: root/t/t3407-rebase-abort.sh
AgeCommit message (Expand)Author
2020-02-16rebase: rename the two primary rebase backendsElijah Newren
2020-02-16rebase tests: mark tests specific to the am-backend with --amElijah Newren
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy
2011-02-10rebase: stricter check of standalone sub commandMartin von Zweigbergk
2010-11-24rebase --abort: do not update branch refMartin von Zweigbergk
2010-08-11test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-07-22Rename .git/rebase to .git/rebase-applyJohannes Schindelin
2008-07-16Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin
2008-05-05git-rebase.sh: Fix --merge --abort failures when path contains whitespaceBryan Donlan
2008-03-04t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey
2008-03-02git rebase --abort: always restore the right commitMike Hommey
2008-03-01Add test for git rebase --abortMike Hommey