1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-26 16:03:10 +03:00

another integration test

This commit is contained in:
Jesse Duffield
2021-04-02 10:59:41 +11:00
parent 44896bcd51
commit b6d0bdfa2d
41 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1 @@
ref: refs/heads/master

View File

@@ -0,0 +1 @@
3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05

View File

@@ -0,0 +1,10 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[user]
email = CI@example.com
name = CI

View File

@@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.

View File

@@ -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

View File

@@ -0,0 +1,6 @@
0000000000000000000000000000000000000000 2dda1e731d2480710985d15f48ef66502bded67e CI <CI@example.com> 1617321379 +1100 commit (initial): first commit
2dda1e731d2480710985d15f48ef66502bded67e 7bd286f21691abfba705b80adafcd2b27652de65 CI <CI@example.com> 1617321379 +1100 commit: blah
7bd286f21691abfba705b80adafcd2b27652de65 7bd286f21691abfba705b80adafcd2b27652de65 CI <CI@example.com> 1617321387 +1100 reset: moving to HEAD
7bd286f21691abfba705b80adafcd2b27652de65 3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05 CI <CI@example.com> 1617321389 +1100 commit: tet
3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05 3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05 CI <CI@example.com> 1617321398 +1100 reset: moving to HEAD
3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05 27d069e22427ab361d59dd841b7874820e35baa4 CI <CI@example.com> 1617321401 +1100 commit: tet

View File

@@ -0,0 +1,4 @@
0000000000000000000000000000000000000000 2dda1e731d2480710985d15f48ef66502bded67e CI <CI@example.com> 1617321379 +1100 commit (initial): first commit
2dda1e731d2480710985d15f48ef66502bded67e 7bd286f21691abfba705b80adafcd2b27652de65 CI <CI@example.com> 1617321379 +1100 commit: blah
7bd286f21691abfba705b80adafcd2b27652de65 3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05 CI <CI@example.com> 1617321389 +1100 commit: tet
3cbe2a75b31f199c5ac036efcb3b5bdb508ccd05 27d069e22427ab361d59dd841b7874820e35baa4 CI <CI@example.com> 1617321401 +1100 commit: tet

View File

@@ -0,0 +1,2 @@
x<01><>A
<EFBFBD>@ @Q<>s<EFBFBD><73>I:f<><11><>#I3(8<><38><<3C><>n?o<>m<EFBFBD><6D>р2<1E><><0E>P<EFBFBD>B%<25>9bR:<3A>!<21>,<18><>LSr<53><72>a<EFBFBD><61>_

View File

@@ -0,0 +1,2 @@
x<01><>=
1@a<><61>"<22> <20><>M"<22>V{<7B><>d<EFBFBD><64>q<EFBFBD><10><><EFBFBD>G<EFBFBD><47>x<EFBFBD>+[<5B>ϩ!<21><>":x<><78><EFBFBD>q<EFBFBD>$<24> <0C><><11><>V<EFBFBD><12>V͡><3E><><EFBFBD><EFBFBD><EFBFBD>F<EFBFBD>6<EFBFBD>f!f nLh'C<>Z<EFBFBD><5A>-<2D>`<60>Ġ<EFBFBD>3<1F><>˪<EFBFBD><CBAA>z<EFBFBD>/<2F><>%<25><><EFBFBD><EFBFBD><EFBFBD><08>,<2C><><EFBFBD><19>u<>15<31><35>\M<><4D>F<>9<EFBFBD>

View File

@@ -0,0 +1,3 @@
x<01><>M
<EFBFBD>0@a<>9E<39><45><EFBFBD><EFBFBD><EFBFBD><11><>c<><63>P<EFBFBD>1<EFBFBD>D<EFBFBD><44><EFBFBD>n<1F><><EFBFBD>V<EFBFBD><56>k<EFBFBD><6B><EFBFBD>O<11>|
L.<2E><"9Jl\<5C>R(2`<60>[<5B>!<21><>Nywm<77> %Zj<><6A>0O<30><4F>7I <09><>I,<1C>(<28><><EFBFBD><EFBFBD>zY<7A>}Y<><59><EFBFBD>z<EFBFBD>r˭>4<06>֠<EFBFBD><D6A0><EFBFBD>"<02>Q<EFBFBD>T<EFBFBD>?<3F>J;m<>K<>9R

View File

@@ -0,0 +1 @@
27d069e22427ab361d59dd841b7874820e35baa4

View File

@@ -0,0 +1 @@
test5

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,21 @@
#!/bin/sh
cd $1
git init
git config user.email "CI@example.com"
git config user.name "CI"
git commit --allow-empty -m "first commit"
mkdir -p one/two/three
echo test1 > one/two/three/file1
echo test2 > one/two/three/file2
echo test3 > one/two/three/file3
echo test4 > one/two/three/file4
echo test5 > one/two/file1
echo test6 > one/two/file2
git add .
git commit -m "blah"

View File

@@ -0,0 +1 @@
{ "description": "messing with our patch building flow in both flat and tree view", "speed": 15 }