mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
try having at least one commit created
This commit is contained in:
parent
6d133fd611
commit
a99255c18b
33 changed files with 33 additions and 3 deletions
|
@ -0,0 +1 @@
|
||||||
|
Initial commit
|
|
@ -5,3 +5,6 @@
|
||||||
logallrefupdates = true
|
logallrefupdates = true
|
||||||
ignorecase = true
|
ignorecase = true
|
||||||
precomposeunicode = true
|
precomposeunicode = true
|
||||||
|
[user]
|
||||||
|
email = CI@example.com
|
||||||
|
name = CI
|
||||||
|
|
BIN
test/integration/excludeGitIgnore/expected/repo/.git_keep/index
Normal file
BIN
test/integration/excludeGitIgnore/expected/repo/.git_keep/index
Normal file
Binary file not shown.
|
@ -4,3 +4,4 @@
|
||||||
# exclude patterns (uncomment them if you want to use them):
|
# exclude patterns (uncomment them if you want to use them):
|
||||||
# *.[oa]
|
# *.[oa]
|
||||||
# *~
|
# *~
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 e976bc07c8784964cf239ac9fbdc3535df55269c CI <CI@example.com> 1657012812 +1000 commit (initial): Initial commit
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 e976bc07c8784964cf239ac9fbdc3535df55269c CI <CI@example.com> 1657012812 +1000 commit (initial): Initial commit
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
e976bc07c8784964cf239ac9fbdc3535df55269c
|
|
@ -1 +1 @@
|
||||||
{"KeyEvents":[{"Timestamp":2674,"Mod":0,"Key":256,"Ch":105},{"Timestamp":4846,"Mod":0,"Key":256,"Ch":101},{"Timestamp":8064,"Mod":0,"Key":13,"Ch":13},{"Timestamp":8515,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":170,"Height":55}]}
|
{"KeyEvents":[{"Timestamp":642,"Mod":0,"Key":256,"Ch":105},{"Timestamp":1529,"Mod":0,"Key":256,"Ch":101},{"Timestamp":2522,"Mod":0,"Key":27,"Ch":0},{"Timestamp":2962,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":238,"Height":61}]}
|
|
@ -9,5 +9,7 @@ git init
|
||||||
git config user.email "CI@example.com"
|
git config user.email "CI@example.com"
|
||||||
git config user.name "CI"
|
git config user.name "CI"
|
||||||
|
|
||||||
|
git commit --allow-empty -m "Initial commit"
|
||||||
|
|
||||||
echo test1 > .gitignore
|
echo test1 > .gitignore
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Initial commit
|
|
@ -5,3 +5,6 @@
|
||||||
logallrefupdates = true
|
logallrefupdates = true
|
||||||
ignorecase = true
|
ignorecase = true
|
||||||
precomposeunicode = true
|
precomposeunicode = true
|
||||||
|
[user]
|
||||||
|
email = CI@example.com
|
||||||
|
name = CI
|
||||||
|
|
BIN
test/integration/excludeMenu/expected/repo/.git_keep/index
Normal file
BIN
test/integration/excludeMenu/expected/repo/.git_keep/index
Normal file
Binary file not shown.
|
@ -4,5 +4,6 @@
|
||||||
# exclude patterns (uncomment them if you want to use them):
|
# exclude patterns (uncomment them if you want to use them):
|
||||||
# *.[oa]
|
# *.[oa]
|
||||||
# *~
|
# *~
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
myfile1
|
myfile1
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 129cdae0c4ccd050e8398bcb18b2ce1e4a5626f9 CI <CI@example.com> 1657012793 +1000 commit (initial): Initial commit
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 129cdae0c4ccd050e8398bcb18b2ce1e4a5626f9 CI <CI@example.com> 1657012793 +1000 commit (initial): Initial commit
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
129cdae0c4ccd050e8398bcb18b2ce1e4a5626f9
|
|
@ -1 +1 @@
|
||||||
{"KeyEvents":[{"Timestamp":1418,"Mod":0,"Key":256,"Ch":105},{"Timestamp":1725,"Mod":0,"Key":256,"Ch":101},{"Timestamp":3207,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":170,"Height":55}]}
|
{"KeyEvents":[{"Timestamp":788,"Mod":0,"Key":256,"Ch":105},{"Timestamp":2342,"Mod":0,"Key":256,"Ch":101},{"Timestamp":3429,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":238,"Height":61}]}
|
|
@ -9,5 +9,7 @@ git init
|
||||||
git config user.email "CI@example.com"
|
git config user.email "CI@example.com"
|
||||||
git config user.name "CI"
|
git config user.name "CI"
|
||||||
|
|
||||||
|
git commit --allow-empty -m "Initial commit"
|
||||||
|
|
||||||
echo test1 > myfile1
|
echo test1 > myfile1
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Initial commit
|
|
@ -5,3 +5,6 @@
|
||||||
logallrefupdates = true
|
logallrefupdates = true
|
||||||
ignorecase = true
|
ignorecase = true
|
||||||
precomposeunicode = true
|
precomposeunicode = true
|
||||||
|
[user]
|
||||||
|
email = CI@example.com
|
||||||
|
name = CI
|
||||||
|
|
BIN
test/integration/gitignoreMenu/expected/repo/.git_keep/index
Normal file
BIN
test/integration/gitignoreMenu/expected/repo/.git_keep/index
Normal file
Binary file not shown.
|
@ -4,3 +4,4 @@
|
||||||
# exclude patterns (uncomment them if you want to use them):
|
# exclude patterns (uncomment them if you want to use them):
|
||||||
# *.[oa]
|
# *.[oa]
|
||||||
# *~
|
# *~
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 9dd04ee245b7d6f1f80aa2b428111cbac4a4e37d CI <CI@example.com> 1657012500 +1000 commit (initial): Initial commit
|
|
@ -0,0 +1 @@
|
||||||
|
0000000000000000000000000000000000000000 9dd04ee245b7d6f1f80aa2b428111cbac4a4e37d CI <CI@example.com> 1657012500 +1000 commit (initial): Initial commit
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
9dd04ee245b7d6f1f80aa2b428111cbac4a4e37d
|
|
@ -1 +1 @@
|
||||||
{"KeyEvents":[{"Timestamp":3418,"Mod":0,"Key":256,"Ch":105},{"Timestamp":3721,"Mod":0,"Key":256,"Ch":105},{"Timestamp":5154,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":170,"Height":55}]}
|
{"KeyEvents":[{"Timestamp":1133,"Mod":0,"Key":256,"Ch":105},{"Timestamp":1927,"Mod":0,"Key":13,"Ch":13},{"Timestamp":2735,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":238,"Height":61}]}
|
|
@ -9,4 +9,6 @@ git init
|
||||||
git config user.email "CI@example.com"
|
git config user.email "CI@example.com"
|
||||||
git config user.name "CI"
|
git config user.name "CI"
|
||||||
|
|
||||||
|
git commit --allow-empty -m "Initial commit"
|
||||||
|
|
||||||
echo test1 > myfile1
|
echo test1 > myfile1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue