mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
added test data
This commit is contained in:
@ -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@<40>s<EFBFBD><73><05>L<EFBFBD>"<22>V{<7B>I<EFBFBD><49>`<60>e<EFBFBD><65><EFBFBD><EFBFBD><EFBFBD><03><><EFBFBD>+^]z@<40><><EFBFBD><EFBFBD><EFBFBD>X<EFBFBD><58><EFBFBD>Xb<58><62>d3b <20>T<1B><>*%<15><1A><>U6}
|
@ -0,0 +1 @@
|
|||||||
|
ddb8365ff4c367dbd7d49b965ab4b43c865b99cf
|
@ -0,0 +1 @@
|
|||||||
|
file01 content
|
@ -0,0 +1 @@
|
|||||||
|
file02 content
|
Reference in New Issue
Block a user