•  
      request #34344 Git nested tags to unreferenced tag must directly retrieve initial commit SHA1
    Infos
    #34344
    Yannis ROSSETTO (rossettoy)
    2023-09-22 08:58
    2023-09-15 10:08
    35943
    Details
    Git nested tags to unreferenced tag must directly retrieve initial commit SHA1

    Given some nested tags in a Git repository, the current implementation will do a loop on each nested tags before retrieving the initial commit. In some cases, this is possible to have a tag that references another tag which is not referenced. In that particular case, we have to directly retrieve this initial commit by using the rev-list Git command.

    A real example of this is the 6.11-3tag pushed in the Tuleap source code.

    SCM/Git
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Yannis ROSSETTO (rossettoy)
    Closed
    2023-09-22
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    User avatar
    • Summary
      -Git nested tags must directly retrieve initial commit SHA1 
      +Git nested tags to unreferenced tag must directly retrieve initial commit SHA1 
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes