Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect tag name in mirror #28694

Closed
pboguslawski opened this issue Jan 4, 2024 · 1 comment · Fixed by #28797
Closed

Incorrect tag name in mirror #28694

pboguslawski opened this issue Jan 4, 2024 · 1 comment · Fixed by #28797
Labels
Milestone

Comments

@pboguslawski
Copy link
Contributor

Description

After creating and syncing https://github.com/manticoresoftware/manticoresearch mirror in gitea 1.21.3, tag name shown in gitea project's tag list is tags/6.2.12 and should be 6.2.12 like in source github repo. Choosing such tag from list throws error 500 in gitea's UI.

Gitea Version

1.21.3

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

2.30.2

Operating System

No response

How are you running Gitea?

Compiled from source.

Database

MySQL/MariaDB

@lunny lunny added this to the 1.21.4 milestone Jan 15, 2024
KN4CK3R pushed a commit that referenced this issue Jan 16, 2024
Fix #28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname
GiteaBot pushed a commit to GiteaBot/gitea that referenced this issue Jan 16, 2024
…tea#28797)

Fix go-gitea#28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname
lunny added a commit that referenced this issue Jan 16, 2024
… (#28811)

Backport #28797 by @lunny

Fix #28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
fuxiaohei pushed a commit to fuxiaohei/gitea that referenced this issue Jan 17, 2024
…tea#28797)

Fix go-gitea#28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname
henrygoodman pushed a commit to henrygoodman/gitea that referenced this issue Jan 31, 2024
…tea#28797)

Fix go-gitea#28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname
silverwind pushed a commit to silverwind/gitea that referenced this issue Feb 20, 2024
…tea#28797)

Fix go-gitea#28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname
Copy link

github-actions bot commented Mar 1, 2024

Automatically locked because of our CONTRIBUTING guidelines

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants