From 29b5ab554790bb57337a3b6ab9dcd963cf69d22e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:47:08 +0200 Subject: Adding upstream version 1.7.2+ds. Signed-off-by: Daniel Baumann --- tests/resources/submod3/three/.gitted | 1 + tests/resources/submod3/three/README.txt | 3 +++ tests/resources/submod3/three/file_to_modify | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 tests/resources/submod3/three/.gitted create mode 100644 tests/resources/submod3/three/README.txt create mode 100644 tests/resources/submod3/three/file_to_modify (limited to 'tests/resources/submod3/three') diff --git a/tests/resources/submod3/three/.gitted b/tests/resources/submod3/three/.gitted new file mode 100644 index 0000000..6025d2d --- /dev/null +++ b/tests/resources/submod3/three/.gitted @@ -0,0 +1 @@ +gitdir: ../.git/modules/three diff --git a/tests/resources/submod3/three/README.txt b/tests/resources/submod3/three/README.txt new file mode 100644 index 0000000..780d739 --- /dev/null +++ b/tests/resources/submod3/three/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/three/file_to_modify b/tests/resources/submod3/three/file_to_modify new file mode 100644 index 0000000..789efbd --- /dev/null +++ b/tests/resources/submod3/three/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. -- cgit v1.2.3