Bug 58296 - различные результаты ls-remote в зависимости от git протокола в отдельных случаях
Summary: различные результаты ls-remote в зависимости от git протокола в отдельных слу...
Status: ASSIGNED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: git.altlinux.org (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-19 15:19 MSK by Stanislav Levin
Modified: 2026-03-20 12:46 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
посмотрим. Спасибо за репорт.