Tags of releases are not case sensitive while git tags are #1081

Open
opened 2025-11-02 03:47:38 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @daviian on GitHub (Sep 18, 2017).

  • Gitea version (or commit ref): 93f8157
  • Git version: 2.7.4
  • Operating system: Windows
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No, as PR #2459 has not yet been merged
    • Not relevant
  • Log gist:

Description

Releases are tied to lowercase tag names therefore odds are that git tags are dropped when syncing a mirror or adding a new git tag.

Release attribute LowerTagName should be removed and respecting functionality should use TagName instead.

Issue showed up while testing #2459.

Originally created by @daviian on GitHub (Sep 18, 2017). - Gitea version (or commit ref): 93f8157 - Git version: 2.7.4 - Operating system: Windows - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No, as PR #2459 has not yet been merged - [ ] Not relevant - Log gist: ## Description Releases are tied to lowercase tag names therefore odds are that git tags are dropped when syncing a mirror or adding a new git tag. Release attribute `LowerTagName` should be removed and respecting functionality should use `TagName` instead. Issue showed up while testing #2459.
GiteaMirror added the issue/confirmedtype/enhancement labels 2025-11-02 03:47:38 -06:00
Author
Owner

@stale[bot] commented on GitHub (Feb 12, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Feb 12, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1081