diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:08 +0000 |
commit | 29b5ab554790bb57337a3b6ab9dcd963cf69d22e (patch) | |
tree | be1456d2bc6c1fb078695fad7bc8f6b212062d3c /tests/resources/submod3/TWO | |
parent | Initial commit. (diff) | |
download | libgit2-29b5ab554790bb57337a3b6ab9dcd963cf69d22e.tar.xz libgit2-29b5ab554790bb57337a3b6ab9dcd963cf69d22e.zip |
Adding upstream version 1.7.2+ds.upstream/1.7.2+ds
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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. |