From 69040f094d2fb0b31c902ff4911296960db672c3 Mon Sep 17 00:00:00 2001 From: Andrew Hynes Date: Thu, 6 Oct 2022 23:03:34 -0230 Subject: [PATCH] clean: delete old integration artifacts --- .../expected/repo/.git_keep/COMMIT_EDITMSG | 1 - .../expected/repo/.git_keep/FETCH_HEAD | 0 .../expected/repo/.git_keep/HEAD | 1 - .../expected/repo/.git_keep/ORIG_HEAD | 1 - .../expected/repo/.git_keep/config | 10 ---------- .../expected/repo/.git_keep/description | 1 - .../expected/repo/.git_keep/index | Bin 65 -> 0 bytes .../expected/repo/.git_keep/info/exclude | 6 ------ .../expected/repo/.git_keep/logs/HEAD | 2 -- .../repo/.git_keep/logs/refs/heads/master | 1 - .../expected/repo/.git_keep/logs/refs/stash | 1 - .../09/767bd3484e22b41138116992cc1cb5bc45fb7f | Bin 50 -> 0 bytes .../3b/f44f88f6673290a762ccc832cf31fe74ef91f1 | Bin 122 -> 0 bytes .../4b/7be4c80e71164df70d6af8dedd4eee60fc042a | Bin 147 -> 0 bytes .../4b/825dc642cb6eb9a060e54bf8d69288fbee4904 | Bin 15 -> 0 bytes .../98/9eb86a55fc4942f907cceddb0c83357cf29c30 | Bin 221 -> 0 bytes .../e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 | Bin 15 -> 0 bytes .../e8/9483c44e35b3cc03c03ae56747f60ca7832f9c | 3 --- .../expected/repo/.git_keep/refs/heads/master | 1 - .../expected/repo/.git_keep/refs/stash | 1 - .../stashIncludeUntrackedChanges/recording.json | 1 - .../stashIncludeUntrackedChanges/setup.sh | 14 -------------- .../stashIncludeUntrackedChanges/test.json | 1 - 23 files changed, 45 deletions(-) delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/COMMIT_EDITMSG delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/FETCH_HEAD delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/HEAD delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/config delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/description delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/index delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/info/exclude delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/HEAD delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/09/767bd3484e22b41138116992cc1cb5bc45fb7f delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1 delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/7be4c80e71164df70d6af8dedd4eee60fc042a delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904 delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/98/9eb86a55fc4942f907cceddb0c83357cf29c30 delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e8/9483c44e35b3cc03c03ae56747f60ca7832f9c delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master delete mode 100644 test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash delete mode 100644 test/integration/stashIncludeUntrackedChanges/recording.json delete mode 100644 test/integration/stashIncludeUntrackedChanges/setup.sh delete mode 100644 test/integration/stashIncludeUntrackedChanges/test.json diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/COMMIT_EDITMSG b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/COMMIT_EDITMSG deleted file mode 100644 index 5852f4463..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/COMMIT_EDITMSG +++ /dev/null @@ -1 +0,0 @@ -Initial commit diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/FETCH_HEAD b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/FETCH_HEAD deleted file mode 100644 index e69de29bb..000000000 diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/HEAD b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/HEAD deleted file mode 100644 index cb089cd89..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/heads/master diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD deleted file mode 100644 index 890bb1577..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD +++ /dev/null @@ -1 +0,0 @@ -3bf44f88f6673290a762ccc832cf31fe74ef91f1 diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/config b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/config deleted file mode 100644 index 8ae104545..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/config +++ /dev/null @@ -1,10 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true - ignorecase = true - precomposeunicode = true -[user] - email = CI@example.com - name = CI diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/description b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/description deleted file mode 100644 index 498b267a8..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/description +++ /dev/null @@ -1 +0,0 @@ -Unnamed repository; edit this file 'description' to name the repository. diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/index b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/index deleted file mode 100644 index 65d675154f23ffb2d0196e017d44a5e7017550f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmZ?q402{*U|<4bhL9jvS0E+HV4z^Y<=qr}%;|LA&IJiiy? 1655848119 -0230 commit (initial): Initial commit -3bf44f88f6673290a762ccc832cf31fe74ef91f1 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI 1655848130 -0230 reset: moving to HEAD diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master deleted file mode 100644 index 5f82957c2..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI 1655848119 -0230 commit (initial): Initial commit diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash deleted file mode 100644 index 686bd5ddd..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 989eb86a55fc4942f907cceddb0c83357cf29c30 CI 1655848130 -0230 On master: stash untracked changes diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/09/767bd3484e22b41138116992cc1cb5bc45fb7f b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/09/767bd3484e22b41138116992cc1cb5bc45fb7f deleted file mode 100644 index d09fb5ad6408a5f924793e8b825d8666b6f550a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50 zcmbRj diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1 b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1 deleted file mode 100644 index e3d77a36c2934f40a247459cb93aaed03d2f596a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmV-=0EPc}0ga783c@fD06pgw`vE0MH_HY@gr4$@B;8`5F;Z6W`4;?u*I|aKqxYuZ z!gSJI1hB9VOC|KRkd&A$SqWHHUMPCzwTNJ}X!2VhV~07xbxwEr^Qb)gmqYxO` cxd>xqya&p{2$cldgIUphF}UFfC0yzD>M<+n@K|4>jl1 z0IfZ>l^NvFcfFrASz@I;A!>`*4TA~+gEu~qiN24*?d@4t7$>-m(}O=QzZbrQn(u&} zF_tW931_La6vuj;H2xD8dugi+FP-3ff1aXkjX;CAYvYExvP{I~^TL BLP7ul diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904 b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904 deleted file mode 100644 index adf64119a33d7621aeeaa505d30adb58afaa5559..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15 WcmbqTIx=2COi diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 deleted file mode 100644 index 711223894375fe1186ac5bfffdc48fb1fa1e65cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15 Wcmb2V@SDfHL"KAbv{t.G6+ؘ[^1,lM${ -\6zuCPI.i)w04V=9W< %W<1LE \ No newline at end of file diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master deleted file mode 100644 index 890bb1577..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master +++ /dev/null @@ -1 +0,0 @@ -3bf44f88f6673290a762ccc832cf31fe74ef91f1 diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash deleted file mode 100644 index 18155ded2..000000000 --- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash +++ /dev/null @@ -1 +0,0 @@ -989eb86a55fc4942f907cceddb0c83357cf29c30 diff --git a/test/integration/stashIncludeUntrackedChanges/recording.json b/test/integration/stashIncludeUntrackedChanges/recording.json deleted file mode 100644 index 1e73e7b2e..000000000 --- a/test/integration/stashIncludeUntrackedChanges/recording.json +++ /dev/null @@ -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}]} \ No newline at end of file diff --git a/test/integration/stashIncludeUntrackedChanges/setup.sh b/test/integration/stashIncludeUntrackedChanges/setup.sh deleted file mode 100644 index 4912cbb3e..000000000 --- a/test/integration/stashIncludeUntrackedChanges/setup.sh +++ /dev/null @@ -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 diff --git a/test/integration/stashIncludeUntrackedChanges/test.json b/test/integration/stashIncludeUntrackedChanges/test.json deleted file mode 100644 index b67e32c62..000000000 --- a/test/integration/stashIncludeUntrackedChanges/test.json +++ /dev/null @@ -1 +0,0 @@ -{ "description": "Stashing all files including untracked files", "speed": 20 }