summaryrefslogtreecommitdiffstats
path: root/test/integration_new
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-14 20:13:39 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-14 20:49:20 +1000
commit53979f7cec18e23c20593b0d84d1ec86eaab39d3 (patch)
treed2803f021dd7de576327eb0fe647a7118f417184 /test/integration_new
parent9c0d860980a2391d938e77bac54efdc2a5015103 (diff)
a more complex custom command test
Diffstat (limited to 'test/integration_new')
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/FETCH_HEAD0
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/HEAD1
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/config10
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/description1
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/info/exclude7
-rw-r--r--test/integration_new/custom_commands/multiple_prompts/expected/repo/myfile1
6 files changed, 20 insertions, 0 deletions
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/FETCH_HEAD b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/FETCH_HEAD
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/FETCH_HEAD
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/HEAD b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/HEAD
new file mode 100644
index 000000000..cb089cd89
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/HEAD
@@ -0,0 +1 @@
+ref: refs/heads/master
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/config b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/config
new file mode 100644
index 000000000..8ae104545
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/config
@@ -0,0 +1,10 @@
+[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_new/custom_commands/multiple_prompts/expected/repo/.git_keep/description b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/description
new file mode 100644
index 000000000..498b267a8
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/description
@@ -0,0 +1 @@
+Unnamed repository; edit this file 'description' to name the repository.
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/info/exclude b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/info/exclude
new file mode 100644
index 000000000..8e9f2071f
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/.git_keep/info/exclude
@@ -0,0 +1,7 @@
+# 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]
+# *~
+.DS_Store
diff --git a/test/integration_new/custom_commands/multiple_prompts/expected/repo/myfile b/test/integration_new/custom_commands/multiple_prompts/expected/repo/myfile
new file mode 100644
index 000000000..ba578e48b
--- /dev/null
+++ b/test/integration_new/custom_commands/multiple_prompts/expected/repo/myfile
@@ -0,0 +1 @@
+BAR