summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-14 21:33:47 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-14 21:34:37 +1000
commitaf45692e2430d2aef8a1f4e2616d2a85a70a7dbf (patch)
tree66fafc29aa0685543173c134d80810b20fefe483 /test
parentfed2aaf37f85c1417d41c359c15e1fb0cd8087ec (diff)
fix CI
Diffstat (limited to 'test')
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/COMMIT_EDITMSG1
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/indexbin0 -> 65 bytes
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/HEAD1
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/refs/heads/master1
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904bin0 -> 15 bytes
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/fe/47c0cf0521f8864cd0531ddf35d2f741c14abfbin0 -> 118 bytes
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/refs/heads/master1
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/COMMIT_EDITMSG1
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/indexbin0 -> 65 bytes
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/HEAD1
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/refs/heads/master1
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904bin0 -> 15 bytes
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/b9/7a1d7c0e8dceef724220008962f8512a974ff0bin0 -> 118 bytes
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/refs/heads/master1
14 files changed, 8 insertions, 0 deletions
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/COMMIT_EDITMSG b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/COMMIT_EDITMSG
new file mode 100644
index 000000000..907b30816
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/COMMIT_EDITMSG
@@ -0,0 +1 @@
+blah
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/index b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/index
new file mode 100644
index 000000000..65d675154
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/index
Binary files differ
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/HEAD b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/HEAD
new file mode 100644
index 000000000..b6f3a54de
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/HEAD
@@ -0,0 +1 @@
+0000000000000000000000000000000000000000 fe47c0cf0521f8864cd0531ddf35d2f741c14abf CI <CI@example.com> 1660476851 +1000 commit (initial): blah
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/refs/heads/master b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/refs/heads/master
new file mode 100644
index 000000000..b6f3a54de
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/logs/refs/heads/master
@@ -0,0 +1 @@
+0000000000000000000000000000000000000000 fe47c0cf0521f8864cd0531ddf35d2f741c14abf CI <CI@example.com> 1660476851 +1000 commit (initial): blah
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904 b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
new file mode 100644
index 000000000..adf64119a
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary files differ
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/fe/47c0cf0521f8864cd0531ddf35d2f741c14abf b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/fe/47c0cf0521f8864cd0531ddf35d2f741c14abf
new file mode 100644
index 000000000..91494d1a9
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/objects/fe/47c0cf0521f8864cd0531ddf35d2f741c14abf
Binary files differ
diff --git a/test/integration_new/custom_commands/basic/expected/repo/.git_keep/refs/heads/master b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/refs/heads/master
new file mode 100644
index 000000000..0dfced756
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/refs/heads/master
@@ -0,0 +1 @@
+fe47c0cf0521f8864cd0531ddf35d2f741c14abf
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/COMMIT_EDITMSG b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/COMMIT_EDITMSG
new file mode 100644
index 000000000..907b30816
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/COMMIT_EDITMSG
@@ -0,0 +1 @@
+blah
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/index b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/index
new file mode 100644
index 000000000..65d675154
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/index
Binary files differ
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/HEAD b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/HEAD
new file mode 100644
index 000000000..4f92ac410
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/HEAD
@@ -0,0 +1 @@
+0000000000000000000000000000000000000000 b97a1d7c0e8dceef724220008962f8512a974ff0 CI <CI@example.com> 1660476863 +1000 commit (initial): blah
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/refs/heads/master b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/refs/heads/master
new file mode 100644
index 000000000..4f92ac410
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/logs/refs/heads/master
@@ -0,0 +1 @@
+0000000000000000000000000000000000000000 b97a1d7c0e8dceef724220008962f8512a974ff0 CI <CI@example.com> 1660476863 +1000 commit (initial): blah
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904 b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
new file mode 100644
index 000000000..adf64119a
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
Binary files differ
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/b9/7a1d7c0e8dceef724220008962f8512a974ff0 b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/b9/7a1d7c0e8dceef724220008962f8512a974ff0
new file mode 100644
index 000000000..7344889d7
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/objects/b9/7a1d7c0e8dceef724220008962f8512a974ff0
Binary files differ
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/refs/heads/master b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/refs/heads/master
new file mode 100644
index 000000000..9cd8f786a
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/refs/heads/master
@@ -0,0 +1 @@
+b97a1d7c0e8dceef724220008962f8512a974ff0