diff options
| author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2018-05-30 12:48:25 +0200 |
|---|---|---|
| committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2018-05-30 17:33:17 +0200 |
| commit | 0db994fedcf95a44e822a919c4d49cf9135786c1 (patch) | |
| tree | ca660c9c9b40941b95db65d4a2133c76eb89dbe1 /spec/support/gitlab-git-test.git/packed-refs | |
| parent | 439adb96dadd49124d080db0db0b0076d2049c6b (diff) | |
| download | gitlab-ce-0db994fedcf95a44e822a919c4d49cf9135786c1.tar.gz | |
Fix encoding error in Gitaly::Commit::TreeEntry
Diffstat (limited to 'spec/support/gitlab-git-test.git/packed-refs')
| -rw-r--r-- | spec/support/gitlab-git-test.git/packed-refs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/gitlab-git-test.git/packed-refs b/spec/support/gitlab-git-test.git/packed-refs index ea50e4ad3f6..6a61e5df267 100644 --- a/spec/support/gitlab-git-test.git/packed-refs +++ b/spec/support/gitlab-git-test.git/packed-refs @@ -9,6 +9,7 @@ 4b4918a572fa86f9771e5ba40fbd48e1eb03e2c6 refs/heads/master 5937ac0a7beb003549fc5fd26fc247adbce4a52e refs/heads/merge-test 9596bc54a6f0c0c98248fe97077eb5ccf48a98d0 refs/heads/missing-gitmodules +4b4918a572fa86f9771e5ba40fbd48e1eb03e2c6 refs/heads/Ääh-test-utf-8 f4e6814c3e4e7a0de82a9e7cd20c626cc963a2f8 refs/tags/v1.0.0 ^6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9 8a2a6eb295bb170b34c24c76c49ed0e9b2eaf34b refs/tags/v1.1.0 |
