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/submodules/.gitted/info | |
parent | Initial commit. (diff) | |
download | libgit2-upstream/1.7.2+ds.tar.xz libgit2-upstream/1.7.2+ds.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/submodules/.gitted/info')
-rw-r--r-- | tests/resources/submodules/.gitted/info/exclude | 8 | ||||
-rw-r--r-- | tests/resources/submodules/.gitted/info/refs | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/resources/submodules/.gitted/info/exclude b/tests/resources/submodules/.gitted/info/exclude new file mode 100644 index 0000000..dfc4115 --- /dev/null +++ b/tests/resources/submodules/.gitted/info/exclude @@ -0,0 +1,8 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ +ignored + diff --git a/tests/resources/submodules/.gitted/info/refs b/tests/resources/submodules/.gitted/info/refs new file mode 100644 index 0000000..ba17abd --- /dev/null +++ b/tests/resources/submodules/.gitted/info/refs @@ -0,0 +1 @@ +09176a980273d801a3e37cc45c84af1366501ed9 refs/heads/master |