mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
added test data
This commit is contained in:
parent
245563bc99
commit
d24feb14e5
18 changed files with 32 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
commit 02
|
|
@ -0,0 +1 @@
|
|||
ref: refs/heads/master
|
|
@ -0,0 +1,14 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[user]
|
||||
email = CI@example.com
|
||||
name = CI
|
||||
[commit]
|
||||
gpgSign = false
|
||||
[protocol "file"]
|
||||
allow = always
|
||||
[remote "*"]
|
||||
prune = true
|
|
@ -0,0 +1 @@
|
|||
Unnamed repository; edit this file 'description' to name the repository.
|
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
# 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]
|
||||
# *~
|
|
@ -0,0 +1,2 @@
|
|||
0000000000000000000000000000000000000000 4fa4f5e427373ac4ac0a6e11ff97293649959859 CI <CI@example.com> 1669295719 +0000 commit (initial): commit 01
|
||||
4fa4f5e427373ac4ac0a6e11ff97293649959859 ddb8365ff4c367dbd7d49b965ab4b43c865b99cf CI <CI@example.com> 1669295719 +0000 commit: commit 02
|
|
@ -0,0 +1,2 @@
|
|||
0000000000000000000000000000000000000000 4fa4f5e427373ac4ac0a6e11ff97293649959859 CI <CI@example.com> 1669295719 +0000 commit (initial): commit 01
|
||||
4fa4f5e427373ac4ac0a6e11ff97293649959859 ddb8365ff4c367dbd7d49b965ab4b43c865b99cf CI <CI@example.com> 1669295719 +0000 commit: commit 02
|
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<01>Ž;
|
||||
1@sŠéÉL¾"ÂV{ŒIœ `Üe‰àñÝÂøÊÇ+^]z@އ±©‚Xª¾¸Xb¾µd3b ÊTŠ”*%ò¹˜U6}
ðM|ê)¹ä¤z©V¢"¶Æ‰ØEÏ86ò÷eƒi†ó4_õ#}}ê©.ý#‡„G»cv»O
ý3ÿõ`É|OŒ:…
|
|
@ -0,0 +1 @@
|
|||
ddb8365ff4c367dbd7d49b965ab4b43c865b99cf
|
|
@ -0,0 +1 @@
|
|||
file01 content
|
|
@ -0,0 +1 @@
|
|||
file02 content
|
Loading…
Add table
Add a link
Reference in a new issue