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/describe/.gitted/refs | |
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/describe/.gitted/refs')
-rw-r--r-- | tests/resources/describe/.gitted/refs/heads/master | 1 | ||||
-rw-r--r-- | tests/resources/describe/.gitted/refs/tags/A | 1 | ||||
-rw-r--r-- | tests/resources/describe/.gitted/refs/tags/B | 1 | ||||
-rw-r--r-- | tests/resources/describe/.gitted/refs/tags/D | 1 | ||||
-rw-r--r-- | tests/resources/describe/.gitted/refs/tags/R | 1 | ||||
-rw-r--r-- | tests/resources/describe/.gitted/refs/tags/c | 1 | ||||
-rw-r--r-- | tests/resources/describe/.gitted/refs/tags/e | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/tests/resources/describe/.gitted/refs/heads/master b/tests/resources/describe/.gitted/refs/heads/master new file mode 100644 index 0000000..0b2a541 --- /dev/null +++ b/tests/resources/describe/.gitted/refs/heads/master @@ -0,0 +1 @@ +a6095f816e81f64651595d488badc42399837d6a
diff --git a/tests/resources/describe/.gitted/refs/tags/A b/tests/resources/describe/.gitted/refs/tags/A new file mode 100644 index 0000000..aced4fd --- /dev/null +++ b/tests/resources/describe/.gitted/refs/tags/A @@ -0,0 +1 @@ +aaddd4f14847e0e323924ec262c2343249a84f8b
diff --git a/tests/resources/describe/.gitted/refs/tags/B b/tests/resources/describe/.gitted/refs/tags/B new file mode 100644 index 0000000..ab1a5e6 --- /dev/null +++ b/tests/resources/describe/.gitted/refs/tags/B @@ -0,0 +1 @@ +52912fbab0715dec53d43053966e78ad213ba359
diff --git a/tests/resources/describe/.gitted/refs/tags/D b/tests/resources/describe/.gitted/refs/tags/D new file mode 100644 index 0000000..90f4208 --- /dev/null +++ b/tests/resources/describe/.gitted/refs/tags/D @@ -0,0 +1 @@ +10bd08b099ecb79184c60183f5c94ca915f427ad
diff --git a/tests/resources/describe/.gitted/refs/tags/R b/tests/resources/describe/.gitted/refs/tags/R new file mode 100644 index 0000000..ef04b7c --- /dev/null +++ b/tests/resources/describe/.gitted/refs/tags/R @@ -0,0 +1 @@ +680166b6cd31f76354fee2572618e6b0142d05e6
diff --git a/tests/resources/describe/.gitted/refs/tags/c b/tests/resources/describe/.gitted/refs/tags/c new file mode 100644 index 0000000..650d82f --- /dev/null +++ b/tests/resources/describe/.gitted/refs/tags/c @@ -0,0 +1 @@ +6126a5f9c57ebc81e64370ec3095184ad92dab1c
diff --git a/tests/resources/describe/.gitted/refs/tags/e b/tests/resources/describe/.gitted/refs/tags/e new file mode 100644 index 0000000..5e88d6f --- /dev/null +++ b/tests/resources/describe/.gitted/refs/tags/e @@ -0,0 +1 @@ +1e016431ec7b22dd3e23f3e6f5f68f358f9227cf
|