Bug 58296

Summary: различные результаты ls-remote в зависимости от git протокола в отдельных случаях
Product: Infrastructure Reporter: Stanislav Levin <slev>
Component: git.altlinux.orgAssignee: Anton Farygin <rider>
Status: ASSIGNED --- QA Contact: Andrey Cherepanov <cas>
Severity: normal    
Priority: P5 CC: glebfm, ldv, rider
Version: unspecified   
Hardware: x86_64   
OS: Linux   

Description Stanislav Levin 2026-03-19 15:19:00 MSK
Есть пакет, для которого отличается вывод ls-remote git:// vs http://

$ git ls-remote git://git.altlinux.org/gears/s/slingshot.git
2b0b8db5f236ac5475aadd0637156447ddb272ca        refs/heads/old/sisyphus-task262278
0bce2f9d2697e35e5230903058a4af36babb03e7        refs/tags/0.9-alt2
2b0b8db5f236ac5475aadd0637156447ddb272ca        refs/tags/0.9-alt2^{}
0bce2f9d2697e35e5230903058a4af36babb03e7        refs/tags/gb-sisyphus-task247215.100
2b0b8db5f236ac5475aadd0637156447ddb272ca        refs/tags/gb-sisyphus-task247215.100^{}

$ git ls-remote http://git.altlinux.org/gears/s/slingshot.git
2b0b8db5f236ac5475aadd0637156447ddb272ca        HEAD
2b0b8db5f236ac5475aadd0637156447ddb272ca        refs/heads/sisyphus
0bce2f9d2697e35e5230903058a4af36babb03e7        refs/tags/0.9-alt2
2b0b8db5f236ac5475aadd0637156447ddb272ca        refs/tags/0.9-alt2^{}
0bce2f9d2697e35e5230903058a4af36babb03e7        refs/tags/gb-sisyphus-task247215.100
2b0b8db5f236ac5475aadd0637156447ddb272ca        refs/tags/gb-sisyphus-task247215.100^{}
Comment 1 Anton Farygin 2026-03-20 12:46:39 MSK
посмотрим. Спасибо за репорт.