summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Hynes <andrew.hynes@colabsoftware.com>2022-06-21 19:20:19 -0230
committerAndrew Hynes <andrew.hynes@colabsoftware.com>2022-09-15 21:48:49 -0230
commita0fd47348bd078c7b60d389eec58ce8673127bfa (patch)
treeb5ba67dadbc9ee5844c54bb110cc71fd2f3ddacf /test
parent6feb301c2a3367698ccf5f1f3f8f3e89fe806604 (diff)
test: add stash message
Diffstat (limited to 'test')
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD2
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/HEAD4
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master2
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash2
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/03/158a5be423590fa91f97c23ed505745e8e8affbin122 -> 0 bytes
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/29/b079ba8e40edf7b2c76613e0a3de5b1b26ce702
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1bin0 -> 122 bytes
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/7be4c80e71164df70d6af8dedd4eee60fc042abin0 -> 147 bytes
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/98/9eb86a55fc4942f907cceddb0c83357cf29c30bin0 -> 221 bytes
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e8/9483c44e35b3cc03c03ae56747f60ca7832f9c3
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/fe/d8896ec3398ae58cfd81e56a058bf18b49427a2
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/ff/d4134b8bf80d379824558ce19b4eddbc53e2babin147 -> 0 bytes
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master2
-rw-r--r--test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash2
-rw-r--r--test/integration/stashIncludeUntrackedChanges/recording.json2
15 files changed, 11 insertions, 12 deletions
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD
index a25b9571b..890bb1577 100644
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/ORIG_HEAD
@@ -1 +1 @@
-03158a5be423590fa91f97c23ed505745e8e8aff
+3bf44f88f6673290a762ccc832cf31fe74ef91f1
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/HEAD b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/HEAD
index cd44a69c6..65d0caa66 100644
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/HEAD
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/HEAD
@@ -1,2 +1,2 @@
-0000000000000000000000000000000000000000 03158a5be423590fa91f97c23ed505745e8e8aff CI <CI@example.com> 1655844652 -0230 commit (initial): Initial commit
-03158a5be423590fa91f97c23ed505745e8e8aff 03158a5be423590fa91f97c23ed505745e8e8aff CI <CI@example.com> 1655844659 -0230 reset: moving to HEAD
+0000000000000000000000000000000000000000 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI <CI@example.com> 1655848119 -0230 commit (initial): Initial commit
+3bf44f88f6673290a762ccc832cf31fe74ef91f1 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI <CI@example.com> 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
index d99532170..5f82957c2 100644
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/heads/master
@@ -1 +1 @@
-0000000000000000000000000000000000000000 03158a5be423590fa91f97c23ed505745e8e8aff CI <CI@example.com> 1655844652 -0230 commit (initial): Initial commit
+0000000000000000000000000000000000000000 3bf44f88f6673290a762ccc832cf31fe74ef91f1 CI <CI@example.com> 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
index 2fa025e98..686bd5ddd 100644
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/logs/refs/stash
@@ -1 +1 @@
-0000000000000000000000000000000000000000 fed8896ec3398ae58cfd81e56a058bf18b49427a CI <CI@example.com> 1655844659 -0230 WIP on master: 03158a5 Initial commit
+0000000000000000000000000000000000000000 989eb86a55fc4942f907cceddb0c83357cf29c30 CI <CI@example.com> 1655848130 -0230 On master: stash untracked changes
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/03/158a5be423590fa91f97c23ed505745e8e8aff b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/03/158a5be423590fa91f97c23ed505745e8e8aff
deleted file mode 100644
index b4c7ec9be..000000000
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/03/158a5be423590fa91f97c23ed505745e8e8aff
+++ /dev/null
Binary files differ
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/29/b079ba8e40edf7b2c76613e0a3de5b1b26ce70 b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/29/b079ba8e40edf7b2c76613e0a3de5b1b26ce70
deleted file mode 100644
index 635f2cc2f..000000000
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/29/b079ba8e40edf7b2c76613e0a3de5b1b26ce70
+++ /dev/null
@@ -1,2 +0,0 @@
-xA
-0E]s%MgDDzI:BӔǷ >Xr*cOu -j! ɍRAQRA 9 hZ:oie$M8qw} n:%|9DKڴZ\M(;2a3|E \ No newline at end of file
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1 b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1
new file mode 100644
index 000000000..e3d77a36c
--- /dev/null
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/3b/f44f88f6673290a762ccc832cf31fe74ef91f1
Binary files differ
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/7be4c80e71164df70d6af8dedd4eee60fc042a b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/7be4c80e71164df70d6af8dedd4eee60fc042a
new file mode 100644
index 000000000..95acbf20b
--- /dev/null
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/4b/7be4c80e71164df70d6af8dedd4eee60fc042a
Binary files differ
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/98/9eb86a55fc4942f907cceddb0c83357cf29c30 b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/98/9eb86a55fc4942f907cceddb0c83357cf29c30
new file mode 100644
index 000000000..3d4c95f9a
--- /dev/null
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/98/9eb86a55fc4942f907cceddb0c83357cf29c30
Binary files differ
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e8/9483c44e35b3cc03c03ae56747f60ca7832f9c b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e8/9483c44e35b3cc03c03ae56747f60ca7832f9c
new file mode 100644
index 000000000..b1df5e4f2
--- /dev/null
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/e8/9483c44e35b3cc03c03ae56747f60ca7832f9c
@@ -0,0 +1,3 @@
+xA
+0E]s%L]I:BӖǷ >2V@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/objects/fe/d8896ec3398ae58cfd81e56a058bf18b49427a b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/fe/d8896ec3398ae58cfd81e56a058bf18b49427a
deleted file mode 100644
index ccac20445..000000000
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/fe/d8896ec3398ae58cfd81e56a058bf18b49427a
+++ /dev/null
@@ -1,2 +0,0 @@
-xJ1D=WNҝEDܼyN:3|d^WE-uafj5aLY j/-q(2t z*Bj"1ta9PFbEz?
-U!XYC)h אe8x:@K@RͳI綻^.rSݖW@LBHaħm[<n^*77 ` \ No newline at end of file
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/ff/d4134b8bf80d379824558ce19b4eddbc53e2ba b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/ff/d4134b8bf80d379824558ce19b4eddbc53e2ba
deleted file mode 100644
index 6ccf5cbc2..000000000
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/objects/ff/d4134b8bf80d379824558ce19b4eddbc53e2ba
+++ /dev/null
Binary files differ
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master
index a25b9571b..890bb1577 100644
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/heads/master
@@ -1 +1 @@
-03158a5be423590fa91f97c23ed505745e8e8aff
+3bf44f88f6673290a762ccc832cf31fe74ef91f1
diff --git a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash
index 35aa8ee8c..18155ded2 100644
--- a/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash
+++ b/test/integration/stashIncludeUntrackedChanges/expected/repo/.git_keep/refs/stash
@@ -1 +1 @@
-fed8896ec3398ae58cfd81e56a058bf18b49427a
+989eb86a55fc4942f907cceddb0c83357cf29c30
diff --git a/test/integration/stashIncludeUntrackedChanges/recording.json b/test/integration/stashIncludeUntrackedChanges/recording.json
index 34f4c888b..1e73e7b2e 100644
--- a/test/integration/stashIncludeUntrackedChanges/recording.json
+++ b/test/integration/stashIncludeUntrackedChanges/recording.json
@@ -1 +1 @@
-{"KeyEvents":[{"Timestamp":2942,"Mod":0,"Key":256,"Ch":83},{"Timestamp":4657,"Mod":0,"Key":256,"Ch":85},{"Timestamp":6393,"Mod":0,"Key":13,"Ch":13},{"Timestamp":12342,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":294,"Height":79}]} \ No newline at end of file
+{"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