diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2022-01-30 13:43:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 13:43:43 -0500 |
| commit | aae54d5b3c786e247e4a5030c8de563532585eff (patch) | |
| tree | fb600a37c9149fb77ab0a0b42b8afb4e1e70eef0 /tests/resources | |
| parent | 12c2eef7ad5063864d068dbd23e0dc2b752cf155 (diff) | |
| parent | 0a72a3ada2dec5405e8e1e4449ed585c4497ffc7 (diff) | |
| download | libgit2-aae54d5b3c786e247e4a5030c8de563532585eff.tar.gz | |
Merge pull request #6138 from ccstolley/ccs_packedrefs_fast
refs: Speed up packed lookups.
Diffstat (limited to 'tests/resources')
| -rw-r--r-- | tests/resources/peeled.git/packed-refs | 2 | ||||
| -rw-r--r-- | tests/resources/testrepo.git/packed-refs | 2 | ||||
| -rw-r--r-- | tests/resources/testrepo/.gitted/packed-refs | 2 | ||||
| -rw-r--r-- | tests/resources/testrepo2/.gitted/packed-refs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/resources/peeled.git/packed-refs b/tests/resources/peeled.git/packed-refs index ad053d550..078f237ed 100644 --- a/tests/resources/peeled.git/packed-refs +++ b/tests/resources/peeled.git/packed-refs @@ -1,4 +1,4 @@ -# pack-refs with: peeled fully-peeled +# pack-refs with: peeled fully-peeled sorted c2596aa0151888587ec5c0187f261e63412d9e11 refs/foo/tag-outside-tags ^0df1a5865c8abfc09f1f2182e6a31be550e99f07 0df1a5865c8abfc09f1f2182e6a31be550e99f07 refs/heads/master diff --git a/tests/resources/testrepo.git/packed-refs b/tests/resources/testrepo.git/packed-refs index 52f5e876f..fadd7e88a 100644 --- a/tests/resources/testrepo.git/packed-refs +++ b/tests/resources/testrepo.git/packed-refs @@ -1,3 +1,3 @@ -# pack-refs with: peeled +# pack-refs with: peeled sorted 41bc8c69075bbdb46c5c6f0566cc8cc5b46e8bd9 refs/heads/packed 5b5b025afb0b4c913b4c338a42934a3863bf3644 refs/heads/packed-test diff --git a/tests/resources/testrepo/.gitted/packed-refs b/tests/resources/testrepo/.gitted/packed-refs index 6018a19d2..b57898695 100644 --- a/tests/resources/testrepo/.gitted/packed-refs +++ b/tests/resources/testrepo/.gitted/packed-refs @@ -1,4 +1,4 @@ -# pack-refs with: peeled +# pack-refs with: peeled sorted 41bc8c69075bbdb46c5c6f0566cc8cc5b46e8bd9 refs/heads/packed 5b5b025afb0b4c913b4c338a42934a3863bf3644 refs/heads/packed-test b25fa35b38051e4ae45d4222e795f9df2e43f1d1 refs/tags/packed-tag diff --git a/tests/resources/testrepo2/.gitted/packed-refs b/tests/resources/testrepo2/.gitted/packed-refs index 97ea6a848..01de87173 100644 --- a/tests/resources/testrepo2/.gitted/packed-refs +++ b/tests/resources/testrepo2/.gitted/packed-refs @@ -1,4 +1,4 @@ -# pack-refs with: peeled fully-peeled +# pack-refs with: peeled fully-peeled sorted 36060c58702ed4c2a40832c51758d5344201d89a refs/remotes/origin/master 41bc8c69075bbdb46c5c6f0566cc8cc5b46e8bd9 refs/remotes/origin/packed 5b5b025afb0b4c913b4c338a42934a3863bf3644 refs/tags/v0.9 |
