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/attr_index/sub | |
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/attr_index/sub')
-rw-r--r-- | tests/resources/attr_index/sub/sub/.gitattributes | 3 | ||||
-rw-r--r-- | tests/resources/attr_index/sub/sub/README.md | 1 | ||||
-rw-r--r-- | tests/resources/attr_index/sub/sub/README.txt | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/resources/attr_index/sub/sub/.gitattributes b/tests/resources/attr_index/sub/sub/.gitattributes new file mode 100644 index 0000000..060c9a2 --- /dev/null +++ b/tests/resources/attr_index/sub/sub/.gitattributes @@ -0,0 +1,3 @@ +*.txt another=one again +*.md bar=1234 + diff --git a/tests/resources/attr_index/sub/sub/README.md b/tests/resources/attr_index/sub/sub/README.md new file mode 100644 index 0000000..59652e3 --- /dev/null +++ b/tests/resources/attr_index/sub/sub/README.md @@ -0,0 +1 @@ +More testing diff --git a/tests/resources/attr_index/sub/sub/README.txt b/tests/resources/attr_index/sub/sub/README.txt new file mode 100644 index 0000000..59652e3 --- /dev/null +++ b/tests/resources/attr_index/sub/sub/README.txt @@ -0,0 +1 @@ +More testing |