diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/resources/filemodes/exec_on | 1 | ||||
-rw-r--r-- | tests/resources/filemodes/exec_on2off_staged | 1 | ||||
-rw-r--r-- | tests/resources/filemodes/exec_on2off_workdir | 1 | ||||
-rwxr-xr-x | tests/resources/filemodes/exec_on_untracked | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/resources/filemodes/exec_on b/tests/resources/filemodes/exec_on new file mode 100755 index 0000000..a5c5dd0 --- /dev/null +++ b/tests/resources/filemodes/exec_on @@ -0,0 +1 @@ +Howdy diff --git a/tests/resources/filemodes/exec_on2off_staged b/tests/resources/filemodes/exec_on2off_staged new file mode 100644 index 0000000..a5c5dd0 --- /dev/null +++ b/tests/resources/filemodes/exec_on2off_staged @@ -0,0 +1 @@ +Howdy diff --git a/tests/resources/filemodes/exec_on2off_workdir b/tests/resources/filemodes/exec_on2off_workdir new file mode 100644 index 0000000..a5c5dd0 --- /dev/null +++ b/tests/resources/filemodes/exec_on2off_workdir @@ -0,0 +1 @@ +Howdy diff --git a/tests/resources/filemodes/exec_on_untracked b/tests/resources/filemodes/exec_on_untracked new file mode 100755 index 0000000..a5c5dd0 --- /dev/null +++ b/tests/resources/filemodes/exec_on_untracked @@ -0,0 +1 @@ +Howdy |