diff options
Diffstat (limited to 'tests/resources/submod3/TWO')
-rw-r--r-- | tests/resources/submod3/TWO/.gitted | 1 | ||||
-rw-r--r-- | tests/resources/submod3/TWO/README.txt | 3 | ||||
-rw-r--r-- | tests/resources/submod3/TWO/file_to_modify | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/resources/submod3/TWO/.gitted b/tests/resources/submod3/TWO/.gitted new file mode 100644 index 0000000..e1ddbd7 --- /dev/null +++ b/tests/resources/submod3/TWO/.gitted @@ -0,0 +1 @@ +gitdir: ../.git/modules/TWO diff --git a/tests/resources/submod3/TWO/README.txt b/tests/resources/submod3/TWO/README.txt new file mode 100644 index 0000000..780d739 --- /dev/null +++ b/tests/resources/submod3/TWO/README.txt @@ -0,0 +1,3 @@ +This is the target for submod2 submodule links. +Don't add commits casually because you make break tests. + diff --git a/tests/resources/submod3/TWO/file_to_modify b/tests/resources/submod3/TWO/file_to_modify new file mode 100644 index 0000000..789efbd --- /dev/null +++ b/tests/resources/submod3/TWO/file_to_modify @@ -0,0 +1,3 @@ +This is a file to modify in submodules +It already has some history. +You can add local changes as needed. |