mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02:00
refactor integration tests
This commit is contained in:
@@ -1 +0,0 @@
|
||||
547f41a06ebd3bee30fbba3f43631810fa24f1bb branch 'master' of ../actual_remote
|
||||
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
0000000000000000000000000000000000000000 eb831bc1251f71f602159d98f4550e380007ca4f CI <CI@example.com> 1634897746 +1100 commit (initial): myfile1
|
||||
eb831bc1251f71f602159d98f4550e380007ca4f 547f41a06ebd3bee30fbba3f43631810fa24f1bb CI <CI@example.com> 1634897746 +1100 commit: myfile2
|
||||
547f41a06ebd3bee30fbba3f43631810fa24f1bb a09547e07257ed0456f498fde1b8214152427384 CI <CI@example.com> 1634897746 +1100 commit: myfile3
|
||||
a09547e07257ed0456f498fde1b8214152427384 a6e580c7c3c4ea40bc311466d57a946bb3f77541 CI <CI@example.com> 1634897746 +1100 commit: myfile4
|
||||
@@ -1,4 +0,0 @@
|
||||
0000000000000000000000000000000000000000 eb831bc1251f71f602159d98f4550e380007ca4f CI <CI@example.com> 1634897746 +1100 commit (initial): myfile1
|
||||
eb831bc1251f71f602159d98f4550e380007ca4f 547f41a06ebd3bee30fbba3f43631810fa24f1bb CI <CI@example.com> 1634897746 +1100 commit: myfile2
|
||||
547f41a06ebd3bee30fbba3f43631810fa24f1bb a09547e07257ed0456f498fde1b8214152427384 CI <CI@example.com> 1634897746 +1100 commit: myfile3
|
||||
a09547e07257ed0456f498fde1b8214152427384 a6e580c7c3c4ea40bc311466d57a946bb3f77541 CI <CI@example.com> 1634897746 +1100 commit: myfile4
|
||||
@@ -1,2 +0,0 @@
|
||||
0000000000000000000000000000000000000000 547f41a06ebd3bee30fbba3f43631810fa24f1bb CI <CI@example.com> 1634897746 +1100 fetch origin: storing head
|
||||
547f41a06ebd3bee30fbba3f43631810fa24f1bb a6e580c7c3c4ea40bc311466d57a946bb3f77541 CI <CI@example.com> 1634897748 +1100 update by push
|
||||
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
x��A
|
||||
�0E]����L�"BW=�L:��ƖAoo�����=�y+e��t�����)�l�hLh�3���� t�o���|����#�UfU&��∐ wd ��]���������.�����������@џBp��SU��]�ڲ*�`L;W
|
||||
@@ -1,4 +0,0 @@
|
||||
x��M
|
||||
�0@a�9E���$���H� �-%��^����-��t��}7��
|
||||
*CL@1U�E8��b*�"O�3������@fR
|
||||
�6�TʩΆc
|
||||
@@ -1,2 +0,0 @@
|
||||
x��A
|
||||
�0@Ѯs��JF����<ƘL���")���#t�y�S5[ ������S��K4f"��9b'X-�g�"��9��W�a��1ͣ~�ޛ�R�' �������;�9i�'w�+���6�,�
|
||||
@@ -1 +0,0 @@
|
||||
a6e580c7c3c4ea40bc311466d57a946bb3f77541
|
||||
@@ -1 +0,0 @@
|
||||
a6e580c7c3c4ea40bc311466d57a946bb3f77541
|
||||
8
test/integration/push/expected/origin/config
Normal file
8
test/integration/push/expected/origin/config
Normal file
@@ -0,0 +1,8 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = true
|
||||
ignorecase = true
|
||||
precomposeunicode = true
|
||||
[remote "origin"]
|
||||
url = /Users/jesseduffieldduffield/go/src/github.com/jesseduffield/lazygit/test/integration/push/actual/./repo
|
||||
@@ -0,0 +1,2 @@
|
||||
x��A
|
||||
�0@Q�9E��d&�IDW=F:�`�X)���n?o�umm��}3�%E�2H
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x��A
|
||||
�0@Ѯs��J&N�))��1�P�!")���#t�y�S5[ ������S���������`�Xz���L%�{p���u�q��8�zK�@&�HB�"z��zN��ɝ}˲*�3�,�
|
||||
Binary file not shown.
2
test/integration/push/expected/origin/packed-refs
Normal file
2
test/integration/push/expected/origin/packed-refs
Normal file
@@ -0,0 +1,2 @@
|
||||
# pack-refs with: peeled fully-peeled sorted
|
||||
146ca480a776a466024a08d273987c4b2e71f23b refs/heads/master
|
||||
1
test/integration/push/expected/origin/refs/heads/master
Normal file
1
test/integration/push/expected/origin/refs/heads/master
Normal file
@@ -0,0 +1 @@
|
||||
69fef9300b95338821093ec2dfb6e2974d303510
|
||||
1
test/integration/push/expected/repo/.git_keep/FETCH_HEAD
Normal file
1
test/integration/push/expected/repo/.git_keep/FETCH_HEAD
Normal file
@@ -0,0 +1 @@
|
||||
146ca480a776a466024a08d273987c4b2e71f23b branch 'master' of ../origin
|
||||
1
test/integration/push/expected/repo/.git_keep/HEAD
Normal file
1
test/integration/push/expected/repo/.git_keep/HEAD
Normal file
@@ -0,0 +1 @@
|
||||
ref: refs/heads/master
|
||||
@@ -9,7 +9,7 @@
|
||||
email = CI@example.com
|
||||
name = CI
|
||||
[remote "origin"]
|
||||
url = ../actual_remote
|
||||
url = ../origin
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
@@ -0,0 +1 @@
|
||||
Unnamed repository; edit this file 'description' to name the repository.
|
||||
BIN
test/integration/push/expected/repo/.git_keep/index
Normal file
BIN
test/integration/push/expected/repo/.git_keep/index
Normal file
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
# git ls-files --others --exclude-from=.git/info/exclude
|
||||
# Lines that start with '#' are comments.
|
||||
# For a project mostly in C, the following would be a good set of
|
||||
# exclude patterns (uncomment them if you want to use them):
|
||||
# *.[oa]
|
||||
# *~
|
||||
.DS_Store
|
||||
4
test/integration/push/expected/repo/.git_keep/logs/HEAD
Normal file
4
test/integration/push/expected/repo/.git_keep/logs/HEAD
Normal file
@@ -0,0 +1,4 @@
|
||||
0000000000000000000000000000000000000000 714500c4933e4316cc9747711829560cc42c2f8e CI <CI@example.com> 1648348228 +1100 commit (initial): myfile1
|
||||
714500c4933e4316cc9747711829560cc42c2f8e 146ca480a776a466024a08d273987c4b2e71f23b CI <CI@example.com> 1648348228 +1100 commit: myfile2
|
||||
146ca480a776a466024a08d273987c4b2e71f23b ee53190e06796d55bf236a35d45249c90eff8594 CI <CI@example.com> 1648348228 +1100 commit: myfile3
|
||||
ee53190e06796d55bf236a35d45249c90eff8594 69fef9300b95338821093ec2dfb6e2974d303510 CI <CI@example.com> 1648348228 +1100 commit: myfile4
|
||||
@@ -0,0 +1,4 @@
|
||||
0000000000000000000000000000000000000000 714500c4933e4316cc9747711829560cc42c2f8e CI <CI@example.com> 1648348228 +1100 commit (initial): myfile1
|
||||
714500c4933e4316cc9747711829560cc42c2f8e 146ca480a776a466024a08d273987c4b2e71f23b CI <CI@example.com> 1648348228 +1100 commit: myfile2
|
||||
146ca480a776a466024a08d273987c4b2e71f23b ee53190e06796d55bf236a35d45249c90eff8594 CI <CI@example.com> 1648348228 +1100 commit: myfile3
|
||||
ee53190e06796d55bf236a35d45249c90eff8594 69fef9300b95338821093ec2dfb6e2974d303510 CI <CI@example.com> 1648348228 +1100 commit: myfile4
|
||||
@@ -0,0 +1,2 @@
|
||||
0000000000000000000000000000000000000000 146ca480a776a466024a08d273987c4b2e71f23b CI <CI@example.com> 1648348228 +1100 fetch origin: storing head
|
||||
146ca480a776a466024a08d273987c4b2e71f23b 69fef9300b95338821093ec2dfb6e2974d303510 CI <CI@example.com> 1648348229 +1100 update by push
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x��A
|
||||
�0@Q�9E��d&�IDW=F:�`�X)���n?o�umm��}3�%E�2H
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x��A
|
||||
�0@Ѯs��J&N�))��1�P�!")���#t�y�S5[ ������S���������`�Xz���L%�{p���u�q��8�zK�@&�HB�"z��zN��ɝ}˲*�3�,�
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
69fef9300b95338821093ec2dfb6e2974d303510
|
||||
@@ -0,0 +1 @@
|
||||
69fef9300b95338821093ec2dfb6e2974d303510
|
||||
Reference in New Issue
Block a user