зеркало из https://github.com/microsoft/git.git
t: replace pulls with merges
This is what the code intended. No functional changes. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
90f867b9a5
Коммит
501a75a7b3
|
@ -92,7 +92,7 @@ test_expect_success 'blame 2 authors + 1 branch2 author' '
|
|||
'
|
||||
|
||||
test_expect_success 'merge branch1 & branch2' '
|
||||
git pull . branch1
|
||||
git merge branch1
|
||||
'
|
||||
|
||||
test_expect_success 'blame 2 authors + 2 merged-in authors' '
|
||||
|
|
|
@ -172,7 +172,7 @@ test_expect_success 'first postimage wins' '
|
|||
git show second^:a1 | sed "s/To die: t/To die! T/" >a1 &&
|
||||
git commit -q -a -m third &&
|
||||
|
||||
test_must_fail git pull . first &&
|
||||
test_must_fail git merge first &&
|
||||
# rerere kicked in
|
||||
! grep "^=======\$" a1 &&
|
||||
test_cmp expect a1
|
||||
|
|
|
@ -62,7 +62,7 @@ test_expect_success 'setup git mirror and merge' '
|
|||
echo friend > README &&
|
||||
cat tmp >> README &&
|
||||
git commit -a -m "friend" &&
|
||||
git pull . merge
|
||||
git merge merge
|
||||
'
|
||||
|
||||
test_debug 'gitk --all & sleep 1'
|
||||
|
|
|
@ -328,7 +328,7 @@ test_expect_success \
|
|||
git add b &&
|
||||
git commit -a -m "On branch" &&
|
||||
git checkout master &&
|
||||
git pull . b &&
|
||||
git merge b &&
|
||||
git tag merge_commit'
|
||||
|
||||
test_expect_success \
|
||||
|
|
Загрузка…
Ссылка в новой задаче