revert(3p/git): Revert merge of git upstream at v2.26.2
This causes cgit to serve error pages, which is undesirable. This reverts commit5229c9b232, reversing changes made tof2b211131f.
This commit is contained in:
parent
6f8fbf4aa4
commit
93ba78d6f4
1006 changed files with 60537 additions and 148724 deletions
8
third_party/git/t/t9903-bash-prompt.sh
vendored
8
third_party/git/t/t9903-bash-prompt.sh
vendored
|
|
@ -163,7 +163,7 @@ test_expect_success 'prompt - inside bare repository' '
|
|||
'
|
||||
|
||||
test_expect_success 'prompt - interactive rebase' '
|
||||
printf " (b1|REBASE 2/3)" >expected &&
|
||||
printf " (b1|REBASE-i 2/3)" >expected &&
|
||||
write_script fake_editor.sh <<-\EOF &&
|
||||
echo "exec echo" >"$1"
|
||||
echo "edit $(git log -1 --format="%h")" >>"$1"
|
||||
|
|
@ -180,7 +180,7 @@ test_expect_success 'prompt - interactive rebase' '
|
|||
'
|
||||
|
||||
test_expect_success 'prompt - rebase merge' '
|
||||
printf " (b2|REBASE 1/3)" >expected &&
|
||||
printf " (b2|REBASE-i 1/3)" >expected &&
|
||||
git checkout b2 &&
|
||||
test_when_finished "git checkout master" &&
|
||||
test_must_fail git rebase --merge b1 b2 &&
|
||||
|
|
@ -189,11 +189,11 @@ test_expect_success 'prompt - rebase merge' '
|
|||
test_cmp expected "$actual"
|
||||
'
|
||||
|
||||
test_expect_success 'prompt - rebase am' '
|
||||
test_expect_success 'prompt - rebase' '
|
||||
printf " (b2|REBASE 1/3)" >expected &&
|
||||
git checkout b2 &&
|
||||
test_when_finished "git checkout master" &&
|
||||
test_must_fail git rebase --apply b1 b2 &&
|
||||
test_must_fail git rebase b1 b2 &&
|
||||
test_when_finished "git rebase --abort" &&
|
||||
__git_ps1 >"$actual" &&
|
||||
test_cmp expected "$actual"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue