jderusse / docker-gitsplit

75 stars 10 forks source link

Sync tags? #22

Closed fchris82 closed 4 years ago

fchris82 commented 4 years ago

Hello, Really nice and fast work. I have many merged project, like this:

            * Add README.md [v3.0.0]
            |
    Merge B * -----------
            |            \
    Merge A * ------      *
            |       \     |
            *        *    *
                     |    |
                     *    * [B/v1.1.0]
                     |    |
            [A/v2.3] *    *
                     |    B
                     *
                     A

And I would like in the end something like this:

 [v3.0.0] * Add README.md
          |
          *
          |
          *
          |
          *
          |
   [v2.3] * (Removed prefix!)
          |
          *
          A

Can I do it with your "splitter"?

jderusse commented 4 years ago

this is not supported. tags are replicated without transformation.

fchris82 commented 4 years ago

Thank you for your information.