mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-04 03:48:07 +02:00
clean: delete old integration artifacts
This commit is contained in:
parent
8c46a0110d
commit
69040f094d
@ -1 +0,0 @@
|
||||
Initial commit
|
@ -1 +0,0 @@
|
||||
ref: refs/heads/master
|
@ -1 +0,0 @@
|
||||
3bf44f88f6673290a762ccc832cf31fe74ef91f1
|
@ -1,10 +0,0 @@
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
ignorecase = true
|
||||
precomposeunicode = true
|
||||
[user]
|
||||
email = CI@example.com
|
||||
name = CI
|
@ -1 +0,0 @@
|
||||
Unnamed repository; edit this file 'description' to name the repository.
|
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
# 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]
|
||||
# *~
|
@ -1,2 +0,0 @@
|
||||
0000000000000000000000000000000000000000 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI <CI@example.com> 1655848119 -0230 commit (initial): Initial commit
|
||||
3bf44f88f6673290a762ccc832cf31fe74ef91f1 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI <CI@example.com> 1655848130 -0230 reset: moving to HEAD
|
@ -1 +0,0 @@
|
||||
0000000000000000000000000000000000000000 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI <CI@example.com> 1655848119 -0230 commit (initial): Initial commit
|
@ -1 +0,0 @@
|
||||
0000000000000000000000000000000000000000 989eb86a55fc4942f907cceddb0c83357cf29c30 CI <CI@example.com> 1655848130 -0230 On master: stash untracked changes
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
x�ŽA
|
||||
Â0E]çs%™L§‰ˆ]õI:ÁBÓ–¡Ç· îÝ>þ¼´”2V@äSÝD€¢ÃfHL˜"KôA³–†bv{t.GòšÔ6™+ؘ‰òÁ™[‹^‡–1¥ä,¦lM––${“�
|
||||
ïú\6èz¸uýCöPÖI.i)w0Ü4Žœ±ÎV=¢ªü9Wã<ÈË%¼Ž×õWý<Ö1Lðª×E‘
|
@ -1 +0,0 @@
|
||||
3bf44f88f6673290a762ccc832cf31fe74ef91f1
|
@ -1 +0,0 @@
|
||||
989eb86a55fc4942f907cceddb0c83357cf29c30
|
@ -1 +0,0 @@
|
||||
{"KeyEvents":[{"Timestamp":2184,"Mod":0,"Key":256,"Ch":83},{"Timestamp":3503,"Mod":0,"Key":256,"Ch":85},{"Timestamp":4941,"Mod":0,"Key":256,"Ch":115},{"Timestamp":5044,"Mod":0,"Key":256,"Ch":116},{"Timestamp":5168,"Mod":0,"Key":256,"Ch":97},{"Timestamp":5269,"Mod":0,"Key":256,"Ch":115},{"Timestamp":5424,"Mod":0,"Key":256,"Ch":104},{"Timestamp":6607,"Mod":0,"Key":256,"Ch":32},{"Timestamp":6867,"Mod":0,"Key":256,"Ch":117},{"Timestamp":6957,"Mod":0,"Key":256,"Ch":110},{"Timestamp":7124,"Mod":0,"Key":256,"Ch":116},{"Timestamp":7272,"Mod":0,"Key":256,"Ch":114},{"Timestamp":7326,"Mod":0,"Key":256,"Ch":97},{"Timestamp":7475,"Mod":0,"Key":256,"Ch":99},{"Timestamp":7552,"Mod":0,"Key":256,"Ch":107},{"Timestamp":7642,"Mod":0,"Key":256,"Ch":101},{"Timestamp":7699,"Mod":0,"Key":256,"Ch":100},{"Timestamp":7845,"Mod":0,"Key":256,"Ch":32},{"Timestamp":8205,"Mod":0,"Key":256,"Ch":99},{"Timestamp":8292,"Mod":0,"Key":256,"Ch":104},{"Timestamp":8361,"Mod":0,"Key":256,"Ch":97},{"Timestamp":8463,"Mod":0,"Key":256,"Ch":110},{"Timestamp":8541,"Mod":0,"Key":256,"Ch":103},{"Timestamp":8611,"Mod":0,"Key":256,"Ch":101},{"Timestamp":8676,"Mod":0,"Key":256,"Ch":115},{"Timestamp":10433,"Mod":0,"Key":13,"Ch":13},{"Timestamp":16577,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":294,"Height":79}]}
|
@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
||||
git commit --allow-empty -m "Initial commit"
|
||||
|
||||
touch file0
|
@ -1 +0,0 @@
|
||||
{ "description": "Stashing all files including untracked files", "speed": 20 }
|
Loading…
Reference in New Issue
Block a user