mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
refactor integration tests
This commit is contained in:
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
x��K
|
||||
�0@]��2�����U�1�LPhL��x|{���/�Z�C���EtAg�Yfo#�h"�RaF:g,��1Y���5�%#�' ��&���@(.:�>��S��(�ƣu=��:�w�R]9�Vo��6B�V�n��!��Km���k��"�!�>]
|
||||
@@ -1 +0,0 @@
|
||||
40f121d7563ed318d461996b8d84e2ec8632687e
|
||||
@@ -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/submoduleRemove/actual/./repo
|
||||
@@ -0,0 +1,2 @@
|
||||
# pack-refs with: peeled fully-peeled sorted
|
||||
42530e986dbb65877ed8d61ca0c816e425e5c62e refs/heads/master
|
||||
@@ -0,0 +1 @@
|
||||
ref: refs/heads/master
|
||||
@@ -0,0 +1 @@
|
||||
Unnamed repository; edit this file 'description' to name the repository.
|
||||
BIN
test/integration/submoduleRemove/expected/repo/.git_keep/index
Normal file
BIN
test/integration/submoduleRemove/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
|
||||
@@ -1,4 +1,4 @@
|
||||
0000000000000000000000000000000000000000 a50a5125768001a3ea263ffb7cafbc421a508153 CI <CI@example.com> 1534792759 +0100 commit (initial): myfile1
|
||||
a50a5125768001a3ea263ffb7cafbc421a508153 42530e986dbb65877ed8d61ca0c816e425e5c62e CI <CI@example.com> 1534792759 +0100 commit: myfile2
|
||||
42530e986dbb65877ed8d61ca0c816e425e5c62e 9d10a5a0a21eb2cfdb6206f474ed57fd5cd51440 CI <CI@example.com> 1534792759 +0100 commit: add submodule
|
||||
9d10a5a0a21eb2cfdb6206f474ed57fd5cd51440 40f121d7563ed318d461996b8d84e2ec8632687e CI <CI@example.com> 1643370773 +1100 commit: remove submodule
|
||||
9d10a5a0a21eb2cfdb6206f474ed57fd5cd51440 611cac756ef1944ab56d12f4ea3ae4623724c8cf CI <CI@example.com> 1648348134 +1100 commit: remove submodule
|
||||
@@ -1,4 +1,4 @@
|
||||
0000000000000000000000000000000000000000 a50a5125768001a3ea263ffb7cafbc421a508153 CI <CI@example.com> 1534792759 +0100 commit (initial): myfile1
|
||||
a50a5125768001a3ea263ffb7cafbc421a508153 42530e986dbb65877ed8d61ca0c816e425e5c62e CI <CI@example.com> 1534792759 +0100 commit: myfile2
|
||||
42530e986dbb65877ed8d61ca0c816e425e5c62e 9d10a5a0a21eb2cfdb6206f474ed57fd5cd51440 CI <CI@example.com> 1534792759 +0100 commit: add submodule
|
||||
9d10a5a0a21eb2cfdb6206f474ed57fd5cd51440 40f121d7563ed318d461996b8d84e2ec8632687e CI <CI@example.com> 1643370773 +1100 commit: remove submodule
|
||||
9d10a5a0a21eb2cfdb6206f474ed57fd5cd51440 611cac756ef1944ab56d12f4ea3ae4623724c8cf CI <CI@example.com> 1648348134 +1100 commit: remove submodule
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x��M
|
||||
�0@��s��J&N������ I����/�Z�H����R��%d"��r@�X<-4dG��5�?���fxN�(_��&�������6�]����פ˟\ճ����5,�
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
611cac756ef1944ab56d12f4ea3ae4623724c8cf
|
||||
@@ -20,8 +20,8 @@ git add .
|
||||
git commit -am "myfile2"
|
||||
|
||||
cd ..
|
||||
git clone --bare ./actual other_repo
|
||||
cd actual
|
||||
git clone --bare ./repo other_repo
|
||||
cd repo
|
||||
|
||||
git submodule add ../other_repo
|
||||
git commit -am "add submodule"
|
||||
|
||||
Reference in New Issue
Block a user