mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
add tests for dealing with remotes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
myfile4
|
||||
@@ -0,0 +1 @@
|
||||
dc7117cc68b23798cabb2c388a45036da33c2f10 not-for-merge branch 'master' of ../actual_remote
|
||||
@@ -0,0 +1 @@
|
||||
ref: refs/heads/test
|
||||
@@ -0,0 +1,18 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
ignorecase = true
|
||||
precomposeunicode = true
|
||||
[user]
|
||||
email = CI@example.com
|
||||
name = CI
|
||||
[remote "origin"]
|
||||
url = ../actual_remote
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[push]
|
||||
default = current
|
||||
[branch "test"]
|
||||
remote = origin
|
||||
merge = refs/heads/test
|
||||
@@ -0,0 +1 @@
|
||||
Unnamed repository; edit this file 'description' to name the repository.
|
||||
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
|
||||
@@ -0,0 +1,5 @@
|
||||
0000000000000000000000000000000000000000 d0e2575d4cdf78f6845db57439c7b526d02dbc7d CI <CI@example.com> 1634897757 +1100 commit (initial): myfile1
|
||||
d0e2575d4cdf78f6845db57439c7b526d02dbc7d dc7117cc68b23798cabb2c388a45036da33c2f10 CI <CI@example.com> 1634897757 +1100 commit: myfile2
|
||||
dc7117cc68b23798cabb2c388a45036da33c2f10 6552acdbb2da7b153b78bbd9f6a564a54fce1ed9 CI <CI@example.com> 1634897757 +1100 commit: myfile3
|
||||
6552acdbb2da7b153b78bbd9f6a564a54fce1ed9 2d0011f18dcd00e21fd13ede01792048ccd09e85 CI <CI@example.com> 1634897757 +1100 commit: myfile4
|
||||
2d0011f18dcd00e21fd13ede01792048ccd09e85 2d0011f18dcd00e21fd13ede01792048ccd09e85 CI <CI@example.com> 1634897760 +1100 checkout: moving from master to test
|
||||
@@ -0,0 +1,4 @@
|
||||
0000000000000000000000000000000000000000 d0e2575d4cdf78f6845db57439c7b526d02dbc7d CI <CI@example.com> 1634897757 +1100 commit (initial): myfile1
|
||||
d0e2575d4cdf78f6845db57439c7b526d02dbc7d dc7117cc68b23798cabb2c388a45036da33c2f10 CI <CI@example.com> 1634897757 +1100 commit: myfile2
|
||||
dc7117cc68b23798cabb2c388a45036da33c2f10 6552acdbb2da7b153b78bbd9f6a564a54fce1ed9 CI <CI@example.com> 1634897757 +1100 commit: myfile3
|
||||
6552acdbb2da7b153b78bbd9f6a564a54fce1ed9 2d0011f18dcd00e21fd13ede01792048ccd09e85 CI <CI@example.com> 1634897757 +1100 commit: myfile4
|
||||
@@ -0,0 +1 @@
|
||||
0000000000000000000000000000000000000000 2d0011f18dcd00e21fd13ede01792048ccd09e85 CI <CI@example.com> 1634897760 +1100 branch: Created from master
|
||||
@@ -0,0 +1 @@
|
||||
0000000000000000000000000000000000000000 dc7117cc68b23798cabb2c388a45036da33c2f10 CI <CI@example.com> 1634897757 +1100 fetch origin: storing head
|
||||
@@ -0,0 +1 @@
|
||||
0000000000000000000000000000000000000000 2d0011f18dcd00e21fd13ede01792048ccd09e85 CI <CI@example.com> 1634897761 +1100 update by push
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
x��A
|
||||
�0@Ѯs��JFǙ�\y��L������#t�y�S5[ �����S��5d"��9`�-�g��й�n�z�4�}�����ozK���SE�+���������ٷ����7,,�
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2d0011f18dcd00e21fd13ede01792048ccd09e85
|
||||
@@ -0,0 +1 @@
|
||||
2d0011f18dcd00e21fd13ede01792048ccd09e85
|
||||
@@ -0,0 +1 @@
|
||||
dc7117cc68b23798cabb2c388a45036da33c2f10
|
||||
@@ -0,0 +1 @@
|
||||
2d0011f18dcd00e21fd13ede01792048ccd09e85
|
||||
@@ -0,0 +1 @@
|
||||
test1
|
||||
@@ -0,0 +1 @@
|
||||
test2
|
||||
@@ -0,0 +1 @@
|
||||
test3
|
||||
@@ -0,0 +1 @@
|
||||
test4
|
||||
Reference in New Issue
Block a user